@charset "UTF-8";

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

body{
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: Raleway, sans-serif;
}

.wrapper{
  width: 100%;
}

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

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

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

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

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

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

.hide-lg{
  display: none;
}

@media (min-width: 1024px){
  .hide-lg{
    display: block;
  }
}

.hide-xl{
  display: none;
}

@media (min-width: 1280px){
  .hide-xl{
    display: block;
  }
}

h1, h2, h3, h4, h5, h6{
  font-family: Cormorant Garamond, serif;
}

h1.light, h2.light, h3.light, h4.light, h5.light, h6.light{
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

h1.light .gold, h2.light .gold, h3.light .gold, h4.light .gold, h5.light .gold, h6.light .gold{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

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

p{
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

p em{
  font-style: italic;
  opacity: 0.9;
}

.gold-dark{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.btn{
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  aspect-ratio: 1 / 1;
  width: 33.333333%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn > span{
  position: relative;
  z-index: 30;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
}

.btn:before {
  left: var(--x);
  top: var(--y);
  filter: blur(30px);
  display: none;
  opacity: 0.75;
}

.btn.show-before:before{
  display: block;
}

.btn.btn-gold {
  background: radial-gradient(50.63% 26.85% at 49.37% 99.07%, rgba(138, 103, 21, 0.15) 0%, rgba(138, 103, 21, 0) 100%), linear-gradient(262.46deg, #F5DA9C 8.48%, #E5C26F 18.47%, #D9BA70 50.24%, #CAB071 86.72%, #BB9F5C 101.08%);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
}

.btn.btn-gold:hover > span {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn.btn-gold.btn-border{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 143 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
  background: #F9F9F9;
}

.btn.btn-gold.btn-border:hover{
  background-color: rgb(176 143 59 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

.btn.btn-gold.btn-border-2{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 143 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
  background: #F9F9F9;
}

.btn.btn-gold.btn-border-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 241 221 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
  background: #F8F1DD;
}

.btn.btn-gold.show-before:before{
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 172 / var(--tw-bg-opacity, 1));
}

.btn.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
}

.btn.btn-blue.show-before:before{
  --tw-bg-opacity: 1;
  background-color: rgb(159 169 198 / var(--tw-bg-opacity, 1));
  opacity: 0.35;
}

.profil-picture-wrapper{
  position: relative;
}

.profil-picture-wrapper .profile-picture{
  position: relative;
  z-index: 10;
  background-position: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background-size: cover;
  width: 158px;
  height: 171px;
}

.profil-picture-wrapper .border-profile-picture{
  position: absolute;
  bottom: 0px;
  --tw-scale-x: 120%;
  --tw-scale-y: 120%;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.social-links{
  display: flex;
}

@media (min-width: 1024px){
  .social-links{
    position: absolute;
    right: 0px;
    top: -2.5rem;
  }
}

.social-links .social-link{
  display: block;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.social-links .social-link:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-left-width: 1px;
}

.social-links .social-link:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.social-links .social-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

.social-links .social-link:hover img{
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.title-wrapper.left{
  align-items: flex-start;
  text-align: left;
}

.title-wrapper h2{
  font-size: 3rem;
  line-height: 1;
}

.title-wrapper .sub-title{
  line-height: 1.75rem;
}

.hero-service, .hero-base{
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 75vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
  background-size: cover;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 110px;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .hero-service, .hero-base{
    padding-top: 0px;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .hero-service, .hero-base{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.hero-service:not(.hero-service), .hero-base:not(.hero-service){
  min-height: 55vh;
  background-position: center;
}

@media (min-width: 1024px){
  .hero-service:not(.hero-service), .hero-base:not(.hero-service){
    min-height: 75vh;
  }
}

.hero-service .bg-hero, .hero-base .bg-hero{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.hero-service .bg-hero-overlay, .hero-base .bg-hero-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 0.75);
}

.hero-service.small, .hero-base.small{
  position: relative;
  min-height: 450px;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}

.hero-service .hero-base-wrapper, .hero-base .hero-base-wrapper{
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-service h1, .hero-base h1{
  position: relative;
  z-index: 10;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 45px;
}

@media (min-width: 1280px){
  .hero-service h1, .hero-base h1{
    font-size: 3.75rem;
    line-height: 1;
    line-height: 65px;
  }
}

.hero-service .sub-title, .hero-base .sub-title{
  position: relative;
  z-index: 10;
  max-width: 800px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  line-height: 2rem;
}

.hero-service svg, .hero-base svg{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 21;
  margin: auto;
  width: 100%;
  stroke: #D2C29A;
  stroke-width: 3px;
}

@media (min-width: 1536px){
  .hero-service svg, .hero-base svg{
    stroke-width: 2;
  }
}

.list-element{
  padding-bottom: 0.5rem;
}

.list-element li{
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.list-element li::before{
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 0.75rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

.cursor{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 9999;
}

.cursor__ball{
  position: fixed;
  top: 0px;
  left: 0px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(210 194 154 / 0.5);
  mix-blend-mode: difference;
}

/* Grand cercle */

.cursor__ball--big{
  height: 2rem;
  width: 2rem;
}

/* Petit cercle */

.cursor__ball--small{
  height: 0.625rem;
  width: 0.625rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

/* Désactiver sur mobile / tactile */

@media (hover: none), (pointer: coarse) {
  .cursor{
    display: none;
  }
}

/* Accessibilité : réduire les animations */

@media (prefers-reduced-motion: reduce) {
  .cursor{
    display: none;
  }
}

header{
  position: fixed;
  z-index: 40;
  width: 100%;
  background-image: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  header{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

header .menu-chevron {
  display: inline-flex;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
  transform: rotate(90deg);
}

header .menu-item-has-children:hover > a .menu-chevron {
  transform: rotate(270deg);
}

header.is-scrolled{
  padding-top: 0px;
  padding-bottom: 0px;
}

header.is-scrolled .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo, header.is-scrolled .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-white{
  height: 35px;
}

header.is-scrolled .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-baseline{
  display: none;
}

@media (min-width: 1280px){
  header.is-scrolled .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-baseline{
    display: block;
  }
}

header.dark{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(34 43 70 / 0.1);
  background-color: rgb(255 255 255 / 0.25);
  background-image: none;
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

header.dark .header-container .header-nav .menu li.current_page_item:not(.btn-header) a{
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(34 43 70 / 0.75);
}

header.dark .header-container .header-nav .menu li .sub-menu{
  position: absolute;
  top: 88px;
  left: 0px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-y: -1rem;
  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));
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  border-color: rgb(34 43 70 / 0.1);
  background-color: rgb(255 255 255 / 0.75);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header.dark .header-container .header-nav .menu li .sub-menu li:not(.btn-header) a{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header.dark .header-container .header-nav .menu li .sub-menu li:not(.btn-header) a:hover{
  background-color: rgb(210 194 154 / 0.1);
}

header.light{
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(34 43 70 / 0.2);
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

header.light .header-container .header-nav .menu li.current_page_item:not(.btn-header) a{
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.75);
}

header.light .header-container .header-nav .menu li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.light .header-container .header-nav .menu li .sub-menu{
  position: absolute;
  top: 88px;
  left: 0px;
  z-index: 20;
  display: none;
  width: -moz-max-content;
  width: max-content;
  --tw-translate-y: -1rem;
  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));
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(34 43 70 / 0.8);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header.light .header-container .header-nav .menu li .sub-menu li a{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header.light .header-container .header-nav .menu li .sub-menu li a:hover{
  background-color: rgb(210 194 154 / 0.1);
}

header.light .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-white{
  display: block;
}

header.light .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo{
  display: none;
}

header.light .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-baseline{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .header-container{
  width: 100%;
}

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

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

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

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

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

header .header-container{
  margin: auto;
}

header .header-container .header-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-container .header-nav .menu{
  margin: 0px;
  display: none;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px){
  header .header-container .header-nav .menu{
    display: flex;
  }
}

header .header-container .header-nav .menu li{
  position: relative;
}

header .header-container .header-nav .menu li.btn-header{
  margin-left: 2.5rem;
}

header .header-container .header-nav .menu li.menu-button a{
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
  border-radius: 0.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .header-container .header-nav .menu li.menu-button a::before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  aspect-ratio: 1 / 1;
  width: 33.333333%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header .header-container .header-nav .menu li.menu-button a:before {
  left: var(--x);
  top: var(--y);
  filter: blur(30px);
  display: none;
  opacity: 0.5;
}

header .header-container .header-nav .menu li.menu-button a.show-before:before{
  display: block;
}

header .header-container .header-nav .menu li.menu-button a {
  background: linear-gradient(262.46deg, #E5C26F 7.12%, #CAB071 101.53%);
}

header .header-container .header-nav .menu li.menu-button a.show-before:before{
  --tw-bg-opacity: 1;
  background-color: rgb(252 229 172 / var(--tw-bg-opacity, 1));
}

header .header-container .header-nav .menu li:hover .sub-menu{
  display: block;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

header .header-container .header-nav .menu li .sub-menu{
  position: absolute;
  top: 88px;
  left: 0px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  --tw-translate-y: -1rem;
  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));
  background-color: rgb(255 255 255 / 0.5);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .header-container .header-nav .menu li .sub-menu li a{
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .header-container .header-nav .menu li .sub-menu li a:hover{
  --tw-translate-y: 0px;
  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));
  background-color: rgb(210 194 154 / 0.1);
}

header .header-container .header-nav .menu li .sub-menu li.current_page_item a{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

header .header-container .header-nav .menu li a{
  display: block;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .header-container .header-nav .menu li a:hover{
  --tw-translate-y: 0.25rem;
  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));
}

header .header-container .header-nav .menu li a.active{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 43 70 / var(--tw-border-opacity, 1));
}

header .header-container .header-nav .menu li a.btn{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .header-container .header-nav .menu li a.btn:hover{
  --tw-translate-y: 0px;
  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));
}

header .header-container .header-nav .menu li.current_page_item:not(.btn-header) a{
  --tw-translate-y: 1px;
  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));
}

header .header-container .header-nav .menu li.current_page_item:not(.btn-header) a:hover{
  --tw-translate-y: 0px;
  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));
}

header .header-container .header-nav .logo-wrapper{
  flex-grow: 1;
}

header .header-container .header-nav .logo-wrapper .logo-wrapper-link{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
}

header .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo{
  height: 45px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-white{
  display: none;
  height: 45px;
}

header .header-container .header-nav .logo-wrapper .logo-wrapper-link .logo-baseline{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

header .header-container .header-nav .burger{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}

@media (min-width: 1024px){
  header .header-container .header-nav .burger{
    display: none;
  }
}

header .header-container .header-nav .burger div{
  height: 1px;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(176 143 59 / var(--tw-bg-opacity, 1));
}

.nav-mobile{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .nav-mobile{
    display: none;
  }
}

.nav-mobile.active{
  display: block;
}

@media (min-width: 1024px){
  .nav-mobile.active{
    display: none;
  }
}

.nav-mobile .close-wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-mobile .close-wrapper .close{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .nav-mobile .close-wrapper .close{
    display: none;
  }
}

.nav-mobile .close-wrapper .close .line-1{
  height: 1px;
  width: 2rem;
  --tw-translate-y: 10px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(176 143 59 / var(--tw-bg-opacity, 1));
}

.nav-mobile .close-wrapper .close .line-2{
  height: 1px;
  width: 2rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(176 143 59 / var(--tw-bg-opacity, 1));
}

.nav-mobile .menu{
  margin-top: 2rem;
  text-align: right;
}

.nav-mobile .menu li a{
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Cormorant Garamond, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.nav-mobile .menu li.menu-item-has-children > a {
  opacity: 0.5;
}

.nav-mobile .menu li.menu-item-has-children > a .menu-chevron{
  display: none;
}

.nav-mobile .menu li.btn-header{
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}

.nav-mobile .menu li.btn-header a{
  margin-top: 2.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-mobile .menu li .sub-menu{
  margin-bottom: 1.25rem;
  background-color: rgb(255 255 255 / 0.1);
}

.blank-content {
  /* Layout */
  width: 100%;
}

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

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

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

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

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

.blank-content{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .blank-content{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.blank-content {
  /* Base text */
  --tw-text-opacity: 1;
  color: rgb(65 82 136 / var(--tw-text-opacity, 1));
}

.blank-content p{
  line-height: 2rem;
  opacity: 0.8;
}

.blank-content {
  /* Vertical rhythm (espacements entre blocs) */
}

.blank-content > * + *{
  margin-top: 1.5rem;
}

.blank-content {
  /* Headings */
}

.blank-content h1, .blank-content .wp-block-post-title{
  margin-bottom: 2rem;
  font-family: Cormorant Garamond, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 50px;
}

@media (min-width: 1024px){
  .blank-content h1, .blank-content .wp-block-post-title{
    font-size: 3.75rem;
    line-height: 1;
    line-height: 70px;
  }
}

.blank-content h2{
  margin-top: 3rem;
  font-family: Cormorant Garamond, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 42px;
}

@media (min-width: 1024px){
  .blank-content h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 52px;
  }
}

.blank-content h3{
  margin-top: 2.5rem;
  font-family: Cormorant Garamond, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 34px;
}

@media (min-width: 1024px){
  .blank-content h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 42px;
  }
}

.blank-content h4{
  margin-top: 2rem;
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 2rem;
}

.blank-content {
  /* Links */
}

.blank-content a{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blank-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.blank-content {
  /* Strong / emphasis */
}

.blank-content strong, .blank-content b{
  font-weight: 600;
  opacity: 1;
}

.blank-content em, .blank-content i{
  font-style: italic;
}

.blank-content {
  /* Lists */
}

.blank-content ul, .blank-content ol{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blank-content ul{
  list-style-type: disc;
}

.blank-content ol{
  list-style-type: decimal;
}

.blank-content li{
  line-height: 2rem;
  opacity: 0.8;
}

.blank-content li + li{
  margin-top: 0.5rem;
}

.blank-content {
  /* Quotes */
}

.blank-content blockquote{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(210 194 154 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  opacity: 0.9;
}

.blank-content blockquote p{
  opacity: 0.9;
}

.blank-content {
  /* Separator */
}

.blank-content hr{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 1px;
  border-width: 0px;
  background-color: rgb(255 255 255 / 0.2);
}

.blank-content {
  /* Optional “section divider” if you paste long text with dashed lines */
}

.blank-content .divider,
.blank-content .separator,
.blank-content .wp-block-separator{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: 1px;
  border-width: 0px;
  background-color: rgb(255 255 255 / 0.2);
}

.blank-content {
  /* Tables (au cas où) */
}

.blank-content table{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0.25rem;
  text-align: left;
}

.blank-content thead th{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  opacity: 0.9;
}

.blank-content tbody td{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
  opacity: 0.8;
}

.blank-content {
  /* Gutenberg / WP blocks (aide le rendu si tu utilises l’éditeur WP) */
}

.blank-content .wp-block-heading{
  font-family: Cormorant Garamond, serif;
}

.blank-content .wp-block-list{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blank-content .wp-block-paragraph{
  line-height: 2rem;
  opacity: 0.8;
}

.blank-content {
  /* Petites “chips” de texte (ex: TVA, SIREN, etc.) si tu veux les mettre en <code> */
}

.blank-content code{
  border-radius: 0.25rem;
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.blank-content {
  /* Si ton contenu contient des lignes de contact (téléphone, email) */
}

.blank-content .contact-line{
  opacity: 0.9;
}

footer{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(246 235 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

footer .wrapper{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  footer .wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

footer .footer-cols{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

@media (min-width: 1024px){
  footer .footer-cols{
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}

footer .footer-cols .footer-col{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .footer-cols .footer-col::before{
  --tw-content: '';
  content: var(--tw-content);
}

footer .footer-cols .footer-col:first-child::before{
  position: absolute;
  left: 0px;
  top: -2px;
  height: 3px;
  width: 100%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  footer .footer-cols .footer-col{
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

footer .footer-cols .footer-col.align-end{
  align-items: center;
}

@media (min-width: 1024px){
  footer .footer-cols .footer-col.align-end{
    align-items: flex-end;
  }
}

footer .footer-cols .footer-col .logo-baseline{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

footer .footer-cols .footer-col .footer-title{
  font-family: Cormorant Garamond, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

footer .footer-cols .footer-col .footer-nav{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer .footer-cols .footer-col .footer-nav .footer-nav-item > a, footer .footer-cols .footer-col .footer-nav .menu-item > a{
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

footer .footer-cols .footer-col .footer-nav .footer-nav-item > a::before, footer .footer-cols .footer-col .footer-nav .menu-item > a::before{
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 0.75rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

footer .footer-cols .footer-col .footer-nav .footer-nav-item > a:hover, footer .footer-cols .footer-col .footer-nav .menu-item > a:hover{
  padding-left: 2rem;
  padding-right: 0px;
}

footer .footer-cols .footer-col .footer-nav .footer-nav-item > a:hover::before, footer .footer-cols .footer-col .footer-nav .menu-item > a:hover::before{
  content: var(--tw-content);
  width: 1rem;
}

footer .footer-cols .footer-col .footer-cta{
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

footer .footer-cols .footer-col .footer-newsletter .newsletter-title{
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}

footer .copyrights{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 246 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .copyrights .rights-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

footer .copyrights .rights-wrapper .dev{
  flex-grow: 1;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

footer .copyrights .rights-wrapper .rights{
  flex-grow: 1;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

.hero{
  position: relative;
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.hero .bg-hero{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}

.hero .bg-hero-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 0.75);
}

.hero .hero-base-wrapper{
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .hero-base-wrapper h1{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 45px;
}

@media (min-width: 1280px){
  .hero .hero-base-wrapper h1{
    font-size: 3.75rem;
    line-height: 1;
    line-height: 65px;
  }
}

.hero .hero-base-wrapper .sub-title{
  max-width: 800px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  line-height: 2rem;
}

.hero .scroll-downs {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 40px;
  z-index: 30;
}

.hero .scroll-downs .mousey {
  width: 32px;
  padding: 10px 13px;
  height: 45px;
  border: 2px solid #222B46;
  border-radius: 25px;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.hero .scroll-downs .mousey .scroller {
  width: 3px;
  height: 8px;
  border-radius: 25%;
  background-color: #222B46;
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(-3px);
    opacity: 1;
  }

  100% {
    transform: translateY(3px);
    opacity: 0;
  }
}

.customers{
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.customers .logos{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

.customers .logos .logos-slide{
  display: inline-flex;
  flex-shrink: 0;
  animation: 50s slide infinite linear;
}

.customers .logos .logos-slide img {
  margin: 0 30px;
  max-height: 65px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: inline-block;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.expertise-carrousel-wrapper{
  position: relative;
  overflow: hidden;
}

.expertises{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .expertises{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.expertises .expertises-wrapper{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px){
  .expertises .expertises-wrapper{
    flex-direction: row;
  }
}

.expertises .expertises-wrapper .expertise{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.expertises .expertises-wrapper .expertise > img{
  height: 75px;
  width: 75px;
}

@media (min-width: 768px){
  .expertises .expertises-wrapper .expertise > img{
    height: 151px;
    width: 151px;
  }
}

.expertises .expertises-wrapper .expertise .expertise-title{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.expertises .expertises-wrapper .expertise .expertise-title .title-number{
  font-family: Oooh Baby, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}

.expertises .expertises-wrapper .expertise .expertise-title h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.expertises .expertises-wrapper .expertise .expertise-description{
  min-height: 3rem;
  opacity: 0.6;
}

.expertises .expertises-wrapper .expertise .expertise-line{
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

.carrousel{
  display: none;
}

@media (min-width: 1024px){
  .carrousel{
    display: block;
  }
}

.carrousel .carrousel-col{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .carrousel .carrousel-col{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.carrousel .carrousel-col .carrousel-col-grid{
  display: grid;
  gap: 0.25rem;
}

.carrousel .carrousel-col .carrousel-col-grid .image-wrapper{
  position: relative;
  overflow: hidden;
}

.carrousel .carrousel-col .carrousel-col-grid .image-wrapper:hover > div{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.carrousel .carrousel-col .carrousel-col-grid .image-wrapper > img{
  height: auto;
  max-width: 100%;
  border-radius: 0.25rem;
  opacity: 0;
}

.carrousel .carrousel-col .carrousel-col-grid .image-wrapper > div{
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  background-size: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.adn{
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.adn h2{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1024px){
  .adn h2{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.adn h2 p{
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

.adn h2 .gold{
  position: relative;
}

.adn h2 .gold svg{
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
}

.adn > svg{
  width: 100%;
}

.adn .adn-items-wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .adn .adn-items-wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .adn .adn-items-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .adn .adn-items-wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .adn .adn-items-wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .adn .adn-items-wrapper{
    max-width: 1536px;
  }
}

.adn .adn-items-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .adn .adn-items-wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.adn .adn-items{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 768px){
  .adn .adn-items{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .adn .adn-items{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.adn .adn-items .adn-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.adn .adn-items .adn-item h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.adn .adn-items .adn-item .adn-item-description p{
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.numbers{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .numbers{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.numbers .numbers-wrapper .numbers-item{
  display: grid;
  align-content: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .numbers .numbers-wrapper .numbers-item{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .numbers .numbers-wrapper .numbers-item{
    display: flex;
    gap: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.numbers .numbers-wrapper .numbers-item .number-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px){
  .numbers .numbers-wrapper .numbers-item .number-item{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.numbers .numbers-wrapper .numbers-item .number-item .number{
  font-family: Oooh Baby, serif;
  font-size: 3.75rem;
  line-height: 1;
  background-image: linear-gradient(270deg, #FFF0CA 0%, #D2B770 16.83%, #C8A95A 84.13%, #392B06 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

.numbers .numbers-wrapper .numbers-item .number-item .number .small{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.numbers .numbers-wrapper .numbers-item .number-item .number-label{
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.triple-care{
  background-size: cover;
  background-position: bottom;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .triple-care{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.triple-care h2{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(65 82 136 / var(--tw-text-opacity, 1));
}

.triple-care .gold-dark{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.action-zone{
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.action-zone .actions{
  width: 100%;
}

@media (min-width: 640px){
  .action-zone .actions{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .action-zone .actions{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .action-zone .actions{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .action-zone .actions{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .action-zone .actions{
    max-width: 1536px;
  }
}

.action-zone .actions{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .action-zone .actions{
    width: 80%;
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .action-zone .actions{
    width: 60%;
  }
}

.action-zone .actions > a{
  display: block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

.cross-expertise{
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .cross-expertise{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.cross-expertise.split .cross-expertise-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 1024px){
  .cross-expertise.split .cross-expertise-wrapper{
    flex-direction: row;
  }
}

.cross-expertise.split .cross-expertise-wrapper .title-wrapper{
  width: 100%;
  text-align: center;
}

@media (min-width: 768px){
  .cross-expertise.split .cross-expertise-wrapper .title-wrapper{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .cross-expertise.split .cross-expertise-wrapper .title-wrapper{
    width: 41.666667%;
  }
}

.cross-expertise.split .cross-expertise-wrapper .expertise-list{
  width: 100%;
}

@media (min-width: 1024px){
  .cross-expertise.split .cross-expertise-wrapper .expertise-list{
    width: 58.333333%;
  }
}

.cross-expertise.split .cross-expertise-wrapper .expertise-list .expertise-card:hover .expertise-card-border {
  width: calc(100% - 17px);
  height: calc(100% - 17px);
}

.cross-expertise.split .cross-expertise-wrapper .expertise-list .expertise-card .expertise-card-border {
  width: calc(100% - 34px);
  height: calc(100% - 34px);
}

.cross-expertise .line-cross-expertise{
  position: absolute;
  left: 0px;
  bottom: -33.333333%;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  stroke-width: 3px;
}

@media (min-width: 1536px){
  .cross-expertise .line-cross-expertise{
    stroke-width: 2;
  }
}

.cross-expertise .cross-expertise-wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .cross-expertise .cross-expertise-wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .cross-expertise .cross-expertise-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .cross-expertise .cross-expertise-wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .cross-expertise .cross-expertise-wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .cross-expertise .cross-expertise-wrapper{
    max-width: 1536px;
  }
}

.cross-expertise .cross-expertise-wrapper{
  margin-left: auto;
  margin-right: auto;
}

.cross-expertise .title-wrapper{
  position: relative;
  z-index: 20;
}

.cross-expertise .title-wrapper h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.cross-expertise .expertise-list{
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .cross-expertise .expertise-list{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .cross-expertise .expertise-list{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.cross-expertise .expertise-list .expertise-card{
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  text-align: center;
}

.cross-expertise .expertise-list .expertise-card:hover .expertise-card-bg{
  left: -1.5rem;
  width: 110%;
  max-width: 110%;
}

.cross-expertise .expertise-list .expertise-card:hover .expertise-card-border {
  width: calc(100% - 64px);
  height: calc(100% - 64px);
  --tw-border-opacity: 1;
  border-color: rgb(210 194 154 / var(--tw-border-opacity, 1));
  background-color: rgb(5 23 71 / 0.5);
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.cross-expertise .expertise-list .expertise-card:hover .expertise-card-expertise{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.cross-expertise .expertise-list .expertise-card .expertise-card-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin: auto;
  width: 100%;
  max-width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cross-expertise .expertise-list .expertise-card .expertise-card-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 23 71 / var(--tw-bg-opacity, 1));
  opacity: 0.6;
}

.cross-expertise .expertise-list .expertise-card .expertise-card-border {
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  border: 1px solid white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  margin: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 3px;
}

.cross-expertise .expertise-list .expertise-card .expertise-card-logo{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  margin: auto;
}

.cross-expertise .expertise-list .expertise-card .expertise-card-expertise{
  position: absolute;
  top: 3rem;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  margin: auto;
  height: 1.5rem;
  border-radius: 0.375rem;
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.line-hero-left{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  fill: none;
}

.line-hero-right{
  position: absolute;
  right: 0px;
  z-index: 20;
  height: 100vh;
  fill: none;
}

.line-expertise-left{
  position: absolute;
  left: 0px;
  top: 10rem;
}

.line-expertise-right{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.line-action{
  position: absolute;
  left: 0px;
  top: 10rem;
}

.horizontal-line{
  position: relative;
}

.horizontal-line .icon-e{
  position: absolute;
  right: 8rem;
  top: 4rem;
  margin: auto;
  display: none;
}

@media (min-width: 1280px){
  .horizontal-line .icon-e{
    display: block;
  }
}

@media (min-width: 1700px){
  .horizontal-line .icon-e{
    top: 6rem;
  }
}

.intro-service{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .intro-service{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.intro-service .intro-service-image{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-position: left;
  background-repeat: no-repeat;
}

.intro-service .intro-service-wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .intro-service .intro-service-wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .intro-service .intro-service-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .intro-service .intro-service-wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .intro-service .intro-service-wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .intro-service .intro-service-wrapper{
    max-width: 1536px;
  }
}

.intro-service .intro-service-wrapper{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.intro-service .intro-service-wrapper h2{
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper h2 p{
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper h2 .gold{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper h2 .gold svg{
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  stroke-width: 3px;
}

@media (min-width: 1536px){
  .intro-service .intro-service-wrapper h2 .gold svg{
    stroke-width: 2;
  }
}

.intro-service .intro-service-wrapper .sub-title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper .sub-title p{
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper .sub-title p:last-child{
  padding-bottom: 0px;
}

.intro-service .intro-service-wrapper .end-line {
  /*@apply px-8 text-white relative before:absolute before:top-3 before:m-auto before:left-0 before:w-6 before:h-[1px] before:bg-gold-light;*/
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper .end-line p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper .end-line p .gold{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.intro-service .intro-service-wrapper .end-line .gold{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.intro-service .btn-wrapper{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1.5rem;
  z-index: 20;
  margin: auto;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 1rem;
}

.intro-service .btn-wrapper .btn{
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .intro-service .btn-wrapper .btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .intro-service .btn-wrapper .btn{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.story{
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .story{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.story .story-cols{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .story .story-cols{
    flex-direction: row;
  }
}

.story .story-cols .story-col-1{
  min-height: 12rem;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px){
  .story .story-cols .story-col-1{
    width: 25%;
    border-radius: 0.375rem;
  }
}

.story .story-cols .story-col-2{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .story .story-cols .story-col-2{
    width: 75%;
    align-items: flex-start;
    text-align: left;
  }
}

@media (min-width: 1280px){
  .story .story-cols .story-col-2{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.story .story-cols .story-col-2 h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.story .story-cols .story-col-2 .story-content p{
  padding-bottom: 0.75rem;
}

.story .story-cols .story-col-2 .story-content p:last-child{
  padding-bottom: 0px;
}

.story .story-cols .story-col-2 .btn{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.story .story-cols .story-col-2 .btn svg{
  stroke: #B08F3B;
}

.video-popin{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 60;
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background-color: rgb(34 43 70 / 0.8);
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.video-popin.disable {
  display: none;
}

.video-popin .video-popin-close{
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 1rem;
}

.video-popin iframe{
  aspect-ratio: 16 / 9;
  height: 50vh;
}

.benefits{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px){
  .benefits{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.benefits .title-wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .benefits .title-wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .benefits .title-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .benefits .title-wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .benefits .title-wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .benefits .title-wrapper{
    max-width: 1536px;
  }
}

.benefits .title-wrapper{
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

@media (min-width: 1280px){
  .benefits .title-wrapper{
    align-items: flex-start;
  }
}

.benefits .title-wrapper h2{
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .benefits .title-wrapper h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.benefits .title-wrapper h2 p{
  text-align: left;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .benefits .title-wrapper h2 p{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.benefits .title-wrapper .sub-title{
  text-align: left;
}

.benefits .gold{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.benefits .icons-line{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .benefits .icons-line{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.benefits .icons-line svg{
  position: absolute;
  left: 0px;
  top: -6rem;
  width: 100%;
  stroke-width: 2;
}

@media (min-width: 1536px){
  .benefits .icons-line svg{
    stroke-width: 1;
  }
}

.benefits .icons-line .icons{
  width: 100%;
}

@media (min-width: 640px){
  .benefits .icons-line .icons{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .benefits .icons-line .icons{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .benefits .icons-line .icons{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .benefits .icons-line .icons{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .benefits .icons-line .icons{
    max-width: 1536px;
  }
}

.benefits .icons-line .icons{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 5rem;
}

@media (min-width: 768px){
  .benefits .icons-line .icons{
    flex-direction: row;
  }
}

.benefits .icons-line .icons .icon-wrapper{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.benefits .icons-line .icons .icon-wrapper .icon{
  position: relative;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.benefits .icons-line .icons .icon-wrapper h3{
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.benefits .icons-line .icons .icon-wrapper .benefit-text{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

.comparison{
  position: relative;
  z-index: 20;
}

.comparison .comparisonSection{
  position: relative;
  aspect-ratio: 16 / 9;
  height: calc(100vh - 182px);
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px){
  .comparison .comparisonSection{
    height: 60vh;
    border-radius: 0.5rem;
  }
}

@media (min-width: 1024px){
  .comparison .comparisonSection{
    height: 75vh;
  }
}

.comparison .comparisonSection .comparisonImage{
  position: absolute;
  inset: 0px;
}

.comparison .comparisonSection .comparisonImage.afterImage{
  z-index: 20;
  overflow: hidden;
}

.comparison .comparisonSection .comparisonImage.afterImage::before{
  position: absolute;
  left: 0px;
  z-index: 30;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.comparison .comparisonSection .comparisonImage.afterImage {
  transform: translateX(100%);
}

.comparison .comparisonSection .comparisonImage.afterImage img {
  transform: translateX(-100%);
}

.comparison .comparisonSection .comparisonImage.afterImage .comparison-text{
  z-index: 20;
}

.comparison .comparisonSection .comparisonImage .comparison-text{
  position: absolute;
  bottom: 0px;
  z-index: 20;
  background-color: rgb(34 43 70 / 0.8);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.comparison .comparisonSection .comparisonImage img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-gallery .image-grid{
  display: grid;
  width: 100%;
  gap: 0.5rem;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.grid-gallery .image-grid img{
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  aspect-ratio: 4/3;
}

.grid-gallery .image-grid img:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.process{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .process{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){
  .process{
    padding-bottom: 0px;
  }
}

.process.process2{
  padding-top: 0px;
}

@media (min-width: 1280px){
  .process.process2{
    margin-top: -10rem;
  }
}

.process.process2 .title-wrapper{
  align-items: center;
}

@media (min-width: 1280px){
  .process.process2 .title-wrapper{
    align-items: flex-start;
  }
}

.process.process2 .title-wrapper h2{
  text-align: center;
}

@media (min-width: 1024px){
  .process.process2 .title-wrapper h2{
    text-align: left;
  }
}

.process.process2 .title-wrapper .sub-title{
  text-align: left;
}

.process.process2 .process-steps svg.line-process-top{
  display: none;
  stroke-width: 3px;
}

@media (min-width: 1536px){
  .process.process2 .process-steps svg.line-process-top{
    stroke-width: 2;
  }
}

.process.process2 .process-steps svg.line-process-bottom{
  left: 0px;
  top: 15rem;
  bottom: -15rem;
  margin: auto;
  stroke-width: 3px;
}

@media (min-width: 1536px){
  .process.process2 .process-steps svg.line-process-bottom{
    stroke-width: 2;
  }
}

.process .title-wrapper{
  position: relative;
  z-index: 20;
  align-items: center;
}

@media (min-width: 1280px){
  .process .title-wrapper{
    align-items: flex-end;
  }
}

.process .title-wrapper h2{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .process .title-wrapper h2{
    text-align: right;
  }
}

.process .title-wrapper h2 .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.process .title-wrapper .sub-title{
  text-align: right;
}

.process .process-steps{
  width: 100%;
}

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

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

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

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

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

.process .process-steps{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
}

@media (min-width: 1280px){
  .process .process-steps{
    flex-direction: row;
    padding-top: 5rem;
  }
}

.process .process-steps svg{
  position: absolute;
  width: 100%;
  stroke-width: 2;
}

@media (min-width: 1536px){
  .process .process-steps svg{
    stroke-width: 1;
  }
}

.process .process-steps svg.line-process-top{
  left: 0px;
  top: -15rem;
  bottom: 0px;
  margin: auto;
}

.process .process-steps svg.line-process-bottom{
  left: 0px;
  top: 15rem;
  bottom: -15rem;
  margin: auto;
}

.process .process-steps > .step{
  position: relative;
  z-index: 20;
  width: 100%;
}

.process .process-steps > .step:nth-of-type(1){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(1){
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(2){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(2){
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(3){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(3){
    padding-top: 140px;
    padding-bottom: 100px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(4){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(4){
    padding-top: 210px;
    padding-bottom: 150px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(5){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(5){
    padding-top: 280px;
    padding-bottom: 200px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(6){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(6){
    padding-top: 350px;
    padding-bottom: 250px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(7){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(7){
    padding-top: 420px;
    padding-bottom: 300px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(8){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(8){
    padding-top: 490px;
    padding-bottom: 350px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(9){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(9){
    padding-top: 560px;
    padding-bottom: 400px;
    text-align: left;
  }
}

.process .process-steps > .step:nth-of-type(10){
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1280px){
  .process .process-steps > .step:nth-of-type(10){
    padding-top: 630px;
    padding-bottom: 450px;
    text-align: left;
  }
}

.process .process-steps > .step .step-number{
  font-family: Oooh Baby, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}

.process .process-steps > .step .step-title{
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.process .process-steps > .step .step-description{
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .process .process-steps > .step .step-description{
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px){
  .process .process-steps > .step .step-description{
    font-size: 1rem;
    line-height: 2rem;
  }
}

.differences{
  width: 100%;
}

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

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

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

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

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

.differences{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 8rem;
}

@media (min-width: 1024px){
  .differences{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

.differences h2{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .differences h2{
    text-align: right;
  }
}

.differences h2 p{
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

.differences h2 .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.differences .differences-cols{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (min-width: 768px){
  .differences .differences-cols{
    flex-direction: row;
  }
}

.differences .differences-cols .difference{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.differences .differences-cols .difference img{
  margin-bottom: 0.75rem;
  height: 75px;
}

.differences .differences-cols .difference h3{
  text-align: center;
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.differences .differences-cols .difference h3 p{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.differences .differences-cols .difference .difference-text{
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

.citation{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .citation{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.citation.space-bottom{
  margin-bottom: 4rem;
}

.citation .citation-wrapper{
  width: 100%;
}

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

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

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

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

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

.citation .citation-wrapper{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 6rem;
  padding-top: 3rem;
  text-align: center;
  font-family: Cormorant Garamond, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

.citation .citation-wrapper p{
  --tw-text-opacity: 1;
  color: rgb(159 169 198 / var(--tw-text-opacity, 1));
}

.citation .citation-wrapper .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.citation .citation-wrapper svg{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.citation .citation-wrapper .legend{
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
  opacity: 0.75;
}

.engagement{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .engagement{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.engagement .bg-engagement{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.engagement .engagement-profil-picture{
  position: absolute;
  top: -6rem;
  left: 0px;
  right: 0px;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  width: 159px;
}

.engagement .engagement-wrapper{
  width: 100%;
}

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

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

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

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

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

.engagement .engagement-wrapper{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.engagement .engagement-wrapper h2{
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .engagement .engagement-wrapper h2{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.engagement .engagement-wrapper h2 p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper h2 .gold{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper h2 .gold svg{
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
}

.engagement .engagement-wrapper .engagement-text{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .engagement-text p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .numbers{
  position: relative;
}

.engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item{
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  .engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item .number-item{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1280px){
  .engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item .number-item{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item .number-item .number{
  min-width: 100px;
}

.engagement .engagement-wrapper .numbers .numbers-wrapper .numbers-item .number-item .number-label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .engagement-text{
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .engagement-text p{
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .engagement-text p:last-child{
  padding-bottom: 0px;
}

.engagement .engagement-wrapper .differences-cols{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 3rem;
}

@media (min-width: 768px){
  .engagement .engagement-wrapper .differences-cols{
    flex-direction: row;
  }
}

.engagement .engagement-wrapper .differences-cols .difference{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.engagement .engagement-wrapper .differences-cols .difference img{
  margin-bottom: 0.75rem;
  height: 75px;
}

.engagement .engagement-wrapper .differences-cols .difference h3{
  text-align: center;
  font-family: Cormorant Garamond, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .differences-cols .difference h3 p{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .differences-cols .difference .difference-text p{
  padding-bottom: 0.75rem;
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .differences-cols .difference .difference-text p:last-child{
  padding-bottom: 0px;
}

.engagement .engagement-wrapper .differences-cols .difference .difference-text{
  text-align: center;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.engagement .engagement-wrapper .differences-cols .difference .difference-text .gold{
  --tw-text-opacity: 1;
  color: rgb(210 194 154 / var(--tw-text-opacity, 1));
}

.engagement .btn{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1.5rem;
  z-index: 20;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .engagement .btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .engagement .btn{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.speech{
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.speech .speech-wrapper{
  width: 100%;
}

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

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

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

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

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

.speech .speech-wrapper{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px){
  .speech .speech-wrapper{
    flex-direction: row;
    align-items: stretch;
  }
}

.speech .speech-wrapper {
  lg: items-end gap-8;
}

.speech .speech-wrapper .speech-picture{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px){
  .speech .speech-wrapper .speech-picture{
    width: 16.666667%;
  }
}

.speech .speech-wrapper .speech-picture .line-speech-picture{
  position: absolute;
  right: 0px;
  top: -8rem;
  z-index: -10;
  display: none;
}

@media (min-width: 1024px){
  .speech .speech-wrapper .speech-picture .line-speech-picture{
    display: block;
  }
}

.speech .speech-wrapper .speech-content{
  width: 100%;
  padding-left: 0px;
  padding-top: 4rem;
}

@media (min-width: 1024px){
  .speech .speech-wrapper .speech-content{
    width: 83.333333%;
    padding-left: 6rem;
    padding-top: 0px;
  }
}

.speech .speech-wrapper .speech-content{
  line-height: 2rem;
}

.speech .speech-wrapper .speech-content p{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  line-height: 2rem;
}

.speech .speech-wrapper .speech-content p:last-child{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .speech .speech-wrapper .speech-content p{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.speech .speech-wrapper .speech-content .speech-speaker{
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0.5;
}

.works-story{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.works-story .works-story-wrapper{
  width: 100%;
}

@media (min-width: 640px){
  .works-story .works-story-wrapper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .works-story .works-story-wrapper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .works-story .works-story-wrapper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .works-story .works-story-wrapper{
    max-width: 1536px;
  }
}

.works-story .works-story-wrapper{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.works-story .works-story-wrapper .title-wrapper.reverse{
  align-items: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper.reverse{
    align-items: flex-start;
  }
}

.works-story .works-story-wrapper .title-wrapper.reverse h2{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper.reverse h2{
    text-align: left;
  }
}

.works-story .works-story-wrapper .title-wrapper.reverse .subtitle{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper.reverse .subtitle{
    text-align: left;
  }
}

.works-story .works-story-wrapper .title-wrapper{
  align-items: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper{
    align-items: flex-end;
  }
}

.works-story .works-story-wrapper .title-wrapper h2{
  position: relative;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper h2{
    text-align: right;
  }
}

.works-story .works-story-wrapper .title-wrapper h2 .gold{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.works-story .works-story-wrapper .title-wrapper .subtitle{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .title-wrapper .subtitle{
    text-align: right;
  }
}

.works-story .works-story-wrapper .expertises-story{
  display: flex;
  flex-direction: column;
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even){
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even){
    text-align: right;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) > svg{
  --tw-scale-x: 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));
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) .expertise-story-text{
    align-items: flex-end;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) .expertise-story-text p{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) .expertise-story-text p{
    text-align: right;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) .expertise-story-picture{
  order: 9999;
  display: none;
}

@media (min-width: 768px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(even) .expertise-story-picture{
    display: block;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd){
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd){
    text-align: left;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) > svg{
  --tw-scale-x: -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));
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) .expertise-story-text{
    align-items: flex-start;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) .expertise-story-text p{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) .expertise-story-text p{
    text-align: left;
  }
}

.works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) .expertise-story-picture{
  order: -9999;
  display: none;
}

@media (min-width: 768px){
  .works-story .works-story-wrapper .expertises-story.reverse .expertise-story:nth-child(odd) .expertise-story-picture{
    display: block;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story{
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 5rem;
  padding-bottom: 5rem;
  text-align: left;
}

.works-story .works-story-wrapper .expertises-story .expertise-story > svg{
  position: absolute;
  bottom: -1rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
  stroke-width: 2px;
}

@media (min-width: 1280px){
  .works-story .works-story-wrapper .expertises-story .expertise-story > svg{
    bottom: 0px;
    width: 100%;
    stroke-width: 1;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd){
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd){
    text-align: right;
  }

  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd) .expertise-story-text{
    align-items: flex-end;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd) .expertise-story-text p{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd) .expertise-story-text p{
    text-align: right;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd) .expertise-story-picture{
  display: none;
}

@media (min-width: 768px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(odd) .expertise-story-picture{
    display: block;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even){
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even){
    text-align: left;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) > svg{
  --tw-scale-x: -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));
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) .expertise-story-text{
    align-items: flex-start;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) .expertise-story-text p{
  text-align: center;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) .expertise-story-text p{
    text-align: left;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) .expertise-story-picture{
  order: -9999;
  display: none;
}

@media (min-width: 768px){
  .works-story .works-story-wrapper .expertises-story .expertise-story:nth-child(even) .expertise-story-picture{
    display: block;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story:last-child > svg{
  display: none;
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text{
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text{
    width: 75%;
  }
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text h3{
  position: relative;
  z-index: 20;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text h3 .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text p{
  padding-bottom: 0.75rem;
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-text p:last-child{
  padding-bottom: 0px;
}

.works-story .works-story-wrapper .expertises-story .expertise-story .expertise-story-picture{
  position: relative;
  z-index: 20;
  width: 25%;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
}

.contact-wrapper{
  position: relative;
  z-index: 30;
}

.contact-wrapper .contact-cols{
  width: 100%;
}

@media (min-width: 640px){
  .contact-wrapper .contact-cols{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .contact-wrapper .contact-cols{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .contact-wrapper .contact-cols{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .contact-wrapper .contact-cols{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .contact-wrapper .contact-cols{
    max-width: 1536px;
  }
}

.contact-wrapper .contact-cols{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .contact-wrapper .contact-cols{
    flex-direction: row;
    gap: 6rem;
  }
}

.contact-wrapper .contact-cols .contact-col-1{
  position: relative;
  z-index: 20;
  margin-top: -2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px){
  .contact-wrapper .contact-cols .contact-col-1{
    margin-top: 0px;
    width: 25%;
    align-items: flex-start;
  }
}

.contact-wrapper .contact-cols .contact-col-1 .social-links{
  position: relative;
  display: flex;
}

.contact-wrapper .contact-cols .contact-col-1 .social-links .social-link{
  display: block;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-left-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-wrapper .contact-cols .contact-col-1 .social-links .social-link:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-left-width: 1px;
}

.contact-wrapper .contact-cols .contact-col-1 .social-links .social-link:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.contact-wrapper .contact-cols .contact-col-1 .social-links .social-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
}

.contact-wrapper .contact-cols .contact-col-1 .social-links .social-link:hover img{
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos{
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .contact-wrapper .contact-cols .contact-col-1 .company-infos{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos .info{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos .info:first-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-top-width: 1px;
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos .info:last-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos .info svg{
  stroke: #9FA9C6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos > a.info:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(210 194 154 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-wrapper .contact-cols .contact-col-1 .company-infos > a.info:hover svg{
  stroke: #FFFFFF;
}

.contact-wrapper .contact-cols .contact-col-2{
  position: relative;
  top: -2.5rem;
  z-index: 30;
  width: 100%;
  align-items: stretch;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px){
  .contact-wrapper .contact-cols .contact-col-2{
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contact-lists{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 3rem;
}

@media (min-width: 1024px){
  .contact-lists{
    gap: 1rem;
  }
}

.contact-lists:not(.col) .contact-list:hover .profil-picture-wrapper .border-profile-picture {
  transform: rotate(-53deg) scale(1.3);
}

.contact-lists:not(.col) .contact-list:hover .profil-picture-wrapper .profile-picture {
  transform: scale(1.12);
}

.contact-lists.col{
  display: grid;
  gap: 3rem;
  border-radius: 0px;
  border-style: none;
}

@media (min-width: 1024px){
  .contact-lists.col{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-lists.col .contact-list{
    flex-direction: column;
  }
}

.contact-lists.col .contact-list .profil-picture-wrapper{
  margin-bottom: 2rem;
}

.contact-lists.col .contact-list .profil-info{
  padding-left: 0px;
  text-align: center;
}

@media (min-width: 1024px){
  .contact-lists.col .contact-list .profil-info{
    padding-left: 0px;
  }
}

.contact-lists .contact-list{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .contact-lists .contact-list{
    flex-direction: row;
  }
}

.contact-lists .contact-list .profil-info{
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-top: 2.5rem;
}

@media (min-width: 1024px){
  .contact-lists .contact-list .profil-info{
    padding-left: 3rem;
    padding-top: 0px;
  }
}

.contact-lists .contact-list .profil-info .profile-name{
  font-family: Cormorant Garamond, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.contact-lists .contact-list .profil-info .profile-name .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.contact-lists .contact-list .profil-info .profile-description{
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.contact-lists .contact-list .profil-info .profile-description:last-child{
  padding-bottom: 0px;
}

.contact-lists .contact-list .profil-info .profile-description p{
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.contact-lists .contact-list .profil-info .profile-description p:last-child{
  padding-bottom: 0px;
}

.contact-lists .contact-list .profil-info .btn{
  margin-top: 1.5rem;
}

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

.layus .layus-wrapper{
  width: 100%;
}

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

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

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

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

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

.layus .layus-wrapper{
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: stretch;
  gap: 4rem;
}

@media (min-width: 1024px){
  .layus .layus-wrapper{
    flex-direction: row;
  }
}

.layus .layus-wrapper .layus-text{
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-direction: column;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .layus .layus-wrapper .layus-text{
    width: 66.666667%;
  }
}

.layus .layus-wrapper .layus-text .title-wrapper{
  align-items: flex-start;
  justify-content: flex-start;
}

.layus .layus-wrapper .layus-text .title-wrapper h2{
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .layus .layus-wrapper .layus-text .title-wrapper h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.layus .layus-wrapper .layus-text .title-wrapper h2 p{
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px){
  .layus .layus-wrapper .layus-text .title-wrapper h2 p{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.layus .layus-wrapper .layus-text .title-wrapper h2 .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.layus .layus-wrapper .layus-text .layus-text-description.regular p{
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
}

.layus .layus-wrapper .layus-text .layus-text-description.regular p:last-child{
  padding-bottom: 0px;
}

.layus .layus-wrapper .layus-text .layus-text-description p{
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 2.25rem;
}

.layus .layus-wrapper .layus-text .layus-text-description p:last-child{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .layus .layus-wrapper .layus-text .layus-text-description p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.layus .layus-wrapper .layus-picture{
  height: 16rem;
  width: 100%;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px){
  .layus .layus-wrapper .layus-picture{
    height: auto;
    width: 33.333333%;
  }
}

.team{
  overflow-x: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
}

.team .title-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.team .title-wrapper h2{
  flex-grow: 1;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .team .title-wrapper h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.team .title-wrapper h2 p{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px){
  .team .title-wrapper h2 p{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.team .title-wrapper h2 .gold{
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.team {
  /* Viewport */
}

.team .team-master{
  width: 100%;
}

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

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

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

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

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

.team .team-master{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.team {
  /* Rail */
}

.team .team-panel{
  display: flex;
  width: 100%;
  will-change: transform;
}

.team {
  /* Slide = 100% du viewport du slider (PAS 80%) */
}

.team .team-member{
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
}

.team {
  /* Dots */
}

.team .team-dots{
  position: absolute;
  left: 50%;
  bottom: 6rem;
  z-index: 20;
  display: flex;
  --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));
  gap: 0.75rem;
}

.team .team-dots .dot{
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 43 70 / var(--tw-bg-opacity, 1));
  opacity: 0.25;
}

.team .team-dots .dot.is-active{
  opacity: 1;
}

.team {
  /* Flèches */
}

.team .team-carrousel{
  position: relative;
  padding-bottom: 8rem;
  /* relative utile pour dots/arrows si besoin */
}

.team .team-carrousel .team-arrow{
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(176 143 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.team .team-carrousel .team-arrow:hover{
  background-color: rgb(210 194 154 / 0.2);
}

.team .team-carrousel .team-arrow:disabled{
  opacity: 0.3;
}

.team .team-carrousel .team-arrow.team-arrow-right{
  right: 0px;
  --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));
}

.team .team-carrousel .team-member{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  perspective: 1200px;
}

.team .team-carrousel .team-member:not(.is-active){
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.team .team-carrousel .team-member.is-prev {
  transform: translateX(10vw) rotateY(15deg) rotateZ(15deg) rotateX(35deg) scale(0.42);
  opacity: 0.7;
}

.team .team-carrousel .team-member.is-next {
  transform: translateX(-20vw) rotateY(-15deg) rotateZ(-15deg) rotateX(-35deg) scale(0.42);
  opacity: 0.7;
}

.team .team-carrousel .team-member .team-member-inner{
  width: 100%;
}

@media (min-width: 640px){
  .team .team-carrousel .team-member .team-member-inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .team .team-carrousel .team-member .team-member-inner{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .team .team-carrousel .team-member .team-member-inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .team .team-carrousel .team-member .team-member-inner{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .team .team-carrousel .team-member .team-member-inner{
    max-width: 1536px;
  }
}

.team .team-carrousel .team-member .team-member-inner{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1024px){
  .team .team-carrousel .team-member .team-member-inner{
    flex-direction: row;
  }
}

.team .team-carrousel .team-member .member-image{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px){
  .team .team-carrousel .team-member .member-image{
    padding: 2rem;
  }
}

.team .team-carrousel .team-member .member-image {
  filter: drop-shadow(0px 44px 80px rgba(0, 0, 0, 0.1)) drop-shadow(0px 14px 34px rgba(0, 0, 0, 0.25));
}

.team .team-carrousel .team-member .member-image img{
  max-width: 150px;
}

@media (min-width: 1024px){
  .team .team-carrousel .team-member .member-image img{
    max-width: 100%;
  }
}

.team .team-carrousel .team-member .member-detail{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.team .team-carrousel .team-member .member-detail .member-info{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.team .team-carrousel .team-member .member-detail .member-info .member-name{
  font-family: Cormorant Garamond, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 43 70 / var(--tw-text-opacity, 1));
}

.team .team-carrousel .team-member .member-detail .member-info .line-member{
  height: 1px;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(176 143 59 / var(--tw-bg-opacity, 1));
}

.team .team-carrousel .team-member .member-detail .member-info .member-job{
  font-family: Cormorant Garamond, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.team .team-carrousel .team-member .member-detail .faq{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  gap: 0.75rem;
}

.team .team-carrousel .team-member .member-detail .faq .faq-item{
  overflow: hidden;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.team .team-carrousel .team-member .member-detail .faq .faq-item:first-child{
  border-top-width: 1px;
}

.team .team-carrousel .team-member .member-detail .faq .faq-radio{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.team .team-carrousel .team-member .member-detail .faq .faq-trigger{
  display: flex;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  font-weight: 500;
}

.team .team-carrousel .team-member .member-detail .faq .faq-icon{
  display: inline-flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.team .team-carrousel .team-member .member-detail .faq .faq-question{
  flex-grow: 1;
  font-family: Cormorant Garamond, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(176 143 59 / var(--tw-text-opacity, 1));
}

.team .team-carrousel .team-member .member-detail .faq .faq-panel{
  display: none;
  font-size: 0.875rem;
  line-height: 2rem;
}

.team .team-carrousel .team-member .member-detail .faq .faq-panel p{
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

.team .team-carrousel .team-member .member-detail .faq .faq-panel p:last-child{
  padding-bottom: 0.75rem;
}

.team .team-carrousel .team-member .member-detail .faq .faq-trigger.open + .faq-panel,
.team .team-carrousel .team-member .member-detail .faq .faq-trigger:has(.faq-radio:checked) + .faq-panel{
  display: block;
}

.team .team-carrousel .team-member .member-detail .faq .faq-trigger.open .faq-icon,
.team .team-carrousel .team-member .member-detail .faq .faq-trigger:has(.faq-radio:checked) .faq-icon{
  --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));
}

.staff-wrapper{
  width: 100%;
}

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

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

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

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

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

.staff-wrapper{
  margin-left: auto;
  margin-right: auto;
}

*, ::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:  ;
}

/* ! tailwindcss v3.4.19 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

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

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

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

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

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

.absolute{
  position: absolute;
}

.right-0{
  right: 0px;
}

.w-full{
  width: 100%;
}

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

.resize{
  resize: both;
}

.stroke-gold-dark{
  stroke: #B08F3B;
}

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

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

* {
  box-sizing: border-box;
}

/*# sourceMappingURL=styles.css.map */