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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

/**
	*	Font Family
	*/

@font-face {
  font-family: Intermarche;

  src: url(../dist/fonts/INTERMARCHE-Bold.woff2) format("woff2");
}

body * {
  font-family: "Open Sans", sans-serif;
}

h1, h1 *,
	h2, h2 *,
	h3, h3 *,
	h4, h4 *,
	h5, h5 *,
	h6, h6 * {
  font-family: Intermarche, sans-serif;
}

/**
	*	Taille des titres (font size)
	*/

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 64px !important;
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
    line-height: 80px !important;
  }
}

h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

h3 {
  font-size: 22px;
  font-weight: 700
}

h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

@media screen and (min-width: 1024px) {
  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }
}

/**
	*	Couleur par défaut
	*/

p {
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

/**
	*	Backgrounds
	*/

.bg-texture {
  background: url('../assets/img/bg-texture.png');
}

/**
	*	Input
	*/

input[type="text"],
	input[type="email"] {
  border-radius: .6rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 209 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

input[type="text"]:focus,
	input[type="email"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 23 21 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type="text"].error,
	input[type="email"].error {
  --tw-border-opacity: 1;
  border-color: rgb(226 0 26 / var(--tw-border-opacity));
}

input[type="checkbox"] {
  height: 2rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 209 208 / var(--tw-bg-opacity));
  accent-color: #E2001A;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.cta-primary {
  margin-top: 1.5rem;
  display: block;
  width: 13rem;
  max-width: 100%;
  border-radius: .6rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 0 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 26 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Intermarche, sans-serif;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.intermarche-duo-checklist div.cta-primary {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-duo-checklist div.cta-primary {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
}

.intermarche-icon-text-box .cta-primary {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  .intermarche-icon-text-box .cta-primary {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
}

.intermarche-espace-client .cta-primary {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-espace-client .cta-primary {
  }
}

.intermarche-banner.cta-primary > div > div > h1 > p > b,
.intermarche-banner.cta-primary > div > div > h1 > p > strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cta-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 29 / var(--tw-bg-opacity));
}

.cta-secondary {
  margin-top: 1.5rem;
  display: block;
  width: 13rem;
  max-width: 100%;
  border-radius: .6rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(22 23 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Intermarche, sans-serif;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

.cta-white {
  margin-top: 1.5rem;
  display: block;
  width: 13rem;
  max-width: 100%;
  border-radius: .6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Intermarche, sans-serif;
  font-size: 0.9rem;
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[54px\] {
  top: 54px;
}

.top-\[calc\(100\%\+\.9rem\)\] {
  top: calc(100% + .9rem);
}

.bottom-\[-6rem\] {
  bottom: -6rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.left-\[25\%\] {
  left: 25%;
}

.bottom-\[-44px\] {
  bottom: -44px;
}

.top-\[60\%\] {
  top: 60%;
}

.left-\[10\%\] {
  left: 10%;
}

.top-\[75px\] {
  top: 75px;
}

.top-\[2\.8rem\] {
  top: 2.8rem;
}

.right-8 {
  right: 2rem;
}

.bottom-\[8\%\] {
  bottom: 8%;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[32px\] {
  top: 32px;
}

.right-\[32px\] {
  right: 32px;
}

.z-30 {
  z-index: 30;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 1rem;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[53px\] {
  margin-bottom: 53px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[calc\(100vh-54px\)\] {
  height: calc(100vh - 54px);
}

.h-8 {
  height: 2rem;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[400px\] {
  height: 400px;
}

.h-24 {
  height: 6rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.h-px {
  height: 1px;
}

.h-\[80vh\] {
  height: 80vh;
}

.min-h-\[278px\] {
  min-height: 278px;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.w-full {
  width: 100%;
}

.w-40 {
  width: 10rem;
}

.w-8 {
  width: 2rem;
}

.w-1\/2 {
  width: 50%;
}

.w-6 {
  width: 1.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-64 {
  width: 16rem;
}

.w-\[215px\] {
  width: 215px;
}

.w-\[73px\] {
  width: 73px;
}

.w-36 {
  width: 9rem;
}

.w-\[250px\] {
  width: 250px;
}

.w-auto {
  width: auto;
}

.w-\[330px\] {
  width: 330px;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-\[43px\] {
  width: 43px;
}

.w-60 {
  width: 15rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[530px\] {
  width: 530px;
}

.w-\[445px\] {
  width: 445px;
}

.w-72 {
  width: 18rem;
}

.w-\[1px\] {
  width: 1px;
}

.w-3\/4 {
  width: 75%;
}

.w-56 {
  width: 14rem;
}

.w-24 {
  width: 6rem;
}

.w-2\/5 {
  width: 40%;
}

.w-\[465px\] {
  width: 465px;
}

.w-3\/5 {
  width: 60%;
}

.w-1\/4 {
  width: 25%;
}

.w-px {
  width: 1px;
}

.w-5 {
  width: 1.25rem;
}

.w-\[2px\] {
  width: 2px;
}

.w-80 {
  width: 20rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[18px\] {
  width: 18px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[78px\] {
  max-width: 78px;
}

.max-w-\[125px\] {
  max-width: 125px;
}

.max-w-\[2200px\] {
  max-width: 2200px;
}

.max-w-\[920px\] {
  max-width: 920px;
}

.max-w-\[750px\] {
  max-width: 750px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[1110px\] {
  max-width: 1110px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[235px\] {
  max-width: 235px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[92\%\] {
  max-width: 92%;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.flex-1 {
  flex: 1 1 0%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :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)));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: .6rem;
}

.rounded-t {
  border-top-left-radius: .6rem;
  border-top-right-radius: .6rem;
}

.rounded-b {
  border-bottom-right-radius: .6rem;
  border-bottom-left-radius: .6rem;
}

.border-0 {
  border-width: 0px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-black\/25 {
  border-color: rgb(22 23 21 / 0.25);
}

.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(208 209 208 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-light-grey\/75 {
  border-color: rgb(208 209 208 / 0.75);
}

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(252 243 226 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 26 / var(--tw-bg-opacity));
}

.bg-light-grey-300\/75 {
  background-color: rgb(247 247 247 / 0.75);
}

.bg-light-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(208 209 208 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(22 23 21 / var(--tw-bg-opacity));
}

.bg-red\/10 {
  background-color: rgb(226 0 26 / 0.1);
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pl-6 {
  padding-left: 1.5rem !important;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-\[7rem\] {
  padding-bottom: 7rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-0 {
  padding-top: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-intermarche {
  font-family: Intermarche, sans-serif;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[30px\] {
  font-size: 30px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
}

.text-red\/75 {
  color: rgb(226 0 26 / 0.75);
}

.text-black\/50 {
  color: rgb(22 23 21 / 0.5);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-200 {
  transition-duration: 200ms;
}

/**
*	==============================================================================
*	Style à ajouter même si les éléments n'apparaissent pas
*	dans les fichiers (classes générées avec variables PHP, plugins externes etc)
*	==============================================================================
*/

/**
*	Clip path sur bannières et éléments
*/

.intermarche-content-banner-img-gauche,
.intermarche-content-banner-img-droite {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-content-banner-img-gauche {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  }

  .intermarche-content-banner-img-droite {
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.hero-banner-img {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .hero-banner-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  }
}

.submenu-link::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}

.intermarche-duo-cta-red-side {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-duo-cta-red-side {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }
}

.item-features-card-wrapper {
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .item-features-card-wrapper {
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  }
}

.intermarche-duo-checklist div.bg-red {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-duo-checklist div.bg-red {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
}

.intermarche-icon-text-box .bg-red {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  .intermarche-icon-text-box .bg-red {
    -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
}

.intermarche-espace-client .bg-red {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

@media screen and (min-width: 1024px) {
  .intermarche-espace-client .bg-red {
  }
}

/**
*	Override Tiny Slider
*/

[id^='customize-controls-points-slider'] {
  position: relative;
  z-index: 10;
}

.points-slider-container div .tns-nav {
  position: relative;
  z-index: 10;
  margin-top: -1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tns-controls button {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
}

.tns-nav {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tns-nav button {
  border-radius: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: rgb(226 0 26 / 0.5);
}

@media (min-width: 1024px) {
  .tns-nav button {
    height: 12px;
    width: 12px;
  }
}

.tns-nav-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 0 26 / var(--tw-bg-opacity)) !important;
}

button[data-action="start"],
button[data-action="stop"] {
  display: none;
}

/**
*	Keyframes
*/

@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-appear {
  animation: appear .4s ease-in-out;
  /*animation-fill-mode: forwards;*/
}

/**
*	Tweaks quand blocs dans bloc container
*/

.acf-innerblocks-container .intermarche-content-banner {
  border-radius: .6rem;
}

@media (min-width: 1024px) {
  .acf-innerblocks-container .intermarche-content-banner {
    max-height: unset !important;
    min-height: 620px !important;
  }
}

.acf-innerblocks-container .intermarche-content-banner > div > div {
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .acf-innerblocks-container .intermarche-content-banner > div > div {
    padding: 2rem;
  }
}

.acf-innerblocks-container .intermarche-content-banner > div > div > div {
  width: 100%;
}

@media (min-width: 1024px) {
  .acf-innerblocks-container .intermarche-content-banner > div > div h2 {
    font-size: 32px;
  }
}

.acf-innerblocks-container .intermarche-title-cta {
  padding-top: 0px;
}

/**
*	Textes des champs ACF (WYSIWYG)
*/

.hero-banner-title strong,
.hero-banner-title b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
}

.intermarche-content-banner strong,
.intermarche-content-banner b {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.intermarche-content-banner h3,
.intermarche-content-banner h4 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .intermarche-content-banner h3,
.intermarche-content-banner h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.intermarche-content-banner-text p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.intermarche-content-banner-text ul li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}

.intermarche-content-banner-text ul li::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: '✓';
  content: var(--tw-content);
}

.intermarche-content-banner-text ul li img {
  display: inline-block;
}

.intermarche-content-banner-text ul li::after {
  font-weight: 700;
}

.intermarche-banner.bg-red > div > div > h1 > p > b,
.intermarche-banner.bg-red > div > div > h1 > p > strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.duo-checklist-red-side-content-wrapper > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.duo-checklist-grey-side-content-wrapper > * {
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

.duo-checklist-grey-side-content-wrapper p:first-of-type,
.duo-checklist-red-side-content-wrapper p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.duo-checklist-grey-side-content-wrapper p:first-of-type strong,
.duo-checklist-red-side-content-wrapper p:first-of-type strong {
  font-family: Intermarche, sans-serif;
  font-weight: 400;
}

.duo-checklist-grey-side-content-wrapper p + p,
.duo-checklist-red-side-content-wrapper p + p {
  margin-top: 0.5rem;
}

/**
*	Classes à rendre dispo dans l'éditeur Gutenberg
*/

.standalone-title {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .standalone-title {
    font-size: 40px;
  }
}

@media not all and (min-width: 1024px) {
  .cta-ml-0 {
    margin-left: 0px !important;
  }
}

/**
*	=============================================
*	Base
*	=============================================
*/

/**
*	=============================================
*	Composants
*	=============================================
*/

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 0 26 / var(--tw-border-opacity));
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
}

.hover\:after\:absolute:hover::after {
  content: var(--tw-content);
  position: absolute;
}

.hover\:after\:inset-y-0:hover::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.hover\:after\:top-\[75\%\]:hover::after {
  content: var(--tw-content);
  top: 75%;
}

.hover\:after\:left-0:hover::after {
  content: var(--tw-content);
  left: 0px;
}

.hover\:after\:m-auto:hover::after {
  content: var(--tw-content);
  margin: auto;
}

.hover\:after\:h-1:hover::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.hover\:after\:h-\[5px\]:hover::after {
  content: var(--tw-content);
  height: 5px;
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:w-4:hover::after {
  content: var(--tw-content);
  width: 1rem;
}

.hover\:after\:bg-red:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 26 / var(--tw-bg-opacity));
}

.hover\:after\:content-\[\'\'\]:hover::after {
  --tw-content: '';
  content: var(--tw-content);
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:stroke-red {
  stroke: #E2001A;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group.active .group-\[\.active\]\:flex {
  display: flex;
}

.group.active .group-\[\.active\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-\[\.active\]\:border-t-\[1px\] {
  border-top-width: 1px;
}

.group.active .group-\[\.active\]\:stroke-red {
  stroke: #E2001A;
}

@media not all and (min-width: 1024px) {
  .max-lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .max-lg\:m-auto {
    margin: auto;
  }

  .max-lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .max-lg\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .max-lg\:mb-\[-5rem\] {
    margin-bottom: -5rem;
  }

  .max-lg\:-mt-8 {
    margin-top: -2rem;
  }

  .max-lg\:mb-\[-96px\] {
    margin-bottom: -96px;
  }
}

@media (min-width: 768px) {
  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:h-\[650px\] {
    height: 650px;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[115px\] {
    width: 115px;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\: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)));
  }

  .md\: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)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:rounded-l {
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
  }

  .md\:rounded-t-\[0px\] {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r {
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
  }

  .md\:rounded-br-\[0px\] {
    border-bottom-right-radius: 0px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:bottom-\[-48px\] {
    bottom: -48px;
  }

  .lg\:left-\[-125px\] {
    left: -125px;
  }

  .lg\:left-\[2\%\] {
    left: 2%;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:\!max-h-\[750px\] {
    max-height: 750px !important;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:min-h-\[226px\] {
    min-height: 226px;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[21rem\] {
    width: 21rem;
  }

  .lg\:w-\[920px\] {
    width: 920px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[205px\] {
    width: 205px;
  }

  .lg\:max-w-\[445px\] {
    max-width: 445px;
  }

  .lg\:max-w-\[1110px\] {
    max-width: 1110px;
  }

  .lg\:max-w-\[540px\] {
    max-width: 540px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-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)));
  }

  .lg\:rounded {
    border-radius: .6rem;
  }

  .lg\:rounded-t-\[0px\] {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-l {
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
  }

  .lg\:rounded-b-\[0px\] {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r {
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
  }

  .lg\:\!rounded-l {
    border-top-left-radius: .6rem !important;
    border-bottom-left-radius: .6rem !important;
  }

  .lg\:\!rounded-r {
    border-top-right-radius: .6rem !important;
    border-bottom-right-radius: .6rem !important;
  }

  .lg\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[-4\%\] {
    left: -4%;
  }

  .xl\:left-\[8\%\] {
    left: 8%;
  }

  .xl\:ml-\[160px\] {
    margin-left: 160px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:\!h-\[595px\] {
    height: 595px !important;
  }

  .xl\:h-\[570px\] {
    height: 570px;
  }

  .xl\:w-\[255px\] {
    width: 255px;
  }

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[730px\] {
    width: 730px;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[330px\] {
    width: 330px;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-\[calc\(\(1100px\/3\)-1rem\)\] {
    width: calc((1100px / 3) - 1rem);
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pl-\[calc\(\(100vw-1130px\)\/2\)\] {
    padding-left: calc((100vw - 1130px) / 2);
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-\[10\%\] {
    left: 10%;
  }

  .\32xl\:ml-\[252px\] {
    margin-left: 252px;
  }
}

@media (min-width: 2200px) {
  .min-\[2200px\]\:border-x-\[1px\] {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .min-\[2200px\]\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(208 209 208 / var(--tw-border-opacity));
  }
}

.\[\&\.active\]\:block.active {
  display: block;
}

.\[\&\.active\]\:border-red.active {
  --tw-border-opacity: 1;
  border-color: rgb(226 0 26 / var(--tw-border-opacity));
}

.\[\&\.active\]\:text-red.active {
  --tw-text-opacity: 1;
  color: rgb(226 0 26 / var(--tw-text-opacity));
}

.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>\*\]\:text-black>* {
  --tw-text-opacity: 1;
  color: rgb(22 23 21 / var(--tw-text-opacity));
}

.\[\&\>p\]\:text-black\/50>p {
  color: rgb(22 23 21 / 0.5);
}