/*-----------------------------------------------*\

Author: Thomas Geisen (www.thomasgeisen.fr)
Framework : Tailwind (width 1512px fluid, 12 cols, gap 1rem)

\*-----------------------------------------------*/

/* Base */

/*-----------------------------------------------*\

	Les icônes sont gérées sous forme de fonts par l'outil icomoon (https://icomoon.io/app)

\*-----------------------------------------------*/

/* Layout */

/*-----------------------------------------------*\

    Stage of the app

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    Top header of the website

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    Fil d'ariane du site, présent dans les pages éditoriales

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    Contenu et layout général des pages intérieures du site

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    WordPress editor

\*-----------------------------------------------*/

/*-----------------------------------------------*\

    Website main footer

\*-----------------------------------------------*/

/* Components */

/*-----------------------------------------------*\

    Custom pattern decoration

\*-----------------------------------------------*/

/* position: relative;
    height: 105px;
    max-height: 0;
    overflow: hidden;
    transition: all 800ms theme('transitionTimingFunction.outExpo'); */

/* &:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: theme(colors.cachou);
        width: 100%;
        height: 100%;
        transition: all 800ms theme('transitionTimingFunction.outExpo');
        transform-origin: bottom;
        transition-delay: 300ms;
    } */

.filter.isOpen{
    max-height: 105px;
    /* &:before{
            transform: scaleY(0);
        } */
  }

.filter-input{
    margin-top: 0.75rem;
  }

.filter-input{
    display: flex;
  }

@media (min-width: 769px){
    .filter-input{
      margin-left: 2.5rem;
    }
  }

@media (min-width: 769px){
    .filter-input{
      margin-top: 0px;
    }
  }

@media (min-width: 769px){
    .filter-input{
      display: block;
    }
  }

.filter-input{
    white-space: nowrap;
  }

.filter-input input[type="checkbox"]{
      position: absolute;
    }

.filter-input input[type="checkbox"]{
      z-index: -10;
    }

.filter-input input[type="checkbox"]{
      opacity: 0;
    }

.filter-input label:before {
      content: "\e90b";
    }

.filter-input label{
      position: relative;
    }

.filter-input label{
      display: flex;
    }

.filter-input label{
      cursor: pointer;
    }

.filter-input label{
      align-items: center;
    }

.filter-input label{
      justify-content: center;
    }

.filter-input label:before,
            .filter-input label:after{
        margin-right: 0.75rem;
      }

.filter-input label:before,
            .filter-input label:after{
        display: flex;
      }

.filter-input label:before,
            .filter-input label:after{
        aspect-ratio: 1 / 1;
      }

.filter-input label:before,
            .filter-input label:after{
        width: 24px;
      }

.filter-input label:before,
            .filter-input label:after{
        align-items: center;
      }

.filter-input label:before,
            .filter-input label:after{
        justify-content: center;
      }

.filter-input label:before,
            .filter-input label:after{
        --tw-text-opacity: 1;
        color: rgb(254 236 212 / var(--tw-text-opacity));
      }

.filter-input label:before,
            .filter-input label:after {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
      }

.filter-input label:before{
        position: relative;
        background: transparent;
        transform: scale(1.6);
        font-family: 'icomoon';
        opacity: 0;
        z-index: 1;
      }

.filter-input label:after{
        position: absolute;
      }

.filter-input label:after{
        left: 0px;
      }

.filter-input label:after{
        border-width: 1px;
      }

.filter-input label:after{
        --tw-border-opacity: 1;
        border-color: rgb(47 23 0 / var(--tw-border-opacity));
      }

.filter-input label:after{
        content: '';
      }

.filter-input label:hover:after,.filter-input label:focus:after{
          background-color: rgba(47,23,0,0.4);
        }

.filter-input input[type="checkbox"]:checked + label::after{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.filter-input input[type="checkbox"]:checked + label::before {
      transform: scale(1);
      opacity: 1;
    }

.filter-select{
    position: relative;
    top: -2px;
  }

.filter-select span{
      opacity: 0;
    }

.filter-select select{
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

.filter-select i{
      pointer-events: none;
    }

/* Components -> Gutenberg */

.wp-block-heading:first-child{
    margin-top: 0px;
  }

h2.wp-block-heading{
  font-family: RaghavaGrotesk, Roboto, serif;
}

@media not all and (min-width: 1080px){
  h2.wp-block-heading{
    font-size: 2.5rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  h2.wp-block-heading{
    font-size: 2rem !important;
    line-height: 1.2em !important;
  }
}

h2.wp-block-heading{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.2em;
}

@media (min-width: 769px){
  h2.wp-block-heading{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

h3.wp-block-heading{
  font-family: RaghavaGrotesk, Roboto, serif;
}

@media not all and (min-width: 1080px){
  h3.wp-block-heading{
    font-size: 2rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  h3.wp-block-heading{
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
  }
}

h3.wp-block-heading{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2em;
}

h4.wp-block-heading{
  font-family: RaghavaGrotesk, Roboto, serif;
}

@media not all and (min-width: 1280px){
  h4.wp-block-heading{
    font-size: 1.75rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1080px){
  h4.wp-block-heading{
    font-size: 1.375rem !important;
    line-height: 1.2em !important;
  }
}

h4.wp-block-heading{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2em;
}

h5.wp-block-heading{
  font-family: RaghavaGrotesk, Roboto, serif;
}

@media not all and (min-width: 1280px){
  h5.wp-block-heading{
    font-size: 1.75rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1080px){
  h5.wp-block-heading{
    font-size: 1.375rem !important;
    line-height: 1.2em !important;
  }
}

h5.wp-block-heading{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.wp-block-columns{
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}

@media (min-width: 769px){
  .wp-block-columns{
    flex-direction: row;
  }
}

@media (min-width: 1080px){
  .wp-block-columns{
    margin-top: 3.5rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .wp-block-columns{
    margin-top: 5rem;
  }
}

.wp-block-columns > .wp-block-column{
    width: 100%;
  }

.wp-block-columns > .wp-block-column{
    max-width: 100%;
  }

@media (min-width: 769px){
    .wp-block-columns > .wp-block-column{
      max-width: 50%;
    }
  }

.wp-block-columns > .wp-block-column{
    flex: 1 1 50%;
  }

@media (min-width: 769px) {

.wp-block-columns > .wp-block-column:first-child .wp-block-heading{
          padding-right: 32px
      }
        }

@media (min-width: 769px) {

.wp-block-columns > .wp-block-column:first-child h2{
          margin-top: -0.8rem
      }
        }

@media (min-width: 769px) {

.wp-block-columns > .wp-block-column:first-child h3{
          margin-top: -0.55rem
      }
        }

.wp-block-columns > .wp-block-column > .wp-block-image:first-child{
      margin-top: 0px;
      margin-bottom: 0px;
    }

.wp-block-columns > .wp-block-column > .wp-block-image{
      margin-top: 1.5rem;
    }

.wp-block-columns > .wp-block-column > .wp-block-image{
      margin-bottom: 0px;
    }

.wp-block-columns > .wp-block-column > .wp-block-image + p{
        margin-top: 1.5rem;
      }

.wp-block-image{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 1080px){
  .wp-block-image{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.wp-block-image img{
    display: inline-block;
  }

.wp-block-image img{
    width: 100%;
  }

.wp-block-image img{
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }

.wp-block-image figcaption{
    margin-top: 0.5rem;
  }

.wp-block-image figcaption{
    font-size: 0.875rem;
    line-height: 1.4em;
  }

.wp-block-separator{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 769px){
  .wp-block-separator{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1080px){
  .wp-block-separator{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.wp-block-separator{
  background-color: transparent !important;
}

.wp-block-pullquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(47,23,0,0.4);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.wp-block-pullquote p{
    font-family: RaghavaGrotesk, Roboto, serif;
  }

@media not all and (min-width: 1280px){
    .wp-block-pullquote p{
      font-size: 1.75rem !important;
      line-height: 1.2em !important;
    }
  }

@media not all and (min-width: 1080px){
    .wp-block-pullquote p{
      font-size: 1.375rem !important;
      line-height: 1.2em !important;
    }
  }

.wp-block-pullquote p{
    font-family: Inter, Verdana, Arial, sans-serif;
  }

.wp-block-pullquote p{
    font-size: 1.5rem;
    line-height: 1.2em;
  }

.wp-block-pullquote p{
    font-weight: 500;
  }

.wp-block-pullquote p{
    font-style: italic;
  }

.wp-block-pullquote p{
    line-height: 1.4em;
  }

.wp-block-pullquote cite{
    margin-top: 2rem;
  }

.wp-block-pullquote cite{
    display: block;
  }

.wp-block-pullquote cite{
    font-size: 0.875rem;
    line-height: 1.4em;
  }

.wp-block-pullquote cite{
    text-transform: uppercase;
  }

.wp-block-list li,.wp-block-wpseopress-sitemap li{
    margin-left: 1.75rem;
  }

.wp-block-list li,.wp-block-wpseopress-sitemap li{
    padding-left: 0.75rem;
  }

.wp-block-list li::marker,.wp-block-wpseopress-sitemap li::marker{
      font-weight: 500;
    }

.wp-block-list li + li,.wp-block-wpseopress-sitemap li + li{
    padding-top: 1rem;
  }

.wp-block-list h2,.wp-block-wpseopress-sitemap h2{
    font-family: RaghavaGrotesk, Roboto, serif;
  }

@media not all and (min-width: 1080px){
    .wp-block-list h2,.wp-block-wpseopress-sitemap h2{
      font-size: 2rem !important;
      line-height: 1.2em !important;
    }
  }

@media not all and (min-width: 769px){
    .wp-block-list h2,.wp-block-wpseopress-sitemap h2{
      font-size: 1.5rem !important;
      line-height: 1.2em !important;
    }
  }

.wp-block-list h2,.wp-block-wpseopress-sitemap h2{
    margin-bottom: 1.5rem;
  }

.wp-block-list h2,.wp-block-wpseopress-sitemap h2{
    font-size: 2rem;
    line-height: 1.2em;
  }

.wp-block-list .sp-wrap-cpt,.wp-block-wpseopress-sitemap .sp-wrap-cpt{
    margin-bottom: 3rem;
  }

.wp-block-list .children,.wp-block-wpseopress-sitemap .children{
    margin-top: 1rem;
  }

.wp-block-embed{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.wp-block-embed__wrapper{
    height: 100%;
  }

.wp-block-embed iframe{
    height: 100%;
  }

.wp-block-embed iframe{
    width: 100%;
  }

.wp-block-media-text{
  gap: 6rem 1.5rem;
  min-width: 100%;
}

@media (min-width: 1512px){
  .wp-block-media-text{
    min-width: 0px;
  }
}

.wp-block-media-text{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .wp-block-media-text{
    max-width: 480px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 769px){
  .wp-block-media-text{
    max-width: 769px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1080px){
  .wp-block-media-text{
    max-width: 1080px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1280px){
  .wp-block-media-text{
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 1440px){
  .wp-block-media-text{
    max-width: 1440px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1512px){
  .wp-block-media-text{
    max-width: 1512px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.wp-block-media-text{
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  align-items: center;
  row-gap: 1.5rem;
  padding: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 769px){
  .wp-block-media-text{
    grid-auto-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1080px){
  .wp-block-media-text{
    gap: 0px;
  }
}

@media (min-width: 1280px){
  .wp-block-media-text{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-block-media-text__media{
    display: flex;
  }

.wp-block-media-text__media{
    justify-content: center;
  }

.wp-block-media-text__media{
    padding: 4rem;
  }

@media (min-width: 1080px){
    .wp-block-media-text__media{
      padding: 5rem;
    }
  }

@media (min-width: 1280px){
    .wp-block-media-text__media{
      padding: 7rem;
    }
  }

.wp-block-media-text__media img{
      width: 100%;
    }

.wp-block-media-text__content{
    align-self: center;
  }

@media (min-width: 769px){
    .wp-block-media-text__content{
      padding-left: 8.333333%;
      padding-right: 8.333333%;
    }
  }

@media (min-width: 1080px){
    .wp-block-media-text__content{
      padding-left: 11.11111%;
      padding-right: 11.11111%;
    }
  }

@media (min-width: 1280px){
    .wp-block-media-text__content{
      padding-left: 16.666667%;
      padding-right: 16.666667%;
    }
  }

@media (min-width: 769px){
      .wp-block-media-text__content .wp-block-button{
        margin-top: 1rem;
      }
    }

.wp-block-media-text.denim .wp-block-media-text__media{
      --tw-bg-opacity: 1;
      background-color: rgb(80 118 200 / var(--tw-bg-opacity));
    }

.wp-block-media-text.imperial .wp-block-media-text__media{
      --tw-bg-opacity: 1;
      background-color: rgb(253 213 60 / var(--tw-bg-opacity));
    }

.wp-block-group{
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-group > *{
    min-width: 100%;
  }

@media (min-width: 1512px){
    .wp-block-group > *{
      min-width: 0px;
    }
  }

.wp-block-group > *{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

@media (min-width: 480px){
    .wp-block-group > *{
      max-width: 480px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

@media (min-width: 769px){
    .wp-block-group > *{
      max-width: 769px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }

@media (min-width: 1080px){
    .wp-block-group > *{
      max-width: 1080px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

@media (min-width: 1280px){
    .wp-block-group > *{
      max-width: 1280px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

@media (min-width: 1440px){
    .wp-block-group > *{
      max-width: 1440px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

@media (min-width: 1512px){
    .wp-block-group > *{
      max-width: 1512px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

.wp-block-gallery{
  margin-bottom: 1rem;
}

.wp-block-gallery li{
    display: block;
  }

.wp-block-gallery figure{
    margin-top: 1.5rem;
  }

/* @import "vendors/tarteaucitron"; */

/* Tailwind */

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

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

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

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

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

html,
:host {
  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: Inter, Verdana, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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;
}

html{
  overscroll-behavior: none;
}

body{
  font: 1rem;
  line-height: 1.4rem;
  background: #FEECD4;
  font-family: Inter, Verdana, Arial, sans-serif;
  color: #2F1700;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: optimizeQuality;
  text-rendering: optimizeLegibility;
}

*::-moz-selection {
  background: #FDD53C;
  color: #2F1700;
}

*::selection {
  background: #FDD53C;
  color: #2F1700;
}

a::-moz-selection {
  color: #2F1700;
}

a::selection {
  color: #2F1700;
}

p{
  padding: 0;
}

strong{
  font-weight: normal;
}

a{
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:focus{
    outline-color: currentColor;
  }

button{
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

button:focus{
    outline-color: currentColor;
  }

input:focus,select:focus{
    outline: none;
  }

cite{
  font-style: normal;
}

picture{
  display: block;
}

.grid{
  gap: 6rem 1.5rem;
}

.container{
  min-width: 100%;
}

@media (min-width: 1512px){
  .container{
    min-width: 0px;
  }
}

.objectfit{
  width: 100%;
  height: 100%;
}

.objectfit img,
        .objectfit video{
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

.objectfit video{
    position: absolute;
  }

.objectfit.contain img,
            .objectfit.contain video{
      -o-object-fit: contain;
         object-fit: contain;
    }

/* Fix WP Rocket Lazy Loading pour le footer */

footer[data-wpr-lazyrender]{
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  content-visibility: visible !important;
}

/* Classe hidden-mobile */

@media not all and (min-width: 1280px){
  .hidden-mobile{
    display: none;
  }

  [class^="icon-"] span.hidden-mobile,
	[class*=" icon-"] span.hidden-mobile{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }

  .hidden-mobile{
    display: none;
  }

  [class^="icon-"] span.hidden-mobile,
	[class*=" icon-"] span.hidden-mobile{
    display: inline-block;
    height: 0;
    width: 0;
    overflow: hidden;
  }

  .hidden-mobile{
    display: none;
  }
}

/* Icons */

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

  src:url("../fonts/icomoon.eot?-azerty");

  src:url("../fonts/icomoon.eot?#iefix-azerty") format('embedded-opentype'),
            url("../fonts/icomoon.woff?-azerty") format('woff'),
            url("../fonts/icomoon.ttf?-azerty") format('truetype'),
            url("../fonts/icomoon.svg?-azerty#icomoon") format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Title font */

@font-face {
  font-family:"RaghavaGrotesk";

  src:url("../fonts/RaghavaGrotesk-Regular.woff2") format("woff2"),
            url("../fonts/RaghavaGrotesk-Regular.woff") format("woff"),
            url("../fonts/RaghavaGrotesk-Regular.otf") format("opentype");

  font-style:normal;

  font-weight:400;

  font-display: swap;
}

/* Text font */

@font-face {
  font-family:"Inter";

  src:url("../fonts/Inter-Regular.woff2") format("woff2"),
            url("../fonts/Inter-Regular.woff") format("woff"),
            url("../fonts/Inter-Regular.otf") format("opentype");

  font-style:normal;

  font-weight:400;

  font-display: swap;
}

@font-face {
  font-family:"Inter";

  src:url("../fonts/Inter-Bold.woff2") format("woff2"),
            url("../fonts/Inter-Bold.woff") format("woff"),
            url("../fonts/Inter-Bold.otf") format("opentype");

  font-style:normal;

  font-weight:700;

  font-display: swap;
}

@font-face {
  font-family:"Inter";

  src:url("../fonts/Inter-Medium.woff2") format("woff2"),
            url("../fonts/Inter-Medium.woff") format("woff"),
            url("../fonts/Inter-Medium.otf") format("opentype");

  font-style:normal;

  font-weight:500;

  font-display: swap;
}

.icon:before,
	[class^="icon-"]:before, [class*=" icon-"]:after,
	[class^="icon-"]:after, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"] span.hidden,
	[class*=" icon-"] span.hidden{
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* Before */

.icon-linkedin:before {
  content: "\e905";
}

.icon-arrow-download:before {
  content: "\e906";
}

.icon-arrow-up-right:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-chevron-up:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e90a";
}

.icon-play:before {
  content: "\ea1c";
}

/* After */

.icon-arrow-download-after:after {
  content: "\e906";
}

.icon-arrow-up-right-after:after {
  content: "\e903";
}

.icon-arrow-right-after:after {
  content: "\e900";
}

.icon-arrow-left-after:after {
  content: "\e908";
}

.icon-chevron-down-after:after {
  content: "\e90a";
}

.icon-play-after:after {
  content: "\ea1c";
}

.icon-btnMenu{
  position: relative;
  aspect-ratio: 1 / 1;
  width: 56px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 212 / var(--tw-bg-opacity));
  font-size: 0;
}

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after{
    position: absolute;
  }

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after{
    display: block;
  }

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after{
    height: 2px;
  }

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after{
    width: 18px;
  }

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after{
    --tw-bg-opacity: 1;
    background-color: rgb(47 23 0 / var(--tw-bg-opacity));
  }

.icon-btnMenu span,
		.icon-btnMenu:before,
		.icon-btnMenu:after {
    left: 50%;
    transform: translateX(-50%);
    transform-origin: left center;
    transition: all 200ms ease-out;
  }

.icon-btnMenu:before{
    content: '';
    top: 22px;
  }

.icon-btnMenu span {
    top: 27px;
  }

.icon-btnMenu:after {
    content: '';
    top: 32px;
  }

.icon-btnMenu.isOpen span {
      transform: scale(0);
    }

.icon-btnMenu.isOpen:before,
			.icon-btnMenu.isOpen:after {
      top: 27px;
      transform: rotate(45deg) translateX(-50%);
    }

.icon-btnMenu.isOpen:after {
      top: 27px;
      transform: rotate(-45deg) translateX(-50%);
    }

.icon-btnMenu:hover span,
			.icon-btnMenu:hover:before,
			.icon-btnMenu:hover:after,
			.icon-btnMenu:focus span,
			.icon-btnMenu:focus:before,
			.icon-btnMenu:focus:after,
			.icon-btnMenu:active span,
			.icon-btnMenu:active:before,
			.icon-btnMenu:active:after {
      width: 28px;
    }

.text-h1,
    .text-h2,
    .text-h3,
    .text-h4,
    .text-h5{
  font-family: RaghavaGrotesk, Roboto, serif;
}

@media not all and (min-width: 1080px){
  .text-h1{
    font-size: 4rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  .text-h1{
    font-size: 3.25rem !important;
    line-height: 1em !important;
  }
}

@media not all and (min-width: 1080px){
  .text-h2{
    font-size: 3rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  .text-h2{
    font-size: 2.5rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1080px){
  .text-h3{
    font-size: 2.5rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  .text-h3{
    font-size: 2rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1080px){
  .text-h4{
    font-size: 2rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 769px){
  .text-h4{
    font-size: 1.5rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1280px){
  .text-h5{
    font-size: 1.75rem !important;
    line-height: 1.2em !important;
  }
}

@media not all and (min-width: 1080px){
  .text-h5{
    font-size: 1.375rem !important;
    line-height: 1.2em !important;
  }

  .text-xl{
    font-size: 1.125rem !important;
    line-height: 1.4em !important;
  }
}

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

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

.Stage{
  width: 100vw;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 212 / var(--tw-bg-opacity));
}

.Stage-overlay{
    position: fixed;
  }

.Stage-overlay{
    top: 0px;
  }

.Stage-overlay{
    left: 0px;
  }

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

.Stage-overlay{
    height: 100vh;
  }

.Stage-overlay{
    width: 100vw;
  }

.Stage-overlay{
    background-color: rgba(47,23,0,0.4);
  }

.Stage-overlay{
    pointer-events: none;
    cursor: pointer;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.Stage-overlay.isOpen{
      opacity: 1;
      pointer-events: all;
    }

.SiteHeader{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: rgb(254 236 212 / var(--tw-text-opacity));
}

.SiteHeader svg path{
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.SiteHeader.isLight:not(.isExpanded){
    --tw-bg-opacity: 1;
    background-color: rgb(254 236 212 / var(--tw-bg-opacity));
  }

.SiteHeader.isLight:not(.isExpanded){
    --tw-text-opacity: 1;
    color: rgb(47 23 0 / var(--tw-text-opacity));
  }

.SiteHeader.isLight:not(.isExpanded) svg path{
      fill: #2F1700;
    }

.SiteHeader.isLight:not(.isExpanded) .border-b-1{
      border-color: rgba(47,23,0,0.4);
    }

.SiteHeader.isLight:not(.isExpanded) button{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.SiteHeader.isLight:not(.isExpanded) button:before,
                .SiteHeader.isLight:not(.isExpanded) button:after,
                .SiteHeader.isLight:not(.isExpanded) button span{
        --tw-bg-opacity: 1;
        background-color: rgb(254 236 212 / var(--tw-bg-opacity));
      }

.SiteHeader.isLight:not(.isExpanded) .SiteHeader-network a:after{
          --tw-bg-opacity: 1;
          background-color: rgb(47 23 0 / var(--tw-bg-opacity));
        }

.SiteHeader.isLight:not(.isExpanded) nav > ul > li > a::before{
      background: #2F1700;
    }

.SiteHeader.isExpanded{
    --tw-bg-opacity: 1;
    background-color: rgb(95 41 38 / var(--tw-bg-opacity));
  }

.SiteHeader.isExpanded{
    --tw-text-opacity: 1;
    color: rgb(254 236 212 / var(--tw-text-opacity));
  }

@media not all and (min-width: 1280px){
    .SiteHeader.isExpanded{
      overflow: hidden;
    }
  }

.SiteHeader.isExpanded svg path{
      fill: #FEECD4;
    }

.SiteHeader.isExpanded .border-b-1{
      border-color: rgba(254,236,212,0.3);
    }

.SiteHeader.isExpanded .SiteHeader-network a.isActive:after{
      --tw-bg-opacity: 1;
      background-color: rgb(254 236 212 / var(--tw-bg-opacity));
    }

.SiteHeader-network{
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.SiteHeader-network.isHidden{
      margin-top: -40px;
    }

.SiteHeader-network a{
      position: relative;
    }

.SiteHeader-network a{
      margin-right: 1rem;
    }

.SiteHeader-network a{
      display: block;
    }

.SiteHeader-network a{
      padding: 0.5rem;
    }

.SiteHeader-network a::after{
        position: absolute;
      }

.SiteHeader-network a::after{
        left: 0px;
      }

.SiteHeader-network a::after{
        z-index: -10;
      }

.SiteHeader-network a::after{
        height: 2px;
      }

.SiteHeader-network a::after{
        width: 100%;
      }

.SiteHeader-network a::after{
        --tw-bg-opacity: 1;
        background-color: rgb(254 236 212 / var(--tw-bg-opacity));
      }

.SiteHeader-network a::after{
        --tw-content: '';
        content: var(--tw-content);
      }

.SiteHeader-network a::after{
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        bottom: -1px;
        transform: scaleX(0);
        transform-origin: left;
      }

.SiteHeader-network a.isActive:after,.SiteHeader-network a:hover:after{
          transform: scaleX(1);
        }

.SiteHeader-logo:hover{
    opacity: 0.7;
  }

.SiteHeader-logo svg{
      width: 116px;
    }

@media (min-width: 769px){
      .SiteHeader-logo svg{
        width: 130px;
      }
    }

@media (min-width: 1280px){
      .SiteHeader-logo svg{
        width: 150px;
      }
    }

@media (min-width: 1440px){
      .SiteHeader-logo svg{
        width: auto;
      }
    }

.SiteHeader-logo.isOpen svg path{
      fill: #FEECD4 !important;
    }

@media (min-width: 1280px){
    [class^="icon-"] span.SiteHeader-button,
	[class*=" icon-"] span.SiteHeader-button{
      display: inline-block;
      height: 0;
      width: 0;
      overflow: hidden;
    }
  }

@media (min-width: 1280px){
    [class^="icon-"] span.SiteHeader-button,
	[class*=" icon-"] span.SiteHeader-button{
      display: inline-block;
      height: 0;
      width: 0;
      overflow: hidden;
    }
  }

@media (min-width: 1280px){
    .SiteHeader-button{
      display: none;
    }
  }

/* Max-lg = tablet + mobile */

.SiteHeader nav{
    overflow: hidden;
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      position: absolute;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      left: 0px;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      top: 0px;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      height: 100vh;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      width: 100vw;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      overflow-y: auto;
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      --tw-bg-opacity: 1;
      background-color: rgb(95 41 38 / var(--tw-bg-opacity));
    }
  }

@media not all and (min-width: 1280px){
    .SiteHeader nav{
      padding-top: 120px;
    }
  }

.SiteHeader nav{
    transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 1px solid rgba(254,236,212,0.3);
    transform: translateX(100%);
    width: calc(100vw);
  }

.SiteHeader nav.isOpen{
      transform: translateX(0);
    }

@media (min-width: 1280px) {

.SiteHeader nav{
      transition: none;

      transform: none;

      width: 100%;

      border-left: none
  }
    }

.SiteHeader nav > ul > li{
      display: inline-block;
    }

@media not all and (min-width: 1280px){
      .SiteHeader nav > ul > li{
        display: block;
      }
    }

@media (min-width: 1280px){
        .SiteHeader nav > ul > li + li{
          margin-left: 1.25rem;
        }
      }

@media (min-width: 1280px){
        .SiteHeader nav > ul > li + li{
          font-size: 0.875rem;
          line-height: 1.4em;
        }
      }

@media (min-width: 1440px){
        .SiteHeader nav > ul > li + li{
          margin-left: 1.5rem;
        }
      }

@media (min-width: 1440px){
        .SiteHeader nav > ul > li + li{
          font-size: 1rem;
          line-height: 1.4em;
        }
      }

.SiteHeader nav > ul > li > a{
        position: relative;
      }

.SiteHeader nav > ul > li > a{
        display: flex;
      }

.SiteHeader nav > ul > li > a{
        align-items: center;
      }

.SiteHeader nav > ul > li > a{
        border-color: rgba(254,236,212,0.3);
      }

.SiteHeader nav > ul > li > a{
        line-height: 90px;
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a:after {
          content: "\e902";
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          width: 100%;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          justify-content: space-between;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          border-bottom-width: 1px;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          padding-left: 1rem;
          padding-right: 1rem;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          line-height: 56px;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          --tw-text-opacity: 1;
          color: rgb(254 236 212 / var(--tw-text-opacity));
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
          transition-duration: 150ms;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > a{
          transition-duration: 200ms;
        }
      }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > a::after{
            font-family: icomoon, Verdana, Arial, sans-serif;
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > a:hover,
                    .SiteHeader nav > ul > li > a:focus,
                    .SiteHeader nav > ul > li > a:active{
            background-color: rgb(152 67 55 / 0.5);
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > a::before{
            display: none;
          }
        }

@media not all and (min-width: 1280px){
          [class^="icon-"] span.SiteHeader nav > ul > li > a::before,
	[class*=" icon-"] span.SiteHeader nav > ul > li > a::before{
            display: inline-block;
            height: 0;
            width: 0;
            overflow: hidden;
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > a::before{
            display: none;
          }
        }

@media not all and (min-width: 1280px){
          [class^="icon-"] span.SiteHeader nav > ul > li > a::before,
	[class*=" icon-"] span.SiteHeader nav > ul > li > a::before{
            display: inline-block;
            height: 0;
            width: 0;
            overflow: hidden;
          }
        }

@media not all and (min-width: 1280px){
          [class^="icon-"] span.SiteHeader nav > ul > li > a::before,
	[class*=" icon-"] span.SiteHeader nav > ul > li > a::before{
            display: inline-block;
            height: 0;
            width: 0;
            overflow: hidden;
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > a::before{
            display: none;
          }
        }

.SiteHeader nav > ul > li > a::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background: #FEECD4;
          transform: scaleX(0);
          transform-origin: left;
          transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

.SiteHeader nav > ul > li > a::after{
          transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

.SiteHeader nav > ul > li > a:hover:before,
                    .SiteHeader nav > ul > li > a.isHighlighted:before{
          transform: scaleX(1);
        }

.SiteHeader nav > ul > li > a.isFaded{
          color: rgba(254,236,212,0.3);
        }

.SiteHeader nav > ul > li > a.isFaded:before{
            background-color: rgba(254,236,212,0.3);
          }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li.current-menu-item > a,.SiteHeader nav > ul > li.current-menu-ancestor > a{
            background-color: rgb(152 67 55 / 0.2);
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li.current-menu-item > a,.SiteHeader nav > ul > li.current-menu-ancestor > a{
            font-weight: 700;
          }
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li.current-menu-item > a,.SiteHeader nav > ul > li.current-menu-ancestor > a{
            border-color: rgba(254,236,212,0.3);
          }
        }

.SiteHeader nav > ul > li.current-menu-item > a::before,.SiteHeader nav > ul > li.current-menu-ancestor > a::before{
          transform: scaleY(1);
        }

.SiteHeader nav > ul > li.menu-item-has-children > a:before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }

.SiteHeader nav > ul > li.menu-item-has-children > a:after {
          content: "\e90a";
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li.menu-item-has-children > a:after {
            content: "\e902";
          }
        }

.SiteHeader nav > ul > li.menu-item-has-children > a::after{
            margin-left: 0.5rem;
          }

@media (min-width: 1440px){
            .SiteHeader nav > ul > li.menu-item-has-children > a::after{
              margin-left: 0.75rem;
            }
          }

.SiteHeader nav > ul > li.menu-item-has-children > a::after{
            font-family: 'icomoon';
          }

@media (min-width: 1280px){
              .SiteHeader nav > ul > li.menu-item-has-children.isOpen > a::after{
                --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));
              }
            }

.SiteHeader nav > ul > li.menu-item-has-children.isOpen > .sub-menu{
            display: flex !important;
          }

.SiteHeader nav > ul > li > .sub-menu{
        min-width: 100%;
      }

@media (min-width: 1512px){
        .SiteHeader nav > ul > li > .sub-menu{
          min-width: 0px;
        }
      }

.SiteHeader nav > ul > li > .sub-menu{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
      }

@media (min-width: 480px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 480px;
          padding-right: 1rem;
          padding-left: 1rem;
        }
      }

@media (min-width: 769px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 769px;
          padding-right: 1.5rem;
          padding-left: 1.5rem;
        }
      }

@media (min-width: 1080px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 1080px;
          padding-right: 2rem;
          padding-left: 2rem;
        }
      }

@media (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 1280px;
          padding-right: 2rem;
          padding-left: 2rem;
        }
      }

@media (min-width: 1440px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 1440px;
          padding-right: 2.5rem;
          padding-left: 2.5rem;
        }
      }

@media (min-width: 1512px){
        .SiteHeader nav > ul > li > .sub-menu{
          max-width: 1512px;
          padding-right: 2.5rem;
          padding-left: 2.5rem;
        }
      }

.SiteHeader nav > ul > li > .sub-menu{
        position: absolute;
      }

.SiteHeader nav > ul > li > .sub-menu{
        left: 0px;
      }

.SiteHeader nav > ul > li > .sub-menu{
        display: flex;
      }

.SiteHeader nav > ul > li > .sub-menu{
        grid-auto-columns: minmax(0, 1fr);
      }

.SiteHeader nav > ul > li > .sub-menu{
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

.SiteHeader nav > ul > li > .sub-menu{
        justify-content: flex-end;
      }

.SiteHeader nav > ul > li > .sub-menu{
        border-top-width: 1px;
      }

.SiteHeader nav > ul > li > .sub-menu{
        border-color: rgba(254,236,212,0.3);
      }

.SiteHeader nav > ul > li > .sub-menu{
        --tw-bg-opacity: 1;
        background-color: rgb(95 41 38 / var(--tw-bg-opacity));
      }

.SiteHeader nav > ul > li > .sub-menu{
        --tw-text-opacity: 1;
        color: rgb(254 236 212 / var(--tw-text-opacity));
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          top: 0px;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          display: flex;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          min-height: 100vh;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          flex-direction: column;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          justify-content: flex-start;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          border-left-width: 1px;
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          border-color: rgba(254,236,212,0.3);
        }
      }

@media not all and (min-width: 1280px){
        .SiteHeader nav > ul > li > .sub-menu{
          padding-left: 0px;
          padding-right: 0px;
        }
      }

.SiteHeader nav > ul > li > .sub-menu{
        gap: 0;
        transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
        transform: translateX(100%);
        width: calc(100vw + 1px);
        padding-top: 120px;
        z-index: 1;
      }

.SiteHeader nav > ul > li > .sub-menu.isOpen{
          transform: translateX(-1px);
        }

@media (min-width: 1280px) {

.SiteHeader nav > ul > li > .sub-menu{
          top: 100%;

          display: none;

          transform: none;

          z-index: inherit;

          padding-top: 0
      }
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          position: relative;
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          display: flex;
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          flex-direction: column;
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          border-bottom-width: 1px;
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          border-color: rgba(254,236,212,0.3);
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          padding-top: 1rem;
          padding-bottom: 1rem;
        }

@media not all and (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            padding-top: 0px;
            padding-bottom: 0px;
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            aspect-ratio: 1 / 1;
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            border-bottom-width: 0px;
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            border-left-width: 1px;
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            border-color: rgba(254,236,212,0.3);
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
          }
        }

@media (min-width: 1280px){
          .SiteHeader nav > ul > li > .sub-menu > li{
            padding-left: 1.5rem;
            padding-right: 1.5rem;
          }
        }

.SiteHeader nav > ul > li > .sub-menu > li{
          flex: 0 0 100%;
        }

@media (min-width: 1080px) {

.SiteHeader nav > ul > li > .sub-menu > li{
            flex: 0 0 25%
        }
          }

.SiteHeader nav > ul > li > .sub-menu > li.menu-item-has-children a{
            background: linear-gradient(currentColor, currentColor) bottom left no-repeat;
            background-size: 0 1px;
          }

.SiteHeader nav > ul > li > .sub-menu > li.menu-item-has-children a:hover{
            background-size: 100% 1px;
          }

.SiteHeader nav > ul > li > .sub-menu > li.menu-item-has-children a{
            padding-bottom: 4px;
          }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a{
            display: flex;
          }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a{
            height: 100%;
          }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a{
            flex-direction: column;
          }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a{
            justify-content: flex-end;
          }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a > *{
              position: relative;
            }

@media (min-width: 1280px) {
              .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a:before{
                background-color: rgb(152 67 55 / 0.5);
              }

              .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a:before{
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 0;
                opacity: 0;
                transition: opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
              }
            }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a:hover:before{
                opacity: 1;
              }

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-item-has-children) a:hover .btn:after{
                  transform: scaleX(0);
                }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li.current-menu-item{
              border-color: rgba(254,236,212,0.3);
            }
          }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.current-menu-item > a{
                background-color: rgb(152 67 55 / 0.2);
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.current-menu-item > a{
                font-weight: 700;
              }
            }

@media (min-width: 1280px) {
                .SiteHeader nav > ul > li > .sub-menu > li.current-menu-item > a:before{
                  opacity: 0.5;
                }
              }

@media (min-width: 1280px) {
                .SiteHeader nav > ul > li > .sub-menu > li.current-menu-item:not(.menu-item-has-children) > a:before{
                  opacity: 0.5 !important;
                }
              }

/* Styles actifs pour tous les liens du sub-menu en mobile/tablet */

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a:before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a:after {
              content: "\e902";
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a{
              font-size: 0.875rem;
              line-height: 1.4em;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a{
              transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
              transition-duration: 150ms;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a{
              transition-duration: 200ms;
            }
          }

@media screen and (max-width: 1279px) {

.SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a{
              display: flex;

              flex-direction: row;

              justify-content: space-between;

              padding: 16px
          }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a::after{
                font-family: icomoon, Verdana, Arial, sans-serif;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a:hover,
                            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a:focus,
                            .SiteHeader nav > ul > li > .sub-menu > li:not(.menu-back-button) > a:active{
                background-color: rgb(152 67 55 / 0.5);
              }
            }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button{
              padding-top: 0px;
              padding-bottom: 0px;
            }
          }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:before {
              content: "\e909";
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
              display: flex;
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
              flex-direction: row;
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
              align-items: center;
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
              justify-content: flex-start;
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
                padding-left: 1rem;
                padding-right: 1rem;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
                padding-top: 1rem;
                padding-bottom: 1rem;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
                transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
                transition-duration: 150ms;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a{
                transition-duration: 200ms;
              }
            }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:before{
                margin-right: 0.75rem !important;
              }

.SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:before{
                background-color: transparent !important;
              }

@media not all and (min-width: 1280px){
                .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:before{
                  font-family: icomoon, Verdana, Arial, sans-serif !important;
                }
              }

@media not all and (min-width: 1280px){
                .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:hover,
                                .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:focus,
                                .SiteHeader nav > ul > li > .sub-menu > li.menu-back-button a:active{
                  background-color: rgb(152 67 55 / 0.5);
                }
              }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a:before {
              font-family: 'icomoon';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a:after {
              content: "\e902";
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              border-bottom-width: 1px;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              border-color: rgba(254,236,212,0.3);
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              font-family: icomoon, Verdana, Arial, sans-serif;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
              transition-duration: 150ms;
            }
          }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              transition-duration: 200ms;
            }
          }

@media screen and (max-width: 1279px) {

.SiteHeader nav > ul > li > .sub-menu .sub-menu li a{
              display: flex;

              flex-direction: row;

              justify-content: space-between;

              padding: 16px
          }
            }

@media not all and (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li:last-child a{
              border-color: transparent;
            }
          }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu .sub-menu li:last-child a::after{
                font-family: icomoon, Verdana, Arial, sans-serif;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu .sub-menu li:last-child a:hover,
                            .SiteHeader nav > ul > li > .sub-menu .sub-menu li:last-child a:focus,
                            .SiteHeader nav > ul > li > .sub-menu .sub-menu li:last-child a:active{
                background-color: rgb(152 67 55 / 0.5);
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu .sub-menu li.current-menu-item a{
                background-color: rgb(152 67 55 / 0.2);
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu .sub-menu li.current-menu-item a{
                font-weight: 700;
              }
            }

@media not all and (min-width: 1280px){
              .SiteHeader nav > ul > li > .sub-menu .sub-menu li.current-menu-item a{
                border-color: rgba(254,236,212,0.3);
              }
            }

@media (min-width: 1280px) {
                .SiteHeader nav > ul > li > .sub-menu .sub-menu li.current-menu-item a:before{
                  opacity: 0.5;
                }
              }

.SiteHeader nav > ul > li > .sub-menu .sub-menu li + li{
            margin-top: 0px;
          }

@media (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li + li{
              margin-top: 0.75rem;
            }
          }

@media (min-width: 1280px){
            .SiteHeader nav > ul > li > .sub-menu .sub-menu li + li{
              font-size: 1rem;
              line-height: 1.4em;
            }
          }

.SiteHeader nav > ul > li > .sub-menu::before{
          position: absolute;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          z-index: -10;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          display: block;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          height: 100%;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          width: 100vw;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          border-top-width: 1px;
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          border-color: rgba(254,236,212,0.3);
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          --tw-bg-opacity: 1;
          background-color: rgb(95 41 38 / var(--tw-bg-opacity));
        }

.SiteHeader nav > ul > li > .sub-menu::before{
          height: calc(100% + 1px);
          left: 50%;
          top: -1px;
          transform: translateX(-50%);
          content: '';
        }

.SiteHeader .menu-description{
    margin-top: 0px;
  }

.SiteHeader .menu-description{
    font-size: 1rem;
    line-height: 1.4em;
  }

@media (min-width: 1280px){
    @media not all and (min-width: 1080px){
      .SiteHeader .menu-description{
        font-size: 1.125rem !important;
        line-height: 1.4em !important;
      }
    }
  }

@media (min-width: 1280px){
    .SiteHeader .menu-description{
      margin-top: 1rem;
    }
  }

@media (min-width: 1280px){
    .SiteHeader .menu-description{
      font-size: 1.25rem;
      line-height: 1.4em;
    }
  }

.Breadcrumb{
  font-size: 0.875rem;
  line-height: 1.4em;
}

@media (min-width: 769px){
  .Breadcrumb{
    font-size: 1rem;
    line-height: 1.4em;
  }
}

.Breadcrumb ul{
    flex-wrap: nowrap;
  }

.Breadcrumb li{
    display: flex;
  }

.Breadcrumb li{
    flex-shrink: 0;
  }

.Breadcrumb li{
    align-items: center;
  }

.Breadcrumb li:last-child{
      min-width: 0px;
    }

.Breadcrumb li:last-child{
      flex-shrink: 1;
    }

.Breadcrumb li:last-child{
      font-weight: 600;
    }

.Breadcrumb li:not(:last-child)::after{
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }

.Breadcrumb li:not(:last-child)::after{
      display: inline-block;
    }

.Breadcrumb li:not(:last-child)::after{
      flex-shrink: 0;
    }

.Breadcrumb li:not(:last-child)::after{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

@media (min-width: 769px){
      .Breadcrumb li:not(:last-child)::after{
        margin-left: 1rem;
        margin-right: 1rem;
      }
    }

.Breadcrumb li:not(:last-child)::after{
      content: '';
      width: 8px;
      height: 8px;
    }

.Breadcrumb a, .Breadcrumb span{
    display: block;
  }

.Breadcrumb li:last-child a,
        .Breadcrumb li:last-child span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.Breadcrumb a{
    background: linear-gradient(currentColor, currentColor) bottom left no-repeat;
    background-size: 0 1px;
  }

.Breadcrumb a:hover{
    background-size: 100% 1px;
  }

.PageLayout{
  min-height: 400px;
}

.PageLayout-content:has(> .Gutenberg):has(> .Gutenberg > .acf-block-plain:last-child),
        .PageLayout-content:has(> .Gutenberg):has(> .Gutenberg > p:last-child:empty){
    padding-bottom: 0px !important;
  }

/* Base styles */

.is-root-container .bold,
        .is-root-container strong,
        .Gutenberg .bold,
        .Gutenberg strong{
    font-weight: 500;
  }

.is-root-container em,.Gutenberg em{
    font-style: italic;
  }

.is-root-container sub,.Gutenberg sub{
    vertical-align: sub;
  }

.is-root-container sup,.Gutenberg sup{
    vertical-align: super;
  }

.is-root-container ol,.Gutenberg ol{
    list-style-type: decimal;
  }

.is-root-container ul,.Gutenberg ul{
    list-style-type: disc;
  }

.is-root-container .has-small-font-size,.Gutenberg .has-small-font-size{
    font-size: 0.875rem !important;
    line-height: 1.4em !important;
  }

@media not all and (min-width: 1080px){
    .is-root-container .has-large-font-size,.Gutenberg .has-large-font-size{
      font-size: 1.125rem !important;
      line-height: 1.4em !important;
    }
  }

.is-root-container .has-large-font-size,.Gutenberg .has-large-font-size{
    font-size: 1.25rem !important;
    line-height: 1.4em !important;
  }

@media not all and (min-width: 1080px){
    .is-root-container .has-large-font-size,.Gutenberg .has-large-font-size{
      font-size: 1.125rem !important;
      line-height: 1.4em !important;
    }
  }

@media not all and (min-width: 769px){
    .is-root-container .has-large-font-size,.Gutenberg .has-large-font-size{
      font-size: 1rem !important;
      line-height: 1.4em !important;
    }
  }

.is-root-container .has-large-font-size,.Gutenberg .has-large-font-size{
    line-height: 1.2em;
  }

.is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
    font-family: RaghavaGrotesk, Roboto, serif;
  }

@media not all and (min-width: 1080px){
    .is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
      font-size: 3rem !important;
      line-height: 1.2em !important;
    }
  }

@media not all and (min-width: 769px){
    .is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
      font-size: 2.5rem !important;
      line-height: 1.2em !important;
    }
  }

.is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
    font-size: 3.375rem !important;
    line-height: 1.2em !important;
  }

@media not all and (min-width: 1080px){
    .is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
      font-size: 2.5rem !important;
      line-height: 1.2em !important;
    }
  }

@media not all and (min-width: 769px){
    .is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
      font-size: 2rem !important;
      line-height: 1.2em !important;
    }
  }

.is-root-container .has-x-large-font-size,.Gutenberg .has-x-large-font-size{
    line-height: 1.2em;
  }

/* .has-text-align-center{
            @apply text-center;
        } */

.is-root-container .has-text-align-right,.Gutenberg .has-text-align-right{
    text-align: right;
  }

.is-root-container p + .wp-block-button,.Gutenberg p + .wp-block-button{
    margin-top: 1.5rem;
  }

.is-root-container p > .wp-block-button__link,
        .is-root-container > .wp-block-button,
        .Gutenberg p > .wp-block-button__link,
        .Gutenberg > .wp-block-button{
    margin-top: 1.5rem;
  }

.is-root-container p a:not(.wp-block-button__link),
        .is-root-container ul a,
        .is-root-container blockquote a,
        .Gutenberg p a:not(.wp-block-button__link),
        .Gutenberg ul a,
        .Gutenberg blockquote a{
    position: relative;
  }

.is-root-container p a:not(.wp-block-button__link),
        .is-root-container ul a,
        .is-root-container blockquote a,
        .Gutenberg p a:not(.wp-block-button__link),
        .Gutenberg ul a,
        .Gutenberg blockquote a{
    background: linear-gradient(currentColor, currentColor) bottom right no-repeat;
    background-size: 100% 1px;
  }

.is-root-container p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after {
    content: "\e90c";
  }

.is-root-container p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after {
    content: "\e90c";
  }

.is-root-container p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after {
    font-family: 'icomoon';
    position: relative;
    margin-left: 4px;
    font-size: 0.75em;
    top: -4px;
  }

.is-root-container p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.is-root-container blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg p a:not(.wp-block-button__link)[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg ul a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,.Gutenberg blockquote a[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after {
    font-family: 'icomoon';
    position: relative;
    margin-left: 4px;
    font-size: 0.75em;
    top: -4px;
  }

.is-root-container p a:not(.wp-block-button__link):hover,
        .is-root-container ul a:hover,
        .is-root-container blockquote a:hover,
        .Gutenberg p a:not(.wp-block-button__link):hover,
        .Gutenberg ul a:hover,
        .Gutenberg blockquote a:hover{
    background-size: 0 1px;
  }

.is-root-container p a:not(.wp-block-button__link),
        .is-root-container ul a,
        .is-root-container blockquote a,
        .Gutenberg p a:not(.wp-block-button__link),
        .Gutenberg ul a,
        .Gutenberg blockquote a{
    --tw-text-opacity: 1;
    color: rgb(95 41 38 / var(--tw-text-opacity));
  }

.is-root-container p a:not(.wp-block-button__link):hover,
            .is-root-container p a:not(.wp-block-button__link):focus,
            .is-root-container p a:not(.wp-block-button__link):active,
            .is-root-container ul a:hover,
            .is-root-container ul a:focus,
            .is-root-container ul a:active,
            .is-root-container blockquote a:hover,
            .is-root-container blockquote a:focus,
            .is-root-container blockquote a:active,
            .Gutenberg p a:not(.wp-block-button__link):hover,
            .Gutenberg p a:not(.wp-block-button__link):focus,
            .Gutenberg p a:not(.wp-block-button__link):active,
            .Gutenberg ul a:hover,
            .Gutenberg ul a:focus,
            .Gutenberg ul a:active,
            .Gutenberg blockquote a:hover,
            .Gutenberg blockquote a:focus,
            .Gutenberg blockquote a:active{
      --tw-text-opacity: 1;
      color: rgb(152 67 55 / var(--tw-text-opacity));
    }

/* Order */

.is-root-container > :first-child,.Gutenberg > :first-child{
    margin-top: 0px;
  }

.is-root-container > :last-child,.Gutenberg > :last-child{
    margin-bottom: 0px;
  }

.is-root-container > p:last-child:empty,.Gutenberg > p:last-child:empty{
    display: none;
  }

.is-root-container > p,
        .is-root-container > .wp-block-list,
        .is-root-container > .wp-block-heading,
        .is-root-container > .wp-block-pullquote,
        .Gutenberg > p,
        .Gutenberg > .wp-block-list,
        .Gutenberg > .wp-block-heading,
        .Gutenberg > .wp-block-pullquote{
    margin-left: 0px;
  }

.is-root-container > p,
        .is-root-container > .wp-block-list,
        .is-root-container > .wp-block-heading,
        .is-root-container > .wp-block-pullquote,
        .Gutenberg > p,
        .Gutenberg > .wp-block-list,
        .Gutenberg > .wp-block-heading,
        .Gutenberg > .wp-block-pullquote{
    width: 100%;
  }

@media (min-width: 769px){
    .is-root-container > p,
        .is-root-container > .wp-block-list,
        .is-root-container > .wp-block-heading,
        .is-root-container > .wp-block-pullquote,
        .Gutenberg > p,
        .Gutenberg > .wp-block-list,
        .Gutenberg > .wp-block-heading,
        .Gutenberg > .wp-block-pullquote{
      width: 83.333333%;
    }
  }

@media (min-width: 1280px){
    .is-root-container > p,
        .is-root-container > .wp-block-list,
        .is-root-container > .wp-block-heading,
        .is-root-container > .wp-block-pullquote,
        .Gutenberg > p,
        .Gutenberg > .wp-block-list,
        .Gutenberg > .wp-block-heading,
        .Gutenberg > .wp-block-pullquote{
      width: 66.666667%;
    }
  }

@media (min-width: 1440px){
    .is-root-container > p,
        .is-root-container > .wp-block-list,
        .is-root-container > .wp-block-heading,
        .is-root-container > .wp-block-pullquote,
        .Gutenberg > p,
        .Gutenberg > .wp-block-list,
        .Gutenberg > .wp-block-heading,
        .Gutenberg > .wp-block-pullquote{
      width: 58.333333%;
    }
  }

.is-root-container .acf-block-plain + .acf-block-plain,
        .is-root-container .wp-block-group.has-background + .acf-block-plain,
        .is-root-container .acf-block-plain + .wp-block-group.has-background,
        .Gutenberg .acf-block-plain + .acf-block-plain,
        .Gutenberg .wp-block-group.has-background + .acf-block-plain,
        .Gutenberg .acf-block-plain + .wp-block-group.has-background{
    margin-top: 0px;
  }

.is-root-container .acf-block-plain:has(+ .wp-block-group.has-background),
        .is-root-container .acf-block-plain:has(+ .wp-block-media-text),
        .is-root-container .acf-block-plain:has(+ .acf-block-plain),
        .Gutenberg .acf-block-plain:has(+ .wp-block-group.has-background),
        .Gutenberg .acf-block-plain:has(+ .wp-block-media-text),
        .Gutenberg .acf-block-plain:has(+ .acf-block-plain){
    margin-bottom: 0px;
  }

.is-root-container p + p,
        .is-root-container p + ul,
        .is-root-container p + ol,
        .is-root-container ul + ul,
        .is-root-container ul + p,
        .is-root-container ul + ol,
        .is-root-container ol + ol,
        .is-root-container ol + p,
        .is-root-container ol + ul,
        .Gutenberg p + p,
        .Gutenberg p + ul,
        .Gutenberg p + ol,
        .Gutenberg ul + ul,
        .Gutenberg ul + p,
        .Gutenberg ul + ol,
        .Gutenberg ol + ol,
        .Gutenberg ol + p,
        .Gutenberg ol + ul{
    padding-top: 1.5rem;
  }

.is-root-container p + .wp-block-buttons,.Gutenberg p + .wp-block-buttons{
    margin-top: 1.5rem;
  }

.SiteFooter li,
        .SiteFooter p{
    line-height: 1.2rem;
  }

.SiteFooter nav li + li{
    margin-top: 1rem;
  }

.SiteFooter .pll-parent-menu-item{
    display: none;
  }

.SiteFooter a:not(.btn){
    background: linear-gradient(currentColor, currentColor) bottom left no-repeat;
    background-size: 0 1px;
  }

.SiteFooter a:not(.btn):hover{
    background-size: 100% 1px;
  }

.SiteFooter a:not(.btn){
    padding-bottom: 4px;
  }

.SiteFooter input::-moz-placeholder{
    color: rgba(254,236,212,0.3) !important;
  }

.SiteFooter input::placeholder{
    color: rgba(254,236,212,0.3) !important;
  }

.SiteFooter input[type="email"]:focus{
    background-color: rgba(254,236,212,0.3) !important;
  }

.SiteFooter input[type="email"]:focus{
    --tw-text-opacity: 1 !important;
    color: rgb(254 236 212 / var(--tw-text-opacity)) !important;
  }

.link{
  position: relative;
  background: linear-gradient(currentColor, currentColor) bottom right no-repeat;
  background-size: 100% 1px;
}

.link[href^="http://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after,
    .link[href^="https://"]:not([href*="choiseul-africa.com"]):not([href*="choiseul.info"]):after {
  content: "\e90c";
  font-family: 'icomoon';
  position: relative;
  margin-left: 4px;
  font-size: 0.75em;
  top: -4px;
}

.link:hover{
  background-size: 0 1px;
}

.link-reverse{
  background: linear-gradient(currentColor, currentColor) bottom left no-repeat;
  background-size: 0 1px;
}

.link-reverse:hover{
  background-size: 100% 1px;
}

.link-stretched{
  position: static;
}

.link-stretched:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn{
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.4em;
}

@media (min-width: 769px){
  @media not all and (min-width: 1080px){
    .btn{
      font-size: 1.125rem !important;
      line-height: 1.4em !important;
    }
  }

  .btn{
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

/* Underline */

.btn::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  content: '';
  background: currentColor;
  height: 1px;
  transform-origin: right bottom;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.btn--icon::after{
  left: 64px;
  bottom: 12px;
  width: calc(100% - 64px);
}

@media (min-width: 769px) {

.btn--icon::after{
    left: 64px;

    bottom: 4px;

    width: calc(100% - 64px);
}
  }

/* Icon */

.btn--icon i{
  position: relative;
  margin-right: 1rem;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 48px;
  align-items: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(47 23 0 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.4em;
  --tw-text-opacity: 1;
  color: rgb(254 236 212 / var(--tw-text-opacity));
}

@media (min-width: 769px){
  .btn--icon i{
    margin-right: 1.5rem;
    width: 40px;
  }
}

.btn--icon i{
  overflow: hidden;
}

.btn--icon i:before{
  position: relative;
  opacity: 0;
  left: 33.33%;
}

.btn--icon i:before,
    .btn--icon i:after{
  flex: 0 0 100%;
  transition: all 400ms ease;
  text-align: center;
  will-change: transform;
}

.btn--light::after{
  background: #FEECD4;
}

.btn--light i{
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 212 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 23 0 / var(--tw-text-opacity));
}

.btn--noUnderline::after{
  transform-origin: left bottom;
  transform: scaleX(0);
}

.btn--filter i{
  order: 1;
  margin-right: 0px;
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.btn--filter::after{
  right: 64px;
  left: inherit;
}

/* Icon */

.btn--empty i{
  margin-right: 0px;
  aspect-ratio: 1 / 1;
  width: 58px;
  font-size: 1.125rem;
  line-height: 1.4em;
}

@media (min-width: 769px){
  .btn--empty i{
    font-family: RaghavaGrotesk, Roboto, serif;
  }

  @media not all and (min-width: 1080px){
    .btn--empty i{
      font-size: 2rem !important;
      line-height: 1.2em !important;
    }
  }

  @media not all and (min-width: 769px){
    .btn--empty i{
      font-size: 1.5rem !important;
      line-height: 1.2em !important;
    }
  }

  .btn--empty i{
    width: 80px;
    font-size: 2rem;
    line-height: 1.2em;
  }
}

/* Top animation */

.btn--topAnimation i{
  flex-direction: column;
  justify-content: flex-end;
}

.btn--topAnimation i:after,
    .btn--topAnimation i:before{
  display: flex;
  align-items: center;
}

.btn--topAnimation i:before{
  left: 0px;
  top: 33.33%;
}

/* Hover */

.btn:hover:after{
  transform: scaleX(0);
}

.btn--noUnderline:hover:after{
  transform: scaleX(1);
}

.btn--icon:hover i:before{
  opacity: 1;
  transform: translateX(66.66%);
}

.btn--icon:hover i:after{
  opacity: 0;
  transform: translateX(66.66%);
}

.btn--topAnimation:hover i:before{
  transform: translateY(66.66%);
}

.btn--topAnimation:hover i:after{
  transform: translateY(66.66%);
}

.form{
  display: flex;
  justify-content: space-between;
  border-width: 1px;
  border-color: rgba(254,236,212,0.3);
}

.form input{
    padding: 1.5rem;
  }

.form input{
    height: 64px !important;
    background: transparent;
    border: none;
  }

.form input::-moz-placeholder{
      color: rgba(254,236,212,0.3);
    }

.form input::placeholder{
      color: rgba(254,236,212,0.3);
    }

.form button{
    --tw-bg-opacity: 1;
    background-color: rgb(181 8 56 / var(--tw-bg-opacity));
  }

.form button{
    --tw-text-opacity: 1;
    color: rgb(254 236 212 / var(--tw-text-opacity));
  }

.form button{
    width: 64px;
    height: 64px;
    border: none;
    font-size: 1.25rem;
  }

.slider{
  position: relative;
  z-index: 0;
}

.slider-container{
    grid-auto-columns: 100%;
  }

@media (min-width: 1080px) {

.slider-container{
      grid-auto-columns: 80%
  }
    }

@media (min-width: 1280px) {

.slider-container{
      grid-auto-columns: 66.66666%
  }
    }

.slider-container figure{
      width: 100%;
    }

.slider-container figure{
      height: -moz-fit-content;
      height: fit-content;
    }

.slider-container figure img{
        width: 100%;
      }

@media not all and (min-width: 1080px){
      .slider-nav button{
        font-size: 1.125rem !important;
        line-height: 1.4em !important;
      }
    }

.slider-nav button{
      aspect-ratio: 1 / 1;
    }

.slider-nav button{
      width: 60px;
    }

.slider-nav button{
      --tw-bg-opacity: 1;
      background-color: rgb(95 41 38 / var(--tw-bg-opacity));
    }

.slider-nav button{
      font-size: 1.25rem;
      line-height: 1.4em;
    }

.slider-nav button{
      --tw-text-opacity: 1;
      color: rgb(254 236 212 / var(--tw-text-opacity));
    }

@media (min-width: 769px){
      .slider-nav button{
        width: 80px;
      }
    }

.slider-nav button + button{
        margin-left: 1rem;
      }

.slider-nav button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(152 67 55 / var(--tw-bg-opacity));
      }

.slider-nav button:disabled{
        opacity: 0.4;
      }

.slider::before{
    position: absolute;
  }

.slider::before{
    top: 0px;
  }

.slider::before{
    left: 50%;
  }

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

.slider::before{
    display: block;
  }

.slider::before{
    height: 100%;
  }

.slider::before{
    width: 100vw;
  }

.slider::before{
    --tw-bg-opacity: 1;
    background-color: rgb(136 186 245 / var(--tw-bg-opacity));
  }

.slider::before{
    content: '';
    transform: translateX(-50%);
  }

.slider--awards .slider-container{
      grid-auto-columns: calc(100% - 0.75rem);
    }

@media (min-width: 769px) {

.slider--awards .slider-container{
        grid-auto-columns: calc(50% - 0.75rem)
    }
      }

@media (min-width: 1080px) {

.slider--awards .slider-container{
        grid-auto-columns: calc(33.33% - 1rem)
    }
      }

.slider--awards::before{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.slider--keynumbers .slider-container{
      grid-auto-columns: calc(66.66% - 0.75rem);
    }

@media (min-width: 480px) {

.slider--keynumbers .slider-container{
        grid-auto-columns: calc(33.33% - 0.75rem)
    }
      }

@media (min-width: 1080px) {

.slider--keynumbers .slider-container{
        grid-auto-columns: calc(25% - 1rem)
    }
      }

.slider--keynumbers::before{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.pattern{
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pattern.pattern1{
    background-image: url('../img/patterns/pattern1.svg');
  }

.pattern.pattern2{
    background-image: url('../img/patterns/pattern2.svg');
  }

.pattern.pattern3{
    background-image: url('../img/patterns/pattern3.svg');
  }

.pattern.pattern4{
    background-image: url('../img/patterns/pattern4.svg');
  }

.pattern.pattern5{
    background-image: url('../img/patterns/pattern5.svg');
  }

.pattern.pattern6{
    background-image: url('../img/patterns/pattern6.svg');
  }

.patterns.patterns-home{
    position: relative;
  }

[class^="icon-"] span.patterns.patterns-home::before,
	[class*=" icon-"] span.patterns.patterns-home::before{
      display: inline-block;
      height: 0;
      width: 0;
      overflow: hidden;
    }

[class^="icon-"] span.patterns.patterns-home::before,
	[class*=" icon-"] span.patterns.patterns-home::before{
      display: inline-block;
      height: 0;
      width: 0;
      overflow: hidden;
    }

.patterns.patterns-home::before{
      position: absolute;
    }

.patterns.patterns-home::before{
      top: 0px;
    }

.patterns.patterns-home::before{
      right: 0px;
    }

.patterns.patterns-home::before{
      display: none;
    }

.patterns.patterns-home::before{
      aspect-ratio: 1 / 1;
    }

@media (min-width: 769px){
      .patterns.patterns-home::before{
        display: block;
      }
    }

.patterns.patterns-home::before{
      content: '';
      transform: translateY(-50%);
      width: 20%;
      background: url('../img/patterns/patterns-home.svg') no-repeat center;
      background-size: cover;
      background-repeat: no-repeat;
    }

@media (min-width: 1080px) {

.patterns.patterns-home::before{
        width: 35%
    }
      }

.cardPost picture img,
            .cardPost picture .pattern{
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.cardPost:hover picture img,
                .cardPost:hover picture .pattern{
        transform: scale(1.12);
      }

.cardPost:hover .btn:after{
        transform: scaleX(0);
      }

.cardPost:hover .btn i:before{
        opacity: 1;
        transform: translateX(66.66%);
      }

.cardPost:hover .btn i:after{
        opacity: 0;
        transform: translateX(66.66%);
      }

.cardPost .link{
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.cardPost:hover .link{
      background-size: 100% 1px;
    }

.cardEvent picture{
    overflow: hidden;
  }

.cardEvent picture img{
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.cardEvent:hover picture img{
      transform: scale(1.07);
    }

.cardEvent:hover .btn:after{
        transform: scaleX(0);
      }

.cardProfile picture{
    position: relative;
  }

.cardProfile picture img{
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.cardProfile picture:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 0px solid #984337;
      transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

.cardProfile:hover picture:after{
      border-width: 2rem;
    }

.cardProfile:hover img{
      transform: scale(.88);
    }

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-numbers{
    margin-left: 2rem;
    margin-right: 2rem;
  }

.pagination-numbers{
    display: flex;
  }

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

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

.pagination-numbers a, .pagination-numbers span{
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }

.pagination-number{
    display: flex;
  }

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

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

.pagination-number{
    border-width: 1px;
  }

.pagination-number{
    --tw-border-opacity: 1;
    border-color: rgb(47 23 0 / var(--tw-border-opacity));
  }

.pagination-number:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(47 23 0 / var(--tw-bg-opacity));
  }

.pagination-number:hover{
    --tw-text-opacity: 1;
    color: rgb(254 236 212 / var(--tw-text-opacity));
  }

.pagination-number{
    width: 40px;
    height: 40px;
  }

.pagination-number.current{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.pagination-number.current{
      --tw-text-opacity: 1;
      color: rgb(254 236 212 / var(--tw-text-opacity));
    }

.pagination .btn i{
    margin: 0px;
  }

.pagination .btn i{
    padding: 0px;
  }

.wp-block-button__link{
    position: relative;
  }

.wp-block-button__link{
    z-index: 10;
  }

.wp-block-button__link{
    display: inline-flex;
  }

.wp-block-button__link{
    align-items: center;
  }

.wp-block-button__link{
    justify-content: center;
  }

.wp-block-button__link{
    white-space: nowrap;
  }

.wp-block-button__link{
    font-size: 1rem;
    line-height: 1.4em;
  }

@media (min-width: 769px){
    @media not all and (min-width: 1080px){
      .wp-block-button__link{
        font-size: 1.125rem !important;
        line-height: 1.4em !important;
      }
    }
  }

@media (min-width: 769px){
    .wp-block-button__link{
      font-size: 1.25rem;
      line-height: 1.4em;
    }
  }

.wp-block-button__link::after{
    position: absolute;
  }

.wp-block-button__link::after{
    left: 0px;
  }

.wp-block-button__link::after{
    bottom: 0px;
  }

.wp-block-button__link::after{
    z-index: -10;
  }

.wp-block-button__link::after{
    height: 100%;
  }

.wp-block-button__link::after{
    width: 100%;
  }

.wp-block-button__link::after{
    content: '';
    background: currentColor;
    height: 1px;
    transform-origin: right bottom;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

.wp-block-button__link:hover:after{
    transform: scaleX(0);
  }

.wp-block-button__link{
    background: none;
    padding: 0;
    color: currentColor;
  }

.wp-block-button__link.is-style-icon::after{
      left: 64px;
    }

.wp-block-button__link.is-style-icon::after{
      bottom: 12px;
    }

.wp-block-button__link.is-style-icon::after{
      width: calc(100% - 64px);
    }

@media (min-width: 769px) {

.wp-block-button__link.is-style-icon::after{
        left: 64px;

        bottom: 4px;

        width: calc(100% - 64px)
    }
      }

.wp-block-button__link.is-style-icon i{
      position: relative;
    }

.wp-block-button__link.is-style-icon i{
      margin-right: 1rem;
    }

.wp-block-button__link.is-style-icon i{
      display: flex;
    }

.wp-block-button__link.is-style-icon i{
      aspect-ratio: 1 / 1;
    }

.wp-block-button__link.is-style-icon i{
      width: 48px;
    }

.wp-block-button__link.is-style-icon i{
      align-items: center;
    }

.wp-block-button__link.is-style-icon i{
      justify-content: flex-end;
    }

.wp-block-button__link.is-style-icon i{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.wp-block-button__link.is-style-icon i{
      font-size: 1.125rem;
      line-height: 1.4em;
    }

.wp-block-button__link.is-style-icon i{
      --tw-text-opacity: 1;
      color: rgb(254 236 212 / var(--tw-text-opacity));
    }

@media (min-width: 769px){
      .wp-block-button__link.is-style-icon i{
        margin-right: 1.5rem;
      }
    }

@media (min-width: 769px){
      .wp-block-button__link.is-style-icon i{
        width: 40px;
      }
    }

.wp-block-button__link.is-style-icon i{
      overflow: hidden;
    }

.wp-block-button__link.is-style-icon i:before{
      position: relative;
      opacity: 0;
      left: 33.33%;
    }

.wp-block-button__link.is-style-icon i:before,.wp-block-button__link.is-style-icon i:after{
      flex: 0 0 100%;
      transition: all 400ms ease;
      text-align: center;
      will-change: transform;
    }

.wp-block-button__link.is-style-icon i:before,.wp-block-button__link.is-style-icon i:after{
      flex: 0 0 100%;
      transition: all 400ms ease;
      text-align: center;
      will-change: transform;
    }

.wp-block-button__link.is-style-icon:hover i:before{
      opacity: 1;
      transform: translateX(66.66%);
    }

.wp-block-button__link.is-style-icon:hover i:after{
      opacity: 0;
      transform: translateX(66.66%);
    }

.wp-block-button__link.is-style-icon-external::after{
      left: 64px;
    }

.wp-block-button__link.is-style-icon-external::after{
      bottom: 12px;
    }

.wp-block-button__link.is-style-icon-external::after{
      width: calc(100% - 64px);
    }

@media (min-width: 769px) {

.wp-block-button__link.is-style-icon-external::after{
        left: 64px;

        bottom: 4px;

        width: calc(100% - 64px)
    }
      }

.wp-block-button__link.is-style-icon-external i{
      position: relative;
    }

.wp-block-button__link.is-style-icon-external i{
      margin-right: 1rem;
    }

.wp-block-button__link.is-style-icon-external i{
      display: flex;
    }

.wp-block-button__link.is-style-icon-external i{
      aspect-ratio: 1 / 1;
    }

.wp-block-button__link.is-style-icon-external i{
      width: 48px;
    }

.wp-block-button__link.is-style-icon-external i{
      align-items: center;
    }

.wp-block-button__link.is-style-icon-external i{
      justify-content: flex-end;
    }

.wp-block-button__link.is-style-icon-external i{
      --tw-bg-opacity: 1;
      background-color: rgb(47 23 0 / var(--tw-bg-opacity));
    }

.wp-block-button__link.is-style-icon-external i{
      font-size: 1.125rem;
      line-height: 1.4em;
    }

.wp-block-button__link.is-style-icon-external i{
      --tw-text-opacity: 1;
      color: rgb(254 236 212 / var(--tw-text-opacity));
    }

@media (min-width: 769px){
      .wp-block-button__link.is-style-icon-external i{
        margin-right: 1.5rem;
      }
    }

@media (min-width: 769px){
      .wp-block-button__link.is-style-icon-external i{
        width: 40px;
      }
    }

.wp-block-button__link.is-style-icon-external i{
      overflow: hidden;
    }

.wp-block-button__link.is-style-icon-external i:before{
      position: relative;
      opacity: 0;
      left: 33.33%;
    }

.wp-block-button__link.is-style-icon-external i:before,.wp-block-button__link.is-style-icon-external i:after{
      flex: 0 0 100%;
      transition: all 400ms ease;
      text-align: center;
      will-change: transform;
    }

.wp-block-button__link.is-style-icon-external i:before,.wp-block-button__link.is-style-icon-external i:after{
      flex: 0 0 100%;
      transition: all 400ms ease;
      text-align: center;
      will-change: transform;
    }

.wp-block-button__link.is-style-icon-external:hover i:before{
      opacity: 1;
      transform: translateX(66.66%);
    }

.wp-block-button__link.is-style-icon-external:hover i:after{
      opacity: 0;
      transform: translateX(66.66%);
    }

.wp-block-button__link.is-style-icon-external i{
        --tw-bg-opacity: 1;
        background-color: rgb(253 213 60 / var(--tw-bg-opacity));
      }

.wp-block-button__link.is-style-icon-external i{
        --tw-text-opacity: 1;
        color: rgb(47 23 0 / var(--tw-text-opacity));
      }

.gform_wrapper.gravity-theme{
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 1080px){
  .gform_wrapper.gravity-theme{
    margin-top: 0px;
  }
}

.gform_wrapper.gravity-theme .gform_heading{
    display: none;
  }

.gform_wrapper.gravity-theme .gform_footer{
    margin: 0px;
  }

.gform_wrapper.gravity-theme .gform_footer{
    margin-top: 1rem;
  }

.gform_wrapper.gravity-theme .gform_footer{
    padding: 0px;
  }

@media (min-width: 769px){
    .gform_wrapper.gravity-theme .gform_footer{
      margin-top: 2rem;
    }
  }

.gform_wrapper.gravity-theme .ginput_container{
    display: flex;
  }

.gform_wrapper.gravity-theme .ginput_container{
    align-items: center;
  }

.gform_wrapper.gravity-theme .gfield_required{
    margin-left: 0.25rem;
  }

.gform_wrapper.gravity-theme .gfield_required{
    font-weight: 700;
  }

.gform_wrapper.gravity-theme .gfield_required{
    --tw-text-opacity: 1;
    color: rgb(181 8 56 / var(--tw-text-opacity));
  }

/* Fields */

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    height: 70px;
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    border-width: 1px;
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    --tw-border-opacity: 1;
    border-color: rgb(47 23 0 / var(--tw-border-opacity));
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    background-color: transparent;
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    padding: 1.5rem;
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    font-size: 1rem;
    line-height: 1.4em;
  }

.gform_wrapper.gravity-theme input[type='text'],
        .gform_wrapper.gravity-theme input[type='email'],
        .gform_wrapper.gravity-theme input[type='tel'],
        .gform_wrapper.gravity-theme input[type='search'],
        .gform_wrapper.gravity-theme input[type='password'],
        .gform_wrapper.gravity-theme textarea{
    transition: all 0.1s ease;
  }

.gform_wrapper.gravity-theme input[type='text']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='email']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='tel']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='search']::-moz-placeholder, .gform_wrapper.gravity-theme input[type='password']::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder{
      color: rgba(47,23,0,0.4);
    }

.gform_wrapper.gravity-theme input[type='text']::placeholder,.gform_wrapper.gravity-theme input[type='email']::placeholder,.gform_wrapper.gravity-theme input[type='tel']::placeholder,.gform_wrapper.gravity-theme input[type='search']::placeholder,.gform_wrapper.gravity-theme input[type='password']::placeholder,.gform_wrapper.gravity-theme textarea::placeholder{
      color: rgba(47,23,0,0.4);
    }

.gform_wrapper.gravity-theme input[type='text']:focus,.gform_wrapper.gravity-theme input[type='email']:focus,.gform_wrapper.gravity-theme input[type='tel']:focus,.gform_wrapper.gravity-theme input[type='search']:focus,.gform_wrapper.gravity-theme input[type='password']:focus,.gform_wrapper.gravity-theme textarea:focus{
      --tw-border-opacity: 1;
      border-color: rgb(47 23 0 / var(--tw-border-opacity));
    }

.gform_wrapper.gravity-theme input[type='text']:focus,.gform_wrapper.gravity-theme input[type='email']:focus,.gform_wrapper.gravity-theme input[type='tel']:focus,.gform_wrapper.gravity-theme input[type='search']:focus,.gform_wrapper.gravity-theme input[type='password']:focus,.gform_wrapper.gravity-theme textarea:focus{
      background-color: rgba(253,213,60,0.4);
    }

.gform_wrapper.gravity-theme input[type='text']:focus,.gform_wrapper.gravity-theme input[type='email']:focus,.gform_wrapper.gravity-theme input[type='tel']:focus,.gform_wrapper.gravity-theme input[type='search']:focus,.gform_wrapper.gravity-theme input[type='password']:focus,.gform_wrapper.gravity-theme textarea:focus{
      outline: none;
    }

.gform_wrapper.gravity-theme input[type='checkbox']{
    margin-right: 0.5rem;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    position: relative;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    z-index: 10;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    display: inline-flex;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    align-items: center;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    justify-content: center;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    white-space: nowrap;
  }

.gform_wrapper.gravity-theme input[type='submit']{
    font-size: 1rem;
    line-height: 1.4em;
  }

@media (min-width: 769px){
    @media not all and (min-width: 1080px){
      .gform_wrapper.gravity-theme input[type='submit']{
        font-size: 1.125rem !important;
        line-height: 1.4em !important;
      }
    }
  }

@media (min-width: 769px){
    .gform_wrapper.gravity-theme input[type='submit']{
      font-size: 1.25rem;
      line-height: 1.4em;
    }
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    position: absolute;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    left: 0px;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    bottom: 0px;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    z-index: -10;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    height: 100%;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    width: 100%;
  }

.gform_wrapper.gravity-theme input[type='submit']::after{
    content: '';
    background: currentColor;
    height: 1px;
    transform-origin: right bottom;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }

.gform_wrapper.gravity-theme input[type='submit']:hover:after{
    transform: scaleX(0);
  }

.gform_wrapper.gravity-theme input[type='submit']{
    cursor: pointer;
  }

/* Errors */

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    --tw-border-opacity: 1;
    border-color: rgb(181 8 56 / var(--tw-border-opacity));
  }

.gform_wrapper.gravity-theme [aria-invalid=true] + label{
    --tw-text-opacity: 1;
    color: rgb(181 8 56 / var(--tw-text-opacity));
  }

.gform_wrapper.gravity-theme .gfield_description,
        .gform_wrapper.gravity-theme .gform_validation_errors{
    margin-top: 0.25rem;
  }

.gform_wrapper.gravity-theme .gfield_description,
        .gform_wrapper.gravity-theme .gform_validation_errors{
    border-style: none;
  }

.gform_wrapper.gravity-theme .gfield_description,
        .gform_wrapper.gravity-theme .gform_validation_errors{
    background-color: transparent;
  }

.gform_wrapper.gravity-theme .gfield_description,
        .gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 0px;
  }

.gform_wrapper.gravity-theme .gfield_description,
        .gform_wrapper.gravity-theme .gform_validation_errors{
    font-size: 0.875rem;
    line-height: 1.4em;
  }

.gform_wrapper.gravity-theme .gfield_description.validation_message,.gform_wrapper.gravity-theme .gform_validation_errors.validation_message{
      margin-top: 0.25rem;
    }

.gform_wrapper.gravity-theme .gfield_description.validation_message,.gform_wrapper.gravity-theme .gform_validation_errors.validation_message{
      --tw-text-opacity: 1;
      color: rgb(181 8 56 / var(--tw-text-opacity));
    }

.gform_wrapper.gravity-theme .gform_validation_errors{
    padding-bottom: 1rem;
  }

.gform_wrapper.gravity-theme .gform_validation_errors{
    box-shadow: none;
    outline: none;
  }

.gform_wrapper.gravity-theme .gform_validation_errors > h2{
      display: flex;
    }

.gform_wrapper.gravity-theme .gform_validation_errors > h2{
      align-items: center;
    }

.gform_wrapper.gravity-theme .gform_validation_errors > h2{
      font-size: 1rem;
      line-height: 1.4em;
    }

.gform_wrapper.gravity-theme .gform_validation_errors > h2{
      --tw-text-opacity: 1;
      color: rgb(181 8 56 / var(--tw-text-opacity));
    }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon{
        position: static;
      }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon{
        margin-right: 0.5rem;
      }

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon{
        font-weight: 20px;
      }

.gform_wrapper.gravity-theme .gform_validation_errors a{
      --tw-border-opacity: 1;
      border-color: rgb(181 8 56 / var(--tw-border-opacity));
    }

.logos-item figure{
      position: relative;
    }

.logos-item figure img{
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
      }

.logos-item figure:after{
        content: '';
        position: absolute;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -1px;
        left: -1px;
        border: 0px solid #984337;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
      }

.logos-item:hover figure:after{
        border-width: 1rem;
      }

.logos-item:hover img{
        transform: scale(.88);
      }

.videoCover{
  position: relative;
  cursor: pointer;
}

.videoCover-iframe,
        .videoCover-iframe iframe,
        .videoCover-cover,
        .videoCover-content{
    height: 100%;
  }

.videoCover-iframe,
        .videoCover-iframe iframe,
        .videoCover-cover,
        .videoCover-content{
    width: 100%;
  }

.videoCover-cover{
    --tw-bg-opacity: 1;
    background-color: rgb(47 23 0 / var(--tw-bg-opacity));
  }

.videoCover-cover{
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.videoCover-cover.isHidden{
      opacity: 0;
      pointer-events: none;
    }

.videoCover-cover img{
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.videoCover-content{
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  }

.videoCover-content.isHidden{
      opacity: 0;
      transform: translateY(12px);
    }

.videoCover-title{
    position: relative;
    height: 0;
    opacity: 0;
    transform: translateY(24px);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }

@media (min-width: 769px) {
      .videoCover:hover .videoCover-title{
        opacity: 1;
      }

      .videoCover:hover .videoCover-title{
        transform: translateY(12px);
      }
    }

.videoCover:hover .videoCover-cover img{
      opacity: 0.5;
    }

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-flag{
  aspect-ratio: 4 / 3;
}

.aspect-paysage{
  aspect-ratio: 1.617 / 1;
}

.aspect-portrait{
  aspect-ratio: 1 / 1.14;
}

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.grow{
  flex-grow: 1;
}

.origin-center{
  transform-origin: center;
}

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

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

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

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

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

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

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

.grid-cols-4{
  grid-template-columns: repeat(4, 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;
}

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-\[1rem\]{
  gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-0{
  row-gap: 0px;
}

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

.gap-y-\[1\.5rem\]{
  row-gap: 1.5rem;
}

.gap-y-\[1rem\]{
  row-gap: 1rem;
}

.gap-y-\[2\.5rem\]{
  row-gap: 2.5rem;
}

.gap-y-\[2rem\]{
  row-gap: 2rem;
}

.gap-y-\[3\.5rem\]{
  row-gap: 3.5rem;
}

.gap-y-\[3rem\]{
  row-gap: 3rem;
}

.overflow-hidden{
  overflow: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

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

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

.border-cachou-rgba{
  border-color: rgba(47,23,0,0.4);
}

.border-cream{
  --tw-border-opacity: 1;
  border-color: rgb(254 236 212 / var(--tw-border-opacity));
}

.border-cream-rgba{
  border-color: rgba(254,236,212,0.3);
}

.\!bg-azelan{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(152 67 55 / var(--tw-bg-opacity)) !important;
}

.bg-auburn{
  --tw-bg-opacity: 1;
  background-color: rgb(95 41 38 / var(--tw-bg-opacity));
}

.bg-azelan{
  --tw-bg-opacity: 1;
  background-color: rgb(152 67 55 / var(--tw-bg-opacity));
}

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

.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(254 236 212 / var(--tw-bg-opacity));
}

.bg-denim{
  --tw-bg-opacity: 1;
  background-color: rgb(80 118 200 / var(--tw-bg-opacity));
}

.bg-groseille{
  --tw-bg-opacity: 1;
  background-color: rgb(181 8 56 / var(--tw-bg-opacity));
}

.bg-imperial{
  --tw-bg-opacity: 1;
  background-color: rgb(253 213 60 / var(--tw-bg-opacity));
}

.bg-malachite{
  --tw-bg-opacity: 1;
  background-color: rgb(25 124 63 / var(--tw-bg-opacity));
}

.bg-maya{
  --tw-bg-opacity: 1;
  background-color: rgb(136 186 245 / var(--tw-bg-opacity));
}

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

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

.p-1\/6{
  padding: 16.666667% !important;
}

.p-1\/9{
  padding: 11.11111% !important;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

.pb-8{
  padding-bottom: 2rem;
}

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

.pl-1\/3{
  padding-left: 33.333333% !important;
}

.pl-1\/6{
  padding-left: 16.666667% !important;
}

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

.pl-3{
  padding-left: 0.75rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

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

.pt-14{
  padding-top: 3.5rem;
}

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

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

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

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

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

.font-title{
  font-family: RaghavaGrotesk, Roboto, serif;
}

.text-base{
  font-size: 1rem;
  line-height: 1.4em;
}

.text-h1{
  font-size: 4.75rem;
  line-height: 1.05em;
}

.text-h2{
  font-size: 3.375rem;
  line-height: 1.2em;
}

.text-h3{
  font-size: 2.5rem;
  line-height: 1.2em;
}

.text-h4{
  font-size: 2rem;
  line-height: 1.2em;
}

.text-h5{
  font-size: 1.5rem;
  line-height: 1.2em;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

.text-cream{
  --tw-text-opacity: 1;
  color: rgb(254 236 212 / var(--tw-text-opacity));
}

@media (min-width: 1080px){
  .md\:grid{
    gap: 6rem 1.5rem;
  }
}

@media (min-width: 1280px){
  @media not all and (min-width: 1080px){
    .lg\:text-xl{
      font-size: 1.125rem !important;
      line-height: 1.4em !important;
    }
  }
}

.hover\:bg-azelan:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(152 67 55 / var(--tw-bg-opacity));
}

.hover\:text-cream:hover{
  --tw-text-opacity: 1;
  color: rgb(254 236 212 / var(--tw-text-opacity));
}

@media (min-width: 480px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:h-auto{
    height: auto;
  }

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

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

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

  .sm\:w-full{
    width: 100%;
  }

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

  .sm\:grid-flow-col{
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-\[1\.5rem\]{
    gap: 1.5rem;
  }

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

  .sm\:gap-y-\[2rem\]{
    row-gap: 2rem;
  }

  .sm\:gap-y-\[3rem\]{
    row-gap: 3rem;
  }

  .sm\:gap-y-\[4rem\]{
    row-gap: 4rem;
  }

  .sm\:gap-y-\[6rem\]{
    row-gap: 6rem;
  }

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

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

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

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

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

  .sm\:pl-1\/6{
    padding-left: 16.666667% !important;
  }

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

  .sm\:pr-1\/3{
    padding-right: 33.333333% !important;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

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

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

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

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

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

  .md\:grid{
    display: grid;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

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

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

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

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

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

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

  .md\:gap-y-\[2\.5rem\]{
    row-gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

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

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

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

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

  .lg\:w-7\/12{
    width: 58.333333%;
  }

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

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

  .lg\:p-10{
    padding: 2.5rem;
  }

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

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

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

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

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

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pr-1\/6{
    padding-right: 16.666667% !important;
  }

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

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.4em;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

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

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

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

  .xl\:w-7\/12{
    width: 58.333333%;
  }

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

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

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

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-60{
    padding-top: 15rem;
  }
}
