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

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

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

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

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

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: HelveticaCustom, Helvetica Neue, Arial, sans-serif;
  /* 4 */
}

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

body {
  font-family: HelveticaCustom, Helvetica Neue, Arial, sans-serif;
}

h1,
    h2 {
  font-family: NewyearCoffee, sans-serif;
  font-weight: 400;
}

h3 {
  font-family: Coolvetica, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

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

.left-4 {
  left: 1rem;
}

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

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

.right-\[5\%\] {
  right: 5%;
}

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

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

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

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

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

.-right-16 {
  right: -4rem;
}

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

.-left-12 {
  left: -3rem;
}

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

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

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

.-right-24 {
  right: -6rem;
}

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

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

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

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

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

.right-0 {
  right: 0px;
}

.-left-5 {
  left: -1.25rem;
}

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

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

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

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

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

.clear-both {
  clear: both;
}

.m-8 {
  margin: 2rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.ml-0 {
  margin-left: 0px;
}

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

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

.mt-\[100px\] {
  margin-top: 100px;
}

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

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

.mt-\[20px\] {
  margin-top: 20px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.h-1 {
  height: 0.25rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-auto {
  height: auto;
}

.h-8 {
  height: 2rem;
}

.h-28 {
  height: 7rem;
}

.h-14 {
  height: 3.5rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

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

.min-h-screen {
  min-height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-4 {
  width: 1rem;
}

.w-auto {
  width: auto;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-32 {
  width: 8rem;
}

.w-80 {
  width: 20rem;
}

.w-56 {
  width: 14rem;
}

.w-\[calc\(50\%-1rem\)\] {
  width: calc(50% - 1rem);
}

.w-28 {
  width: 7rem;
}

.w-24 {
  width: 6rem;
}

.w-40 {
  width: 10rem;
}

.w-14 {
  width: 3.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-none {
  max-width: none;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.-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-\[55deg\] {
  --tw-rotate: 55deg;
  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-12 {
  --tw-rotate: -12deg;
  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-\[160deg\] {
  --tw-rotate: 160deg;
  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-\[20deg\] {
  --tw-rotate: 20deg;
  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-\[-10deg\] {
  --tw-rotate: -10deg;
  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-\[110deg\] {
  --tw-rotate: 110deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.rotate-\[200deg\] {
  --tw-rotate: 200deg;
  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-\[-80deg\] {
  --tw-rotate: -80deg;
  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-\[25deg\] {
  --tw-rotate: 25deg;
  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-12 {
  --tw-rotate: 12deg;
  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-2 {
  --tw-rotate: -2deg;
  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-\[-15deg\] {
  --tw-rotate: -15deg;
  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-\[15deg\] {
  --tw-rotate: 15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[150px\] {
  gap: 150px;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

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

.space-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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[34px\] {
  border-radius: 34px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-none {
  border-style: none;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(36 76 152 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

.border-rouge {
  --tw-border-opacity: 1;
  border-color: rgb(144 39 30 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-\[\#f4a242\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 162 66 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-\[\#1e478d\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 71 141 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(36 76 152 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

.bg-jaune {
  --tw-bg-opacity: 1;
  background-color: rgb(235 170 68 / var(--tw-bg-opacity));
}

.bg-bleu {
  --tw-bg-opacity: 1;
  background-color: rgb(36 76 152 / var(--tw-bg-opacity));
}

.bg-\[\#668ed9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 142 217 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-rouge {
  --tw-bg-opacity: 1;
  background-color: rgb(144 39 30 / var(--tw-bg-opacity));
}

.bg-jaune-clair {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 140 / var(--tw-bg-opacity));
}

.bg-rouge\/40 {
  background-color: rgb(144 39 30 / 0.4);
}

.bg-\[\#f4a242\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 162 66 / var(--tw-bg-opacity));
}

.bg-\[\#26498C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 73 140 / var(--tw-bg-opacity));
}

.bg-\[\#1e478d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 71 141 / var(--tw-bg-opacity));
}

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

.bg-\[\#a12b23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 43 35 / var(--tw-bg-opacity));
}

.bg-\[\#2e4d91\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 77 145 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-bleu-clair {
  --tw-bg-opacity: 1;
  background-color: rgb(102 142 217 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-jaune\/40 {
  background-color: rgb(235 170 68 / 0.4);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-\[\#EBAA44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 170 68 / var(--tw-bg-opacity));
}

.bg-\[\#591711\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 23 17 / var(--tw-bg-opacity));
}

.bg-\[\#244C98\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 76 152 / var(--tw-bg-opacity));
}

.bg-\[\#d8d8d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}

.bg-\[\#1d3a70\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 58 112 / var(--tw-bg-opacity));
}

.bg-\[\#8b2622\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 38 34 / var(--tw-bg-opacity));
}

.fill-current {
  fill: currentColor;
}

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

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

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-\[45px\] {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

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

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

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

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

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

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

.font-sans {
  font-family: HelveticaCustom, Helvetica Neue, Arial, sans-serif;
}

.font-newyear {
  font-family: NewyearCoffee, sans-serif;
}

.font-coolvetica {
  font-family: Coolvetica, sans-serif;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

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

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

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

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.font-light {
  font-weight: 300;
}

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

.font-black {
  font-weight: 900;
}

.font-medium {
  font-weight: 500;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-tight {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.leading-\[1\.02\] {
  line-height: 1.02;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-\[\#e69831\] {
  --tw-text-opacity: 1;
  color: rgb(230 152 49 / var(--tw-text-opacity));
}

.text-\[\#98221f\] {
  --tw-text-opacity: 1;
  color: rgb(152 34 31 / var(--tw-text-opacity));
}

.text-\[\#234c90\] {
  --tw-text-opacity: 1;
  color: rgb(35 76 144 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-bleu {
  --tw-text-opacity: 1;
  color: rgb(36 76 152 / var(--tw-text-opacity));
}

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

.text-rouge {
  --tw-text-opacity: 1;
  color: rgb(144 39 30 / var(--tw-text-opacity));
}

.text-jaune {
  --tw-text-opacity: 1;
  color: rgb(235 170 68 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-\[\#1e478d\] {
  --tw-text-opacity: 1;
  color: rgb(30 71 141 / var(--tw-text-opacity));
}

.text-\[\#f4a242\] {
  --tw-text-opacity: 1;
  color: rgb(244 162 66 / var(--tw-text-opacity));
}

.text-\[\#26498C\] {
  --tw-text-opacity: 1;
  color: rgb(38 73 140 / var(--tw-text-opacity));
}

.text-light {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-jaune-clair {
  --tw-text-opacity: 1;
  color: rgb(255 210 140 / var(--tw-text-opacity));
}

.text-rouge-clair {
  --tw-text-opacity: 1;
  color: rgb(225 116 107 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-\[\#8b2622\] {
  --tw-text-opacity: 1;
  color: rgb(139 38 34 / var(--tw-text-opacity));
}

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

.no-underline {
  text-decoration-line: none;
}

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

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#1e478d\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 71 141 / var(--tw-ring-opacity));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur-\[2px\] {
  --tw-blur: blur(2px);
  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);
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  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;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

article>*:not(.entry-content),
.entry-content>* {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-size: 2rem;
  line-height: 1.05;
}

@media (min-width: 600px) {
  .entry-content h1, .block-editor-block-list__layout h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 782px) {
  .entry-content h1, .block-editor-block-list__layout h1 {
    font-size: 3.2rem;
  }
}

.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 1.6rem;
  line-height: 1.08;
}

@media (min-width: 600px) {
  .entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 2rem;
  }
}

@media (min-width: 782px) {
  .entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 2.4rem;
  }
}

.entry-content h3, .block-editor-block-list__layout h3 {
  font-size: 1.3rem;
  line-height: 1.12;
}

@media (min-width: 600px) {
  .entry-content h3, .block-editor-block-list__layout h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 782px) {
  .entry-content h3, .block-editor-block-list__layout h3 {
    font-size: 1.9rem;
  }
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}

.entry-content p,
    .entry-content ul,
    .entry-content ol,
    .block-editor-block-list__layout p,
    .block-editor-block-list__layout ul,
    .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/* global */

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

  src: url('../fonts/newyear_coffee/Newyear-Coffee.otf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/coolvetica/Coolvetica-Rg.otf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/helvetica-255/Helvetica.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

blockquote,
label,
input,
textarea,
button {
  font-family: 'HelveticaCustom', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2 {
  font-family: 'NewyearCoffee', 'HelveticaCustom', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2rem;
  line-height: 1.05;
}

@media (min-width: 600px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 782px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.6rem;
  line-height: 1.08;
}

@media (min-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 782px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-family: 'Coolvetica', 'HelveticaCustom', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.12;
}

@media (min-width: 600px) {
  h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 782px) {
  h3 {
    font-size: 1.85rem;
  }
}

h4 {
  font-family: 'Coolvetica', 'HelveticaCustom', sans-serif;
  font-size: 24px;
}

nav a {
  font-family: 'Coolvetica', 'HelveticaCustom', sans-serif;
}

/* global */

.jm-titre-section {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 71 141 / var(--tw-text-opacity));
}

.jm-titre-section-white {
  margin-bottom: 3rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Header */

.current-menu-item > a,
.current_page_item > a {
  color: #EBAA44;
  font-weight: bold;
}

#video-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader-video {
  width: 300px;
  height: auto;
}

.preloader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* page Association */

.jm-blocInfo {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(38 73 140 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 782px) {
  .jm-blocInfo {
    flex-direction: row;
    gap: 4rem;
    border-radius: 60px;
    padding: 3.5rem;
  }
}

.jm-blocInfo img,
.jm-blocInfo .wp-block-image {
  overflow: hidden;
  border-radius: 25px;
}

.jm-icon-float {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.jm-presentation-container {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.jm-presentation-container img[class^="icon-"] {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.jm-bloc-info {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 40px;
  overflow: visible;
}

.jm-bloc-info img[class*="icon-"] {
  pointer-events: none;
  position: absolute;
  z-index: 30;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.icon-puzzle {
  display: none;
  width: 4rem;
  --tw-rotate: 15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .icon-puzzle {
    display: block;
    width: 5rem;
  }
}

.icon-puzzle {
  top: 5%;
  left: 45%;
}

.icon-carte {
  z-index: 0;
  width: 6rem;
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .icon-carte {
    width: 8rem;
  }
}

.icon-carte {
  bottom: -15px;
  left: -15px;
}

.icon-pion {
  width: 4rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .icon-pion {
    width: 6rem;
  }
}

.icon-pion {
  bottom: 20px;
  right: 20px;
}

.jm_activite {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

@media (min-width: 782px) {
  .jm_activite {
    flex-direction: row;
    padding: 4rem;
  }
}

.jm_activite_card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  padding: 2rem;
  text-align: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.jm_activite_card:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.jm_activite_card .wp-block-image {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
  height: 8rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.jm_activite_card .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
  height: 8rem;
  width: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.jm_activite_card .wp-block-button .wp-block-button__link {
  /* Couleur de fond bleue et texte blanc */
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 73 140 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  border-radius: 0.75rem !important;
  /* Suppression des styles par défaut */
  border-style: none !important;
  text-decoration-line: none !important;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
}

/* Effet au survol pour plus de dynamisme */

.jm_activite_card .wp-block-button .wp-block-button__link:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 58 112 / var(--tw-bg-opacity)) !important;
}

/* nous trouver */

@keyframes bounce-slow {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.animate-bounce-slow {
  animation: bounce-slow 3s ease-in-out infinite;
}

.jm-section-tarif {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.jm-soiree-containeur {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 162 66 / var(--tw-bg-opacity));
  padding: 2.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.jm-soiree-containeur:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.jm-soiree-containeur h2 {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-family: NewyearCoffee, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 782px) {
  .jm-soiree-containeur h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.jm-soiree-containeur p {
  text-align: center;
  font-family: NewyearCoffee, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(139 38 34 / var(--tw-text-opacity));
}

@media (min-width: 782px) {
  .jm-soiree-containeur p {
    font-size: 3rem;
    line-height: 1;
  }
}

.jm-adhesion {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(139 38 34 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 782px) {
  .jm-adhesion {
    padding: 4rem;
  }
}

.jm-adhesion h3 {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-family: NewyearCoffee, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 782px) {
  .jm-adhesion h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.jm-adhesion h3 span {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 782px) {
  .jm-adhesion h3 span {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.jm-adhesion p {
  max-width: 42rem;
  font-family: HelveticaCustom, Helvetica Neue, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  opacity: 0.9;
}

.jm-section-tarif img {
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.jm-soiree-container, 
.jm-adhesion {
  position: relative;
  overflow: visible;
}

.jm-soiree-container img, 
.jm-adhesion img {
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.jm-carte-soiree {
  width: 7rem;
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .jm-carte-soiree {
    width: 9rem;
  }
}

.jm-carte-soiree {
  bottom: -30px;
  left: -30px;
  top: auto;
  right: auto;
}

.jm-puzzle-adhesion {
  width: 4rem;
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .jm-puzzle-adhesion {
    width: 5rem;
  }
}

.jm-puzzle-adhesion {
  top: -25px;
  left: 15%;
  bottom: auto;
  right: auto;
}

.jm-pion-adhesion {
  width: 6rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 782px) {
  .jm-pion-adhesion {
    width: 8rem;
  }
}

.jm-pion-adhesion {
  bottom: -20px;
  right: -10px;
  top: auto;
  left: auto;
}

/* page Editions Précédentes */

.gallery-grid-3 .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid-3 figure {
  margin: 0;
  width: 100%;
}

.gallery-grid-3 img {
  border-radius: 15px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#js-player iframe {
  width: 100%;
  height: 100%;
}

/* PAGE ACCUEIL */

.nombrescles {
  font-family: 'NewyearCoffee', 'HelveticaCustom', sans-serif;
  font-weight: 400;
  font-size: 80px;
}

@media (min-width: 782px) {
  .nombrescles {
    font-size: 128px;
  }
}

.compteur {
  font-family: 'NewyearCoffee', 'HelveticaCustom', sans-serif;
  font-weight: 400;
  font-size: 96px;
}

.dot.active {
  background-color: var(--wp--preset--color--rouge);
  border-color: var(--wp--preset--color--rouge);
}

.zone-wysiwyg ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.zone-wysiwyg li {
  margin-bottom: 0.5rem;
}

.zone-wysiwyg p {
  margin-bottom: 1rem;
}

.slideshow-container {
  position: relative;
}

.mySlides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}

.mySlides.active {
  opacity: 1;
  z-index: 10;
}

.dot, .prev, .next {
  z-index: 40;
}

/* PAGE FESTIVAL */

/**Global**/

.jm-festival-section {
  margin-bottom: 100px;
}

.jm-festival-section h2 {
  margin-bottom: 70px;
}

/*Responsive

@media (min-width: 641px) and (max-width: 1024px){
    .jm-festival-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 640px){
    .jm-festival-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/**Intro**/

.jm-festival-intro h4 {
  margin-bottom: 20px;
}

.jm-festival-intro {
  margin-bottom: 0;
}

/**Programme**/

.jm-festival-programme {
  margin-top: 0;
  padding-top: 50px;
}

.jm-festival-programme-col-droite{
  padding: 30px;
  border-radius: 25px;
}

.jm-festival-programme-col-droite ul li{
  list-style-type: disc;
}

.jm-festival-programme-col-droite ul {
  margin: 25px;
}

.jm-festival-programme-col-droite .wp-block-button:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

/**Plan**/

.jm-festival-plan::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 120%;
  height: 120%;
  background-image: url('../assets/img/plan-fond-vague.png');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.jm-festival-plan {
  position: relative;
  padding: 80px 0;
  overflow: visible;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .jm-festival-plan::before {
    top: -70px;
    left: -70px;
    width: 130%;
    height: 130%;
  }

  .jm-festival-plan {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .jm-festival-plan::before {
    content: none;
  }

  .jm-festival-plan {
    background-color: #EBAA44;
    padding: 20px;
  }
}

.jm-festival-plan h4 {
  color: #ffffff;
  line-height: auto;
}

.jm-festival-plan h4:nth-of-type(1) {
  background-color: #591711;
  padding-top: 10px;
}

.jm-festival-plan h4:nth-of-type(2) {
  background-color: #244C98;
  padding-top: 10px;
}

.jm-festival-plan ul {
  margin-bottom: 20px;
}

/*************************************************/

/* MENU VERSION MOBILE */

#mobile-menu ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom-color: white;
}

#mobile-menu ul {
  padding-left: 35px;
}

/* Page contact */

.fijo-wpforms-custom .wpforms-container {
  margin: 0;
}

.fijo-wpforms-custom .wpforms-field-label {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

.fijo-wpforms-custom .wpforms-required-label {
  color: #a12b23;
}

.fijo-wpforms-custom input[type="text"],
.fijo-wpforms-custom input[type="email"],
.fijo-wpforms-custom textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 12px 15px;
  color: #333333;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 600px) {
  .fijo-wpforms-custom .wpforms-field-name-part {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .fijo-wpforms-custom .wpforms-field-name-part-last {
    margin-right: 0;
  }

  .fijo-wpforms-custom .wpforms-field-name::after {
    content: "";
    display: table;
    clear: both;
  }
}

.fijo-wpforms-custom button.wpforms-submit {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 12px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(161 43 35 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.fijo-wpforms-custom button.wpforms-submit:hover {
  transform: scale(1.05);
  background-color: #8d241d;
}

.fijo-wpforms-custom .wpforms-field-checkbox label {
  color: #ffffff;
  font-size: 13px;
  opacity: 0.9;
}

.marker\:text-\[\#244C98\] *::marker {
  color: rgb(36 76 152 );
}

.marker\:content-none *::marker {
  --tw-content: none;
  content: var(--tw-content);
}

.marker\:text-\[\#244C98\]::marker {
  color: rgb(36 76 152 );
}

.marker\:content-none::marker {
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.hover\:bg-\[\#1a386b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 56 107 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#5277be\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 119 190 / var(--tw-bg-opacity));
}

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

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#e69138\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 145 56 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f4a242\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 162 66 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:border-\[\#f4a242\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 162 66 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#234c90\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(35 76 144 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group[open] .group-open\: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:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

@media (min-width: 480px) {
  .xs\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 600px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-32 {
    height: 8rem;
  }

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

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .sm\:text-\[2\.6rem\] {
    font-size: 2.6rem;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[1\.55rem\] {
    font-size: 1.55rem;
  }

  .sm\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
}

@media (min-width: 782px) {
  .md\:left-auto {
    left: auto;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .md\:ml-\[250px\] {
    margin-left: 250px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

  .md\:h-44 {
    height: 11rem;
  }

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

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-\[calc\(25\%-2rem\)\] {
    width: calc(25% - 2rem);
  }

  .md\:w-44 {
    width: 11rem;
  }

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

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

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

  .md\:w-24 {
    width: 6rem;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .md\:items-end {
    align-items: flex-end;
  }

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:rounded-\[60px\] {
    border-radius: 60px;
  }

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

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

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

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }

  .md\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .md\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-\[1\.85rem\] {
    font-size: 1.85rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 960px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:mx-\[100px\] {
    margin-left: 100px;
    margin-right: 100px;
  }

  .lg\:mt-\[-1rem\] {
    margin-top: -1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[252px_1fr\] {
    grid-template-columns: 252px 1fr;
  }

  .lg\:grid-cols-\[1fr_610px\] {
    grid-template-columns: 1fr 610px;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.\[\&_\.wp-block-gallery\]\:\!grid .wp-block-gallery {
  display: grid !important;
}

.\[\&_\.wp-block-gallery\]\:\!h-auto .wp-block-gallery {
  height: auto !important;
}

.\[\&_\.wp-block-gallery\]\:\!grid-cols-3 .wp-block-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.\[\&_\.wp-block-gallery\]\:\!flex-nowrap .wp-block-gallery {
  flex-wrap: nowrap !important;
}

.\[\&_\.wp-block-gallery\]\:\!gap-6 .wp-block-gallery {
  gap: 1.5rem !important;
}

.\[\&_figure\.wp-block-image\]\:\!m-0 figure.wp-block-image {
  margin: 0px !important;
}

.\[\&_figure\.wp-block-image\]\:\!h-\[280px\] figure.wp-block-image {
  height: 280px !important;
}

.\[\&_figure\.wp-block-image\]\:\!w-full figure.wp-block-image {
  width: 100% !important;
}

.\[\&_img\]\:\!h-full img {
  height: 100% !important;
}

.\[\&_img\]\:\!w-full img {
  width: 100% !important;
}

.\[\&_img\]\:rounded-\[25px\] img {
  border-radius: 25px;
}

.\[\&_img\]\:\!object-cover img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.\[\&_img\]\:shadow-lg img {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}