@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #f2e5d5;
  --color-black: #2c2920;
  --color-primary: #9e3d2d;
  --color-secondary: #d26441;
  --color-tertiary: #eca52f;
  --color-bg-primary: #f2e5d5;
  --color-bg-secondary: #2c2920;
  --color-cta: #50e2c1;
  --color-hover: #91ffe6;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Raleway", "sans-serif";
  --font-secondary: "Crimson Pro", "serif";
  --font-size-content: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
  --font-size-h1: clamp(3.75rem, 10.42vw + 0.63rem, 10rem);
  --font-size-h2: clamp(2.5rem, 2.08vw + 1.88rem, 3.75rem);
  --font-size-h3: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
  --font-size-h4: clamp(1.25rem, 1.25vw + 0.88rem, 2rem);
  --font-size-cta: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 220px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

.tt {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100vh;
  font: 800 75px/1.5 helvetica, sans-serif;
  justify-content: center;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100vw;
}

/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  background-color: var(--color-bg-secondary);
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  line-height: 1.4;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
}

h1 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h1);
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h2);
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h3);
  font-weight: 700;
}

h4 {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
}

em {
  font-style: italic;
}

p {
  margin: 0;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

.button-primary {
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  .button-primary {
    width: 100%;
  }
}

.button-text {
  background: #d4c7a5;
  color: #3d3d34;
  padding: 16px 24px;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .button-text {
    padding: 14px 20px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .button-text {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.button-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-bg-secondary);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.button-text:hover::before {
  height: calc(100% - 4px);
}

.button-text span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease 0.1s;
}

.button-text:hover span {
  color: #d4c7a5;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 2.5em;
  width: 2.5em;
}

.icon--xl {
  height: 6em;
  width: 6em;
}

/* ==========================================================================
   header / component
   ========================================================================== */
.header {
  --header-height: 100px;
  background-color: var(--color-bg-secondary);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--spacing-sm);
  position: sticky;
  top: 0;
  height: var(--header-height);
  z-index: 10;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: var(--font-primary);
}
.header::before {
  background-color: var(--color-bg-secondary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 0 var(--spacing-lg);
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}

.header__brand {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.header__brand svg {
  display: inline-block;
  width: 45px;
  height: 38px;
  fill: var(--color-white);
  transition: fill 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.header__brand:hover {
  transform: scale(1.1);
}
.header__brand:hover svg {
  fill: var(--color-white);
  opacity: 0.85;
  transform: translateY(-2px);
}

.nav-primary {
  background-color: var(--color-bg-secondary);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding-top: var(--header-height);
  display: flex;
  align-items: center;
  overflow-y: auto;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-is-active .nav-primary {
  transform: translateX(0);
  opacity: 90%;
}
.nav-primary ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  transform: translateX(-70%);
  opacity: 0;
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-is-active .nav-primary ul {
  transform: translateX(0);
  opacity: 100%;
}
.nav-primary ul a:not(.cta-button *) {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .nav-primary {
    display: block;
    background: unset;
    position: relative;
    height: auto;
    width: auto;
    overflow-y: visible;
    padding-top: 0;
    transform: translateY(0);
    opacity: 1;
    z-index: 3;
  }
  .nav-primary ul {
    flex-direction: row;
    transform: translateY(0);
    opacity: 1;
    align-items: center;
  }
}

.nav-primary__item {
  font-size: var(--font-size-h1);
  color: var(--color-black);
  text-transform: uppercase;
  position: relative;
}
.nav-primary__item:hover {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .nav-primary__item {
    font-size: var(--font-size-h2);
    color: var(--color-white);
    position: relative;
    text-transform: none;
  }
  .nav-primary__item::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: white;
    transform: scaleX(0);
    transition: 0.3s all;
  }
  .nav-primary__item:hover {
    text-decoration: none;
    color: inherit;
  }
  .nav-primary__item:hover::before {
    transform: scaleX(1);
  }
}

.header__toggle {
  --bar-height: 8px;
  --bar-width: 50px;
  --bar-spacer: 6px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: var(--bar-width);
  height: var(--bar-width);
  z-index: 10;
}
.header__toggle span {
  background-color: var(--color-white);
  border-radius: 3px;
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.3s all ease-out;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
}
.header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
.nav-is-active .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}

.nav-is-active body {
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .nav-is-active body {
    overflow: auto;
  }
}

/* Hide submenu by default */
.nav-primary ul.sub-menu {
  display: none;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--color-bg-primary);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}

.menu-item-has-children:hover > .sub-menu {
  display: flex;
}

/* Make parent menu item position relative for submenu positioning */
.menu-item-has-children {
  position: relative;
}

/* Show submenu on hover for desktop */
@media screen and (min-width: 1024px) {
  .menu-item-has-children:hover > .sub-menu {
    display: flex;
  }
}
/* Submenu link styles */
/* Submenu link styles */
.sub-menu > li > a {
  display: block;
  padding: 8px 12px;
  color: var(--color-black);
  font-size: var(--font-size-p);
  white-space: nowrap;
  text-transform: none;
  position: relative;
}
.sub-menu > li > a::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--color-black);
  transform: scaleX(0);
  transition: 0.3s all;
}
.sub-menu > li > a:hover {
  text-decoration: none;
  color: inherit;
}
.sub-menu > li > a:hover::after {
  transform: scaleX(1);
}

.sub-menu > li > a:hover {
  color: var(--color-black);
}

.nav-primary .menu li.cta-button {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-primary .menu li.cta-button > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
  color: var(--color-white) !important;
  padding: 10px 20px !important;
  overflow: hidden;
  z-index: 2;
  background: none !important;
  text-transform: uppercase !important;
  border: 3px solid var(--color-white) !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  font-weight: normal !important;
  margin: -3px 0 !important;
  transition: all 0.4s ease-out !important;
}
.nav-primary .menu li.cta-button > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-white);
  z-index: -1;
  transition: width 0.4s ease-out;
}
.nav-primary .menu li.cta-button > a:hover {
  color: var(--color-black) !important;
  cursor: pointer;
  transform: scale(1.1) !important;
}
.nav-primary .menu li.cta-button > a:hover::after {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu li.cta-button > a {
    padding: 8px 16px !important;
    font-size: var(--font-size-content) !important;
  }
}
.nav-primary .menu > li:not(.cta-button) > a {
  font-size: var(--font-size-h1);
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
}
.nav-primary .menu > li:not(.cta-button) > a:hover {
  color: var(--color-white);
}
.nav-primary .menu > li:not(.cta-button) > a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: white;
  transform: scaleX(0);
  transition: 0.3s all;
}
.nav-primary .menu > li:not(.cta-button) > a:hover {
  text-decoration: none;
  color: inherit;
}
.nav-primary .menu > li:not(.cta-button) > a:hover::before {
  transform: scaleX(1);
}
@media screen and (min-width: 1024px) {
  .nav-primary .menu > li:not(.cta-button) > a {
    font-size: var(--font-size-cta);
    color: var(--color-white);
    position: relative;
    text-transform: none;
    transition: color 0.3s ease;
  }
  .nav-primary .menu > li:not(.cta-button) > a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: var(--color-white);
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .nav-primary .menu > li:not(.cta-button) > a:hover {
    text-decoration: none;
    color: var(--color-white);
  }
  .nav-primary .menu > li:not(.cta-button) > a:hover::before {
    transform: scaleX(1);
  }
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=flipFromBottom] {
  opacity: 0;
  transform: rotateX(180deg);
  transform-origin: bottom;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=flipFromBottom].is-active {
  opacity: 1;
  transform: rotateX(0deg);
}

/* ==========================================================================
   video / component
   ========================================================================== */
.video {
  color: var(--color-white);
  text-align: center;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
}
.video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 4px rgb(0, 0, 0);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video:hover .icon {
  transform: scale(0.8) translate(-50%, -50%);
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form {
  --input-radius: 3px;
  --input-padding: 1em;
}
.form fieldset {
  border: none;
  padding: var(--spacing-md) 0;
}
.form .grid {
  display: grid;
  gap: var(--spacing-md);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .form .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.is-sent .form__body {
  display: none;
}

.form__confirmation {
  display: none;
}
.is-sent .form__confirmation {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

/*
   input
   ========================================================================== */
.input__label {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
}

.input__element {
  border-radius: var(--input-radius);
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px var(--color-disabled);
  border: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
  padding: var(--input-padding);
  width: 100%;
}
.input__element:-webkit-autofill, .input__element:-webkit-autofill:active {
  -webit-box-shadow: inset 0 0 0 30px var(--color-black) !important;
  -webkit-text-fill-color: inherit !important;
}
.input__element:hover + .input__label:hover::before {
  background-color: var(--color-cartes);
  -webit-box-shadow: inset 0 0 0 30px var(--color-black) !important;
}
.input__element:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-bg-primary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -webit-box-shadow: inset 0 0 0 40px var(--color-black) !important;
}
.input__element::-moz-placeholder {
  color: var(--color-disabled);
}
.input__element::placeholder {
  color: var(--color-disabled);
}

/*
   select
   ========================================================================== */
.select {
  position: relative;
}
.select .input__element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--spacing-md);
}
.select .input__element:invalid {
  color: var(--color-black);
}
.select option {
  background-color: var(--color-white);
  color: var(--color-black);
}
.select::after {
  --size: 12px;
  content: "";
  background: url("../assets/icons/icon-chevron-down.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: var(--size);
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(50%);
  right: var(--input-padding);
  width: var(--size);
}

/*
   textarea
   ========================================================================== */
.textarea .input__element {
  resize: vertical;
  height: 150px;
}

/*
   checkbox
   ========================================================================== */
.checkbox,
.radio {
  --active-scale: 1;
}
.checkbox .input__element,
.radio .input__element {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.checkbox .input__label,
.radio .input__label {
  --size: 22px;
  cursor: pointer;
  overflow: visible;
  padding-left: calc(var(--size) + var(--spacing-sm));
  position: relative;
}
.checkbox .input__label::before, .checkbox .input__label::after,
.radio .input__label::before,
.radio .input__label::after {
  content: "";
  height: var(--size);
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
  box-shadow: 0 0 0 3px var(--color-disabled);
  border-radius: 3px;
}
.checkbox .input__label::before,
.radio .input__label::before {
  background-color: var(--color-white);
  border-radius: var(--input-radius);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}
.checkbox .input__label::after,
.radio .input__label::after {
  background: url("../assets/icons/icon-check.svg") no-repeat 50% 50%;
  background-size: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}
.checkbox .input__element:checked + .input__label::after,
.radio .input__element:checked + .input__label::after {
  opacity: 1;
  transform: scale(var(--active-scale));
}

.checkbox .input__label::after {
  background: url("../assets/icons/icon-check.svg") no-repeat 50% 50%;
  background-size: 50%;
}

.radio .input__label::before {
  border-radius: 100%;
}
.radio .input__label::after {
  --active-scale: 0.4;
  background-color: var(--color-black);
  border-radius: 100%;
}

.method {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  max-width: 100%;
}
.method .input__element {
  width: unset;
}
.method .radio_buttons {
  display: flex;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .method .radio_buttons {
    flex-direction: column;
  }
}
.method .form__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.subject {
  max-width: 50%;
}

.grid-fullwidth {
  grid-column: 1/-1 !important;
}

/*
   error
   ========================================================================== */
.error .input__element, .error.checkbox .input__label::before, .error.radio .input__label::before,
.error .checkbox .input__label::before,
.error .radio .input__label::before {
  box-shadow: inset 0 0 0 3px var(--color-error);
}
.error .input__label {
  color: var(--color-error);
}
.error .error_text {
  display: block;
}

.error_text {
  margin-top: var(--spacing-xs);
  color: var(--color-error);
  transition: all 0.3s ease-in-out;
  display: none;
}

/* ==========================================================================
   cards / component
   ========================================================================== */
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-lg);
  margin-top: var(--spacing-md);
}
@media screen and (max-width: 1024px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.cards .card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  width: 100%;
  height: 100%;
}
.cards .card__media img {
  display: block;
  max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards .hover {
  overflow: hidden;
}
.cards .hover .card__media {
  transform: scale(1);
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.cards .hover .card__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media screen and (max-width: 1024px) {
  .cards .hover .card__content {
    opacity: 1;
  }
}
.cards .hover:hover {
  cursor: pointer;
}
.cards .hover:hover .card__content {
  opacity: 1;
}
.cards .hover:hover .card__media {
  transform: scale(1.1);
}

/* ==========================================================================
   button / component
   ========================================================================== */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
  color: var(--color-white);
  padding: 10px 20px;
  overflow: hidden;
  z-index: 2;
  background: none;
  transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: uppercase;
  border: 3px solid var(--color-white);
  font-family: var(--font-primary);
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-white);
  z-index: -1;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:hover::after {
  width: 100%;
}
.button:hover {
  color: var(--color-black);
  cursor: pointer;
}
.button:hover .icon {
  fill: var(--color-white);
}
.button:hover h3 {
  color: var(--color-white);
}

/* ==========================================================================
   hero / components
   ========================================================================== */
.hero-accueil {
  padding-top: 0 !important;
  margin-bottom: var(--spacing-xxl);
}
.hero-accueil .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-accueil .wrapper {
    text-align: left;
  }
}
.hero-accueil__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}
.hero-accueil__media img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .hero-accueil__media {
    position: absolute;
    max-height: 600px;
  }
}

.hero {
  position: relative;
}
.hero .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  filter: brightness(0.5);
  overflow: hidden;
}
.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero {
    height: 70vh;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 60vh;
  }
}
.hero__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__title {
  font-size: clamp(2.25rem, 17.08vw + -2.88rem, 12.5rem);
}
.hero__text {
  font-size: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
}

/* ==========================================================================
   mission / components
   ========================================================================== */
.mission {
  margin-bottom: var(--spacing-md);
  position: relative;
}
.mission .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: var(--spacing-xl) 0;
}
.mission .wrapper .wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.mission .wrapper .wrapper-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mission__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 1000px;
}
.mission .float {
  position: absolute;
  z-index: -1;
}
.mission .float:nth-child(1) {
  top: -10%;
  left: 5%;
  width: 250px;
}
.mission .float:nth-child(2) {
  top: 50%;
  left: 25%;
  width: 230px;
}
.mission .float:nth-child(3) {
  top: 5%;
  left: 80%;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .mission .float {
    transform: scale(0.7);
  }
}

.about {
  padding: 100px 0;
}
.about .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about__media {
  width: 100%;
  height: 100%;
}
.about__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about__content .about__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__content .about__details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__content .about__details .detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.next .link-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.next .link-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.next .link-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================================================================
   footer / components
   ========================================================================== */
.footer {
  padding: var(--spacing-lg) 0 var(--spacing-lg);
  background-color: var(--color-black);
  color: var(--color-black);
  font-family: var(--font-primary);
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .wrapper .nav {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}
.footer .wrapper .nav__list {
  list-style: none;
  display: flex;
  padding: 0;
  gap: var(--spacing-md);
  margin: 0;
}
.footer__text {
  margin-top: var(--spacing-lg);
  text-align: center;
  color: var(--color-white);
}

.footer .sub-menu {
  display: none; /* Hidden by default, show on hover */
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: var(--spacing-xs);
  background-color: var(--color-black);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  gap: var(--spacing-xs);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer .menu-item-has-children {
  position: relative;
}

/* Override header styles for footer parent links */
.footer .menu-item-has-children > a {
  cursor: pointer !important;
  pointer-events: auto !important;
  color: var(--color-white) !important;
}

/* Show submenu on hover */
.footer .menu-item-has-children:hover > .sub-menu {
  display: flex;
}

.footer .sub-menu li a {
  color: var(--color-white) !important;
  font-size: var(--font-size-p);
  white-space: nowrap;
}

.footer .sub-menu li a:hover {
  color: var(--color-white) !important;
}

.footer .nav__list > li > a {
  position: relative;
  color: var(--color-white);
  font-size: var(--font-size-p);
  text-transform: none;
  transition: color 0.3s ease;
}
.footer .nav__list > li > a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: var(--color-white);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.footer .nav__list > li > a:hover {
  color: var(--color-white);
}
.footer .nav__list > li > a:hover::before {
  transform: scaleX(1);
}

.footer .wrapper a {
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.footer .wrapper a svg {
  display: inline-block;
  width: 45px;
  height: 38px;
  fill: var(--color-white);
  transition: fill 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.footer .wrapper a:hover {
  transform: scale(1.05);
}
.footer .wrapper a:hover svg {
  fill: var(--color-white);
  opacity: 0.85;
  transform: translateY(-2px);
}

/* ==========================================================================
   univers / components
   ========================================================================== */
.univers {
  position: relative;
  height: 60vh;
  margin-bottom: var(--spacing-xxl);
}
.univers .float {
  position: absolute;
  border-radius: 100%;
  transform: translateX(300px);
}
.univers .float img {
  aspect-ratio: 1/1;
}
.univers .float:nth-child(1) {
  top: 90%;
  left: 30%;
  width: 300px;
}
.univers .float:nth-child(2) {
  top: 30%;
  left: 50%;
  width: 230px;
}
.univers .float:nth-child(3) {
  top: 60%;
  left: 15%;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .univers .float {
    transform: translateX(0px) scale(0.75);
  }
  .univers .float:nth-child(1) {
    top: 90%;
    left: 30%;
    width: 300px;
  }
  .univers .float:nth-child(2) {
    top: 30%;
    left: 50%;
    width: 230px;
  }
  .univers .float:nth-child(3) {
    top: 60%;
    left: 15%;
    width: 200px;
  }
}

.intro {
  position: relative;
  height: 100vh;
}
.intro .wrapper {
  width: 100%;
  height: 100%;
}
.intro__content {
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-cta);
}
.intro__content p {
  max-width: 1000px;
}
.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: -10;
}
.intro__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.art {
  position: relative;
  height: 100vh;
}
.art .float {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.art .float:nth-child(2) img {
  width: 572px;
  height: 631px;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(2) img {
    transform: scale(0.3) translateX(-400px);
  }
}
.art .float:nth-child(3) {
  position: absolute;
  top: 7%;
  left: 42%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(3) {
    transform: scale(0.5) translate(-400px, -100px);
  }
}
.art .float:nth-child(4) {
  position: absolute;
  top: 43%;
  left: 47%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(4) {
    transform: scale(0.5) translate(-300px, 200px);
  }
}
.art .float:nth-child(5) {
  position: absolute;
  top: 0%;
  left: 61%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(5) {
    transform: scale(0.5) translate(-400px, 300px);
  }
}
.art .float:nth-child(6) {
  position: absolute;
  top: 37%;
  left: 67%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(6) {
    transform: scale(0.5) translate(-300px);
  }
}
.art .float:nth-child(7) {
  position: absolute;
  top: 3%;
  left: 80%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(7) {
    transform: scale(0.5) translate(-400px, -50px);
  }
}
.art .float:nth-child(8) {
  position: absolute;
  top: 30%;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .art .float:nth-child(8) {
    transform: scale(0.5) translate(-400px);
  }
}
.art .float-big {
  position: relative;
  z-index: 5;
}
.art .float-text {
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 0%;
}
.art .float-text2 {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .art .float-text2 {
    transform: scale(0.5) translateY(400px);
  }
}
.art .float-bg {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}

.gallerie {
  text-align: center;
  width: 100%;
  height: 100%;
}
.gallerie .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.gallerie .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.gallerie .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.interact {
  position: relative;
  --element-height: 100vh;
  padding: 0 !important;
}
.interact__media {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 70%;
  filter: brightness(0.5);
}
.interact__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interact__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.interact .float {
  z-index: 5;
  max-width: 300px;
  max-height: 300px;
}
.interact .float:nth-child(3) {
  position: absolute;
  top: 7%;
  left: 5%;
}
.interact .float:nth-child(4) {
  position: absolute;
  top: 4%;
  right: 5%;
}
.interact .float:nth-child(5) {
  position: absolute;
  top: 63%;
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .interact .float:nth-child(5) {
    transform: translateX(-100px) scale(0.5);
  }
}
.interact .float:nth-child(6) {
  position: absolute;
  top: 58%;
  right: 10%;
}
@media screen and (max-width: 1024px) {
  .interact .float {
    transform: scale(0.5);
  }
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(78, 205, 196, 0.2);
  border: 2px solid var(--color-cta);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.swiper-button-next:hover {
  background: rgba(78, 205, 196, 0.4);
  border-color: var(--color-cta);
  transform: translateY(-50%) scale(1.1);
}
.swiper-button-next svg {
  padding: 8px;
}
.swiper-button-next path {
  fill: var(--color-cta);
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(78, 205, 196, 0.2);
  border: 2px solid var(--color-cta);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.swiper-button-prev:hover {
  background: rgba(78, 205, 196, 0.4);
  border-color: var(--color-cta);
  transform: translateY(-50%) scale(1.1);
}
.swiper-button-prev svg {
  padding: 8px;
}
.swiper-button-prev path {
  fill: var(--color-cta);
}

section.intro.intro-film .intro__content {
  height: 90%;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

section.intro.intro-musique .intro__media {
  height: 110%;
}
section.intro.intro-musique .intro__content {
  height: 100%;
  align-items: flex-end;
  text-align: right;
}

.contribut {
  height: 100vh;
}
.contribut .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contribut p {
  padding: 40px 0;
}
.contribut .button {
  color: var(--color-cta);
  background: rgba(78, 205, 196, 0.2);
  border: 2px solid var(--color-cta);
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 24px 32px;
}
.contribut .button:hover {
  color: #fff;
  background: rgba(78, 205, 196, 0.4);
  border-color: var(--color-cta);
  transform: translateY(-50%) scale(1.1);
}
.contribut .button::after {
  color: #fff;
  background: var(--color-cta);
}
.contribut .button svg {
  padding: 8px;
}
.contribut .button path {
  fill: var(--color-cta);
}

.special {
  color: var(--color-cta);
  text-shadow: 0 5px 2px var(--color-cta);
}

.hero-team {
  position: relative;
  height: 90vh;
  margin: 0;
}
.hero-team .wrapper {
  text-align: left;
  display: block;
}
.hero-team .hero__media {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}
.hero-team .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero-team {
    height: 70vh;
  }
}
@media (max-width: 480px) {
  .hero-team {
    height: 60vh;
  }
}
.hero-team .hero__content {
  position: relative;
}

.cards__team {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.cards__team .grid-2columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .cards__team .grid-2columns {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cards__team .grid-2columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cards__team .grid-3columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .cards__team .grid-3columns {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cards__team .grid-3columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cards__team .card {
  min-width: 0;
}
.cards__team .card__media {
  width: 100%;
}
.cards__team .card__media img {
  width: 100%;
  height: auto;
  display: block;
}
.cards__team .card__content h3 {
  padding-bottom: 16px;
  font-size: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
}
@media (max-width: 768px) {
  .cards__team .card__content h3 {
    padding-bottom: 8px;
  }
}
.cards__team .card__content p {
  padding-bottom: 56px;
  font-size: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
}
@media (max-width: 768px) {
  .cards__team .card__content p {
    padding-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .cards__team .card__content p {
    padding-bottom: 24px;
  }
}

/* ==========================================================================
   Gravity Forms Custom Styling
   ========================================================================== */
.gform_wrapper {
  font-family: var(--font-secondary);
  color: var(--color-black);
}

.gform_wrapper .gfield {
  margin-bottom: var(--spacing-md);
}

.gform_wrapper .gfield_label {
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 8px;
}

.gform_wrapper .gform_title {
  font-family: var(--font-primary);
  font-size: var(--font-size-h2);
  color: var(--color-white);
  margin-bottom: var(--spacing-md);
}

.gform_wrapper .gform_description {
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  margin-bottom: var(--spacing-lg);
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=url],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: var(--color-primary);
}
.gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: rgba(44, 41, 32, 0.5);
}
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  color: rgba(44, 41, 32, 0.5);
}

.gform_wrapper textarea {
  min-height: 150px;
  resize: vertical;
}

.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232c2920' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.gform_wrapper .gsection_title {
  font-family: var(--font-primary);
  font-size: var(--font-size-h3);
  color: var(--color-white);
  margin-bottom: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
  border-bottom: 2px solid var(--color-white);
}

.gform_wrapper .gsection_description {
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  margin-bottom: var(--spacing-md);
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin-top: var(--spacing-lg);
  padding: 0;
}

.gform_wrapper input[type=submit],
.gform_wrapper .gform_button {
  display: inline-block;
  padding: var(--spacing-sm) var(--spacing-lg);
  font-family: var(--font-primary);
  font-size: var(--font-size-cta);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-black);
  background-color: var(--color-cta);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper .gform_button:hover {
  background-color: var(--color-hover);
  transform: scale(1.05);
}

.gform_wrapper .gfield_error .gfield_label {
  color: var(--color-primary);
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: var(--color-primary);
}

.gform_wrapper .validation_message {
  font-family: var(--font-secondary);
  font-size: 14px;
  color: var(--color-primary);
  margin-top: 8px;
}

.gform_wrapper .gfield_required {
  color: var(--color-primary);
  margin-left: 4px;
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  margin-bottom: 8px;
}
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  width: auto;
  margin-right: 8px;
  accent-color: var(--color-primary);
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label {
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  cursor: pointer;
}

.gform_wrapper input[type=file] {
  font-family: var(--font-secondary);
  color: var(--color-black);
}

.gform_wrapper ul {
  list-style: none;
  padding: 0;
}

.gform_wrapper li {
  list-style: none;
}

@media (max-width: 768px) {
  .gform_wrapper input[type=submit],
  .gform_wrapper .gform_button {
    width: 100%;
    text-align: center;
  }
}
/* Nuclear option for Gravity Forms button */
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_button,
body input[type=submit].gform_button {
  display: inline-block !important;
  padding: 15px 30px !important;
  font-family: var(--font-primary) !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #2c2920 !important;
  background: #50e2c1 !important;
  background-color: #50e2c1 !important;
  background-image: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: normal !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body input[type=submit].gform_button:hover {
  background: #91ffe6 !important;
  background-color: #91ffe6 !important;
  transform: scale(1.05) !important;
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  margin-top: var(--spacing-lg);
  padding: 0;
  text-align: right;
}

/* Sous-labels Gravity Forms */
.gform_wrapper .gform-field-label.gform-field-label--type-sub {
  color: var(--color-white);
}

/* ==========================================================================
   section / components
   ========================================================================== */
.section {
  padding: var(--spacing-xl) 0;
}
/*# sourceMappingURL=main.css.map */
