@charset "UTF-8";
/* stylelint-disable no-invalid-position-declaration */
/* stylelint-enable no-invalid-position-declaration */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04352e;
  overflow-wrap: break-word;
}

p {
  color: #04352e;
  overflow-wrap: break-word;
}

a {
  color: #08b134;
  text-decoration: underline;
  transition: color 0.2s ease;
}
a:hover {
  color: #32cc5a;
}

ul,
ol {
  list-style-position: inside;
  color: #04352e;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: none;
  border-top: 1px solid rgba(4, 53, 46, 0.1);
  margin: 1.5em 0;
}

strong,
b {
  font-weight: 600;
}

.body-innerwrapper {
  overflow-x: clip !important;
}

html.lenis-smooth {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
  text-box: trim-both cap alphabetic;
}

h1,
h2 {
  font-family: "obviously", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.05em;
  text-box: trim-both cap alphabetic;
}

h3 {
  font-family: "obviously", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-box: trim-both cap alphabetic;
}

.text--highlight {
  font-weight: 500;
}

.text--surtitre {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}

li::marker {
  font-size: 0.6em;
}

p {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-box: trim-both cap alphabetic;
}

.text--bold {
  font-weight: 600;
}

.text--button {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.text--button-2 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-decoration: underline;
}

.text--menu {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}

h2.text--big {
  font-size: 28px;
  line-height: 33px;
}

h3.text--big {
  font-size: 31px;
  line-height: 31px;
}

@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 42px;
    line-height: 47px;
  }
  h3 {
    font-size: 29px;
    line-height: 33px;
  }
  h2.text--big {
    font-size: 92px;
    line-height: 92px;
  }
  h3.text--big {
    font-size: 72px;
    line-height: 72px;
  }
}
[data-animate="text-reveal"] {
  opacity: 0;
}
[data-animate="text-reveal"].text-reveal--ready {
  opacity: 1;
}

.word {
  display: inline-block;
  white-space: nowrap;
}

.char {
  display: inline-block;
}
[data-animate="text-reveal"] .char {
  will-change: transform, opacity;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 11px;
  border-radius: 4px;
  background-color: #32cc5a;
  color: #04352e;
  text-decoration: none;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn--link {
  display: inline;
  padding: 0;
  padding-bottom: 2px;
  border-radius: 0;
  background: none;
  border: none;
  color: #32cc5a;
  text-decoration: none;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 0.3s ease;
}

.btn__label {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 18px;
  white-space: nowrap;
  height: 18px;
}

.btn__text {
  display: inline-block;
}

.btn__text--clone {
  position: absolute;
  inset: 0;
}

.btn__text--clone .c {
  transform: translateY(110%) rotate(20deg);
}

.c {
  display: inline-block;
  will-change: transform;
}

.c--space {
  width: 0.25em;
}

.c:nth-child(1) {
  --i: 1;
}

.c:nth-child(2) {
  --i: 2;
}

.c:nth-child(3) {
  --i: 3;
}

.c:nth-child(4) {
  --i: 4;
}

.c:nth-child(5) {
  --i: 5;
}

.c:nth-child(6) {
  --i: 6;
}

.c:nth-child(7) {
  --i: 7;
}

.c:nth-child(8) {
  --i: 8;
}

.c:nth-child(9) {
  --i: 9;
}

.c:nth-child(10) {
  --i: 10;
}

.c:nth-child(11) {
  --i: 11;
}

.c:nth-child(12) {
  --i: 12;
}

.c:nth-child(13) {
  --i: 13;
}

.c:nth-child(14) {
  --i: 14;
}

.c:nth-child(15) {
  --i: 15;
}

.c:nth-child(16) {
  --i: 16;
}

.c:nth-child(17) {
  --i: 17;
}

.c:nth-child(18) {
  --i: 18;
}

.c:nth-child(19) {
  --i: 19;
}

.c:nth-child(20) {
  --i: 20;
}

.c:nth-child(21) {
  --i: 21;
}

.c:nth-child(22) {
  --i: 22;
}

.c:nth-child(23) {
  --i: 23;
}

.c:nth-child(24) {
  --i: 24;
}

.c:nth-child(25) {
  --i: 25;
}

.c:nth-child(26) {
  --i: 26;
}

.c:nth-child(27) {
  --i: 27;
}

.c:nth-child(28) {
  --i: 28;
}

.c:nth-child(29) {
  --i: 29;
}

.c:nth-child(30) {
  --i: 30;
}

@media (hover: hover) and (pointer: fine) {
  .btn {
    transition:
      background-color 0.3s ease,
      border-color 0.3s ease;
  }
  .btn .c {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .btn:hover .c {
    transform: translateY(-110%);
    transition: transform 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) calc(7ms * var(--i));
  }
  .btn:hover .btn__text--clone .c {
    transform: translateY(0) rotate(0deg);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) calc(0.12s + 7ms * var(--i));
  }
  .btn:hover {
    background-color: #eaefda;
    border-color: #32cc5a;
  }
  .btn--dark:hover {
    background-color: #04352e;
    border-color: #32cc5a;
    color: #eaefda;
  }
  .btn--link {
    position: relative;
    background-image: none;
  }
  .btn--link::before,
  .btn--link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .btn--link::before {
    background-color: #32cc5a;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease 0.3s;
  }
  .btn--link::after {
    background-color: #f5fae6;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .btn--link:hover {
    color: #f5fae6;
  }
  .btn--link:hover::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .btn--link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease 0.3s;
  }
}
/* stylelint-disable selector-class-pattern, property-no-deprecated */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 50;
  max-width: 1440px;
  padding-inline: 10px;
}
@media (min-width: 1200px) {
  .header {
    padding-inline: 15px;
  }
}

.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eaefda;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f5fae6;
  border-top: none;
  padding: 5px 5px 5px 13px;
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo img {
  display: block;
  width: 100px;
  height: 21px;
}

.header__nav {
  display: none;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 40px;
  }
}

.header__nav-list {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav .header__nav-link {
  color: #04352e;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav .header__nav-link:hover,
.header__nav .header__nav-link:focus {
  color: #08b134;
  text-decoration: none;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__cta {
  display: none;
  padding: 10.5px 15px;
}
@media (min-width: 768px) {
  .header__cta {
    display: inline-flex;
  }
}

.header__cta-icon {
  display: flex;
}
@media (min-width: 768px) {
  .header__cta-icon {
    display: none;
  }
}
.header__cta-icon img {
  display: block;
  border-radius: 4px;
}

.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header__burger {
    display: none;
  }
}
.header__burger img {
  display: block;
  border-radius: 4px;
}

.header__offcanvas {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #04352e;
  transform: translateX(100%);
  visibility: hidden;
  transition:
    transform 0.4s ease,
    visibility 0s linear 0.4s;
}
.header__offcanvas--open {
  transform: translateX(0);
  visibility: visible;
  transition:
    transform 0.4s ease,
    visibility 0s linear 0s;
}

.header__offcanvas-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 80px 36px 60px;
  position: relative;
}
@media (min-width: 576px) {
  .header__offcanvas-inner {
    padding-inline: 50px;
  }
}

.header__offcanvas-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #eaefda;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
}

.header__offcanvas-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.header__offcanvas .header__offcanvas-link {
  font-family: "obviously", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.05em;
  color: #eaefda;
  text-decoration: none;
  display: inline-block;
}
.header__offcanvas .header__offcanvas-link:hover,
.header__offcanvas .header__offcanvas-link:focus {
  color: #08b134;
}

.color-palette__title {
  margin-bottom: 24px;
}
.color-palette__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .color-palette__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .color-palette__grid {
    grid-template-columns: 1fr;
  }
}
.color-palette__swatch {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.color-palette__color {
  height: 120px;
}
.color-palette__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: white;
}
.color-palette__name {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #04352e;
}
.color-palette__hex {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #05493e;
  text-transform: uppercase;
}
.color-palette__swatch--forest .color-palette__color {
  background-color: #04352e;
}
.color-palette__swatch--forest-70 .color-palette__color {
  background-color: #05493e;
}
.color-palette__swatch--beige .color-palette__color {
  background-color: #eaefda;
}
.color-palette__swatch--beige-50 .color-palette__color {
  background-color: #f5fae6;
}
.color-palette__swatch--malachite .color-palette__color {
  background-color: #32cc5a;
}
.color-palette__swatch--malachite-120 .color-palette__color {
  background-color: #08b134;
}

.typography-showcase__title {
  margin-bottom: 32px;
}
.typography-showcase__section {
  padding: 24px 0;
  border-bottom: 1px solid rgba(4, 53, 46, 0.1);
}
.typography-showcase__section:last-child {
  border-bottom: none;
}
.typography-showcase__label {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #08b134;
  margin-bottom: 8px;
}
.typography-showcase__sample {
  margin-bottom: 8px;
  color: #04352e;
}
.typography-showcase__meta {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #05493e;
}

.sppb-section:has(.hero) {
  max-width: 100% !important;
  margin-inline: 0 !important;
}

.hero {
  display: flex;
  flex-direction: column;
  background-color: #eaefda;
}
.hero__compass {
  order: 3;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 803/632;
}
.hero__compass img {
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 10px;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__logo {
  display: block;
  order: 2;
  margin-top: -5px;
  pointer-events: none;
}
.hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.hero__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .hero__container {
    padding-inline: 80px;
  }
}
.hero__container {
  position: relative;
  z-index: 1;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 142px 60px 0;
}
.hero__title-bold {
  font-weight: 500;
}
.hero__title-highlight {
  font-weight: 500;
  color: #08b134;
}
.hero__body {
  display: flex;
  flex-direction: column;
}
.hero__body p + p {
  margin-top: 10px;
}
.hero__body-highlight {
  font-weight: 700;
  color: #08b134;
}
.hero .btn {
  margin-top: 25px;
  align-self: flex-start;
}
@media (max-width: 576px) {
  .hero__compass {
    margin-top: -20px;
  }
  .hero__content {
    padding: 117px 0 0;
  }
}
@media (min-width: 1200px) {
  .hero {
    display: block;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
  }
  .hero__compass {
    position: absolute;
    top: 20%;
    right: 15px;
    bottom: 15px;
    left: 0;
    z-index: 1;
    order: unset;
    margin-top: 0;
    aspect-ratio: auto;
  }
  .hero__compass img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    -o-object-fit: initial;
    object-fit: initial;
  }
  .hero__logo {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    order: unset;
    margin-top: 0;
  }
  .hero__logo img {
    width: auto;
    height: auto;
    max-height: 20vh;
    max-width: 60vw;
  }
  .hero__container {
    position: relative;
    z-index: 2;
    order: unset;
    padding-top: 52px;
    padding-bottom: 20vh;
    justify-content: center;
    min-height: 100vh;
  }
  .hero__content {
    gap: 105px;
    max-width: 738px;
    padding: 0;
  }
  .hero__body {
    max-width: 520px;
    padding-right: 45px;
  }
}

.intro-about {
  position: relative;
  background-color: #04352e;
  border-radius: 10px;
  overflow: hidden;
}
.intro-about__decor-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.intro-about__decor-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro-about__decor-star,
.intro-about__decor-crosshair {
  display: none;
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
}
.intro-about__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .intro-about__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .intro-about__container {
    padding-inline: 80px;
  }
}
.intro-about__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}
.intro-about__container--tabs {
  padding-top: 0;
  padding-bottom: 80px;
}
.intro-about__surtitre {
  color: #32cc5a;
  margin-bottom: 35px;
}
.intro-about__panels {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.intro-about__panels .splide__track {
  cursor: grab;
}
.intro-about__panels .splide__track:active {
  cursor: grabbing;
}
.intro-about__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 45px;
}
.intro-about__heading {
  color: #eaefda;
  font-family: "obviously", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 31px;
  letter-spacing: -0.05em;
  margin-bottom: 50px;
}
.intro-about__heading-bold {
  font-weight: 600;
}
.intro-about__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 25px;
}
.intro-about__body p {
  color: #eaefda;
}
.intro-about__body-bold {
  font-weight: 600;
}
.intro-about__tabs {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 85px;
}
.intro-about__tabs-separator {
  display: flex;
  align-items: center;
  height: 27px;
}
.intro-about__tabs-separator img {
  width: 15px;
  height: 12px;
}
.intro-about__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.intro-about__tab-label {
  font-family: "obviously", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: -0.05em;
  color: #05493e;
  transition: color 0.3s ease;
}
.intro-about__tab.is-active .intro-about__tab-label {
  color: #32cc5a;
}
.intro-about__tab:not(.is-active):hover .intro-about__tab-label {
  color: #eaefda;
}
.intro-about__tab-progress {
  display: block;
  width: 100%;
  height: 4px;
  background-color: transparent;
  border-radius: 60px;
  overflow: hidden;
}
.intro-about__tab.is-active .intro-about__tab-progress {
  background-color: #f5fae6;
}
.intro-about__tab-progress-fill {
  display: block;
  height: 100%;
  background-color: #32cc5a;
  border-radius: 60px;
  transform: scaleX(0);
  transform-origin: left;
}
@media (min-width: 768px) {
  .intro-about__panel {
    padding-inline: 105px;
  }
}
@media (min-width: 1200px) {
  .intro-about {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .intro-about__decor-bg {
    display: none;
  }
  .intro-about__decor-star {
    display: block;
    top: -3.37%;
    left: 15.9%;
    width: 17.13%;
    height: 106.29%;
  }
  .intro-about__decor-crosshair {
    display: block;
    top: 32.85%;
    left: -18.46%;
    width: 85.85%;
    height: 33.86%;
  }
  .intro-about__container {
    padding-top: 80px;
  }
  .intro-about__container--tabs {
    padding-top: 0;
  }
  .intro-about__heading {
    max-width: 1064px;
    font-size: 72px;
    line-height: 72px;
  }
  .intro-about__body {
    max-width: 630px;
  }
  .intro-about__tab-label {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}

.expertise-card {
  display: grid;
  width: 100%;
  max-width: 414px;
  cursor: pointer;
}
.expertise-card__face {
  grid-area: 1/1;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
.expertise-card__face--front {
  z-index: 1;
  display: flex;
  flex-direction: column;
  background-color: #32cc5a;
  opacity: 1;
}
.expertise-card__face--back {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  background-color: #eaefda;
  border: 1px solid #32cc5a;
  opacity: 0;
}
.expertise-card.is-active .expertise-card__face--front {
  opacity: 0;
}
.expertise-card.is-active .expertise-card__face--back {
  opacity: 1;
}
.expertise-card__photo {
  position: relative;
  height: 341px;
  flex-shrink: 0;
  overflow: hidden;
}
.expertise-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.expertise-card__photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 63px;
  background: linear-gradient(to bottom, rgba(50, 204, 90, 0), #32cc5a);
  pointer-events: none;
}
.expertise-card__front-text {
  padding: 60px 25px 25px;
  background-color: #32cc5a;
}
.expertise-card__title {
  color: #04352e;
}
.expertise-card__bold {
  font-weight: 500;
}
.expertise-card__highlight {
  color: #f5fae6;
}
.expertise-card__highlight--back {
  color: #08b134;
}
.expertise-card__title--back {
  margin-bottom: 20px;
}
.expertise-card__description {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.expertise-card__description p {
  color: #04352e;
}
@media (min-width: 768px) {
  .expertise-card {
    max-width: none;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .expertise-card {
    max-width: none;
  }
}

.expertise-cards {
  background-color: #eaefda;
}
.expertise-cards__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .expertise-cards__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .expertise-cards__container {
    padding-inline: 80px;
  }
}
.expertise-cards__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}
.expertise-cards__header {
  margin-bottom: 50px;
}
.expertise-cards__title {
  color: #04352e;
}
.expertise-cards__title-bold {
  font-weight: 500;
}
.expertise-cards__title-green {
  font-weight: 500;
  color: #08b134;
}
.expertise-cards__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.expertise-cards__cta {
  align-self: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .expertise-cards__container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .expertise-cards__header {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 40px;
  }
  .expertise-cards__cta {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 0;
  }
  .expertise-cards__grid {
    grid-column: 1/-1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    justify-items: center;
    gap: 10px 16px;
  }
  .expertise-cards__grid .expertise-card:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: calc(50% - 8px);
  }
}
@media (min-width: 1200px) {
  .expertise-cards {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .expertise-cards__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .expertise-cards__header {
    margin-bottom: 60px;
  }
  .expertise-cards__title {
    max-width: 847px;
    padding-right: 50px;
  }
  .expertise-cards__cta {
    align-self: end;
    margin-bottom: 60px;
  }
  .expertise-cards__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .expertise-cards__grid .expertise-card:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: auto;
    max-width: none;
  }
}

.conseil-pilotage {
  position: relative;
  background-color: #04352e;
  overflow: clip;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
}
.conseil-pilotage__decor-star {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.conseil-pilotage__decor-star img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.conseil-pilotage__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .conseil-pilotage__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .conseil-pilotage__container {
    padding-inline: 80px;
  }
}
.conseil-pilotage__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 46px;
}
@media (min-width: 768px) {
  .conseil-pilotage__container {
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .conseil-pilotage__container {
    padding-inline: 80px;
  }
}
.conseil-pilotage__title {
  color: #eaefda;
  text-align: center;
  margin-bottom: 45px;
}
.conseil-pilotage__title-bold {
  font-weight: 500;
}
.conseil-pilotage__title-highlight {
  font-weight: 500;
  color: #32cc5a;
}
.conseil-pilotage__tabs {
  display: none;
}
.conseil-pilotage__dropdown-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #32cc5a;
  border: 1px solid #32cc5a;
  border-radius: 94px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 14px 11px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.conseil-pilotage__dropdown-trigger-label {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
  position: relative;
  z-index: 1;
}
.conseil-pilotage__dropdown-trigger-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: relative;
  z-index: 1;
}
.conseil-pilotage__dropdown-trigger-icon span {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #04352e;
  border-radius: 1px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.is-open > .conseil-pilotage__dropdown-trigger-icon span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.is-open > .conseil-pilotage__dropdown-trigger-icon span:nth-child(2) {
  opacity: 0;
}
.is-open > .conseil-pilotage__dropdown-trigger-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(-45deg);
}
.conseil-pilotage__tab-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #32cc5a;
  border-radius: 94px;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.conseil-pilotage__tab-progress-label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 10px 14px 11px;
  white-space: nowrap;
  color: #04352e;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.conseil-pilotage__dropdown-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
  height: 0;
  background-color: #eaefda;
  border-radius: 25px;
}
.conseil-pilotage__dropdown-panel.is-open {
  margin-bottom: 10px;
}
.conseil-pilotage__dropdown-tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  padding: 12px 14px;
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
  text-align: left;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.conseil-pilotage__dropdown-tab:first-child {
  border-radius: 25px 25px 0 0;
}
.conseil-pilotage__dropdown-tab:last-child {
  border-radius: 0 0 25px 25px;
}
.conseil-pilotage__dropdown-tab.is-active {
  background-color: #32cc5a;
  color: #04352e;
}
.conseil-pilotage__dropdown-tab:hover:not(.is-active) {
  background-color: #f5fae6;
}
.conseil-pilotage__panel {
  display: none;
}
.conseil-pilotage__panel.is-active {
  display: block;
}
.conseil-pilotage__card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #04352e;
  border: 1px solid #32cc5a;
  border-radius: 4px;
  padding: 15px;
}
.conseil-pilotage__card-text-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 10px 10px 0;
}
.conseil-pilotage__card-title {
  color: #eaefda;
  font-family: "obviously", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.05em;
}
.conseil-pilotage__card-title-bold {
  font-weight: 500;
}
.conseil-pilotage__card-title-highlight {
  font-weight: 500;
  color: #32cc5a;
}
.conseil-pilotage__card-body {
  color: #eaefda;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.conseil-pilotage__card-image {
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.conseil-pilotage__card-image img {
  width: 100%;
  height: auto;
  display: block;
}
.conseil-pilotage__card-text-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10px 10px;
}
.conseil-pilotage__card-text-bottom .btn--link {
  align-self: flex-start;
}
.conseil-pilotage__card-list {
  color: #eaefda;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  list-style: disc;
  padding-left: 22px;
}
.conseil-pilotage__card-list li {
  margin-bottom: 0;
}
.conseil-pilotage__card-analysis {
  color: #eaefda;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .conseil-pilotage__card {
    display: grid;
    grid-template-columns: 1fr 272px;
    grid-template-rows: auto 1fr;
    gap: 40px;
  }
  .conseil-pilotage__card-text-top {
    grid-column: 1;
    grid-row: 1;
  }
  .conseil-pilotage__card-text-bottom {
    grid-column: 1;
    grid-row: 2;
  }
  .conseil-pilotage__card-image {
    grid-column: 2;
    grid-row: 1/-1;
  }
  .conseil-pilotage__card-image picture {
    display: block;
    height: 100%;
  }
  .conseil-pilotage__card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .conseil-pilotage {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .conseil-pilotage__container {
    max-width: 1067px;
  }
  .conseil-pilotage__tabs {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
  }
  .conseil-pilotage__dropdown-trigger,
  .conseil-pilotage__dropdown-panel {
    display: none !important;
  }
  .conseil-pilotage__tab {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #04352e;
    border: 1px solid #32cc5a;
    border-radius: 94px;
    cursor: pointer;
    padding: 10px 14px 11px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.2s ease;
  }
  .conseil-pilotage__tab.is-active {
    background-color: #04352e;
  }
  .conseil-pilotage__tab:hover:not(.is-active) {
    background-color: #05493e;
  }
  .conseil-pilotage__tab-label {
    font-family: "articulat-cf", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #f5fae6;
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
  }
  .conseil-pilotage__tab.is-active .conseil-pilotage__tab-label {
    color: #f5fae6;
  }
  .conseil-pilotage__card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    height: 454px;
  }
  .conseil-pilotage__card-text-top {
    flex: 1;
    min-width: 0;
    padding: 0 0 10px 10px;
    grid-column: auto;
    grid-row: auto;
  }
  .conseil-pilotage__card-image {
    width: 313px;
    grid-column: auto;
    grid-row: auto;
  }
  .conseil-pilotage__card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .conseil-pilotage__card-text-bottom {
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    padding: 0 10px 10px 0;
    grid-column: auto;
    grid-row: auto;
  }
  .conseil-pilotage__card-title {
    font-size: 29px;
    line-height: 33px;
  }
}

.services {
  --card-height: 286px;
  --collapsed-height: 72px;
  --collapsed-padding: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.services .text--highlight {
  font-weight: 500;
}
.services__header {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .services__header {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .services__header {
    padding-inline: 80px;
  }
}
.services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}
.services__title {
  color: #04352e;
  text-align: center;
}
.services__title-highlight {
  color: #08b134;
}
.services__pinned {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .services__pinned {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .services__pinned {
    padding-inline: 80px;
  }
}
.services__slides {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services__cards {
  display: flex;
  flex-direction: column;
}
.services__panel + .services__card {
  margin-top: 10px;
}
.services__card {
  border-radius: 10px;
  overflow: hidden;
}
.services__card--acc {
  background-color: #32cc5a;
}
.services__card--acc .services__card-title {
  color: #04352e;
}
.services__card--acc .services__card-title-highlight {
  color: #f5fae6;
}
.services__card--acc .services__card-pill {
  background-color: #f5fae6;
  border-color: #f5fae6;
  color: #04352e;
}
.services__card--acc .services__card-toggle {
  background-color: #eaefda;
}
.services__card--bp {
  background-color: #04352e;
}
.services__card--bp .services__card-title {
  color: #eaefda;
}
.services__card--bp .services__card-title-highlight {
  color: #32cc5a;
}
.services__card--bp .services__card-pill {
  background-color: #f5fae6;
  border-color: #f5fae6;
  color: #04352e;
}
.services__card--bp .services__card-toggle {
  background-color: #eaefda;
}
.services__card-header {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 10px 20px 20px;
  height: 100%;
}
.services__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
  padding-top: 10px;
  flex: 1;
}
.services__card-title {
  max-width: 231px;
}
.services__card-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px 11px;
  border-radius: 94px;
  border: 1px solid;
  font-weight: 600;
  align-self: flex-start;
  white-space: nowrap;
  margin-top: auto;
}
.services__card-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  position: relative;
}
.services__card-toggle::before,
.services__card-toggle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #04352e;
  border-radius: 1px;
  transition: transform 0.3s ease;
}
.services__card-toggle::before {
  transform: translate(-2px, 0) rotate(45deg);
}
.services__card-toggle::after {
  transform: translate(2px, 0) rotate(-45deg);
}
.services__card-toggle[aria-expanded="true"]::before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.services__card-toggle[aria-expanded="true"]::after {
  transform: translate(2px, 0) rotate(45deg);
}
.services__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.services__panel.is-open {
  height: auto;
  margin-top: 10px;
}
.services__panel-description {
  background-color: #f5fae6;
  border-radius: 10px;
  padding: 20px;
  color: #04352e;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.services__panel-description p {
  margin-bottom: 18px;
}
.services__panel-description p:last-child {
  margin-bottom: 0;
}
.services__panel-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
}
.services__panel-list li::before {
  content: "• ";
}
.services__images,
.services__descriptions {
  display: none;
}
@media (min-width: 768px) {
  .services__title {
    padding-inline: 86px;
  }
  .services__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .services__card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .services__panel:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .services__card:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .services__panel:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .services__panel {
    height: auto;
    overflow: visible;
    display: flex;
    margin-top: 0;
  }
  .services__panel + .services__card {
    margin-top: 0;
  }
  .services__panel-description {
    flex: 1;
  }
  .services__card-toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .services {
    padding-top: 0;
    padding-bottom: 0;
  }
  .services__panel {
    display: none;
  }
  .services__card-toggle {
    display: none;
  }
  .services__card-title {
    max-width: none;
  }
  .services__header {
    min-height: 100vh;
    justify-content: center;
    padding-top: 95px;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .services__pinned {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .services__slides {
    display: grid;
    grid-template-columns: 462fr 317fr 461fr;
    gap: 20px;
    align-items: end;
  }
  .services__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
  }
  .services__card {
    order: 0;
    height: var(--card-height);
    overflow: hidden;
    position: relative;
  }
  .services__card-header {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .services__images {
    display: block;
    position: relative;
    height: 500px;
  }
  .services__image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0;
    will-change: opacity;
  }
  .services__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .services__descriptions {
    display: block;
    position: relative;
    height: 333px;
  }
  .services__description {
    position: absolute;
    inset: 0;
    background-color: #f5fae6;
    border-radius: 10px;
    padding: 20px 50px 50px 20px;
    overflow: hidden;
    opacity: 0;
    will-change: opacity;
    color: #04352e;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }
  .services__description p {
    margin-bottom: 18px;
  }
  .services__description p:last-child {
    margin-bottom: 0;
  }
  .services__description-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 18px;
  }
  .services__description-list li::before {
    content: "• ";
  }
}

.sppb-section:has(.services) {
  z-index: 10 !important;
}

.proximite {
  background-color: #04352e;
  position: relative;
  overflow: clip;
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.proximite__decor {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.proximite__inner {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .proximite__inner {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .proximite__inner {
    padding-inline: 80px;
  }
}
.proximite__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 46px;
}
.proximite__surtitre {
  color: #32cc5a;
  margin-bottom: 40px;
}
.proximite__slides {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.proximite__slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.proximite__heading {
  color: #eaefda;
}
.proximite__heading-green {
  color: #32cc5a;
}
.proximite__card {
  background-color: #04352e;
  border: 1px solid #32cc5a;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: space-between;
}
.proximite__card .btn {
  align-self: flex-start;
}
.proximite__card-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.proximite__card-body p {
  color: #eaefda;
}
@media (min-width: 768px) {
  .proximite__inner {
    padding-inline: 100px;
  }
}
@media (min-width: 1200px) {
  .proximite {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    will-change: transform;
  }
  .proximite__surtitre {
    margin-bottom: 43px;
    align-self: flex-start;
  }
  .proximite__inner {
    align-items: center;
    max-width: 1064px;
    padding-inline: 0;
  }
  .proximite__slides {
    display: grid;
    grid-template-columns: 522fr 461fr;
    gap: 81px;
    align-items: start;
  }
  .proximite__slide {
    display: contents;
  }
  .proximite__heading {
    grid-column: 1;
    grid-row: 1;
  }
  .proximite__card {
    grid-column: 2;
    grid-row: 1;
    padding: 25px 45px 25px 25px;
    min-height: 325px;
  }
}

/* stylelint-disable selector-class-pattern */
.clearfix:has(.location-map) {
  padding: 0;
}

/* stylelint-enable selector-class-pattern */
.location-map {
  background-color: #f5fae6;
  overflow: hidden;
  border-radius: 10px;
}
.location-map__visual {
  position: relative;
  width: 100%;
}
.location-map__map {
  display: block;
  width: 100%;
  height: auto;
}
.location-map__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .location-map__visual {
    height: 100vh;
  }
  .location-map__map {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.modalites-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 446px;
  cursor: pointer;
}
.modalites-card__face {
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
.modalites-card__face--front {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #00d048;
}
.modalites-card__face--back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 25px;
  background-color: #f5fae6;
  border: 1px solid #32cc5a;
  opacity: 0;
}
.modalites-card.is-active .modalites-card__face--front {
  opacity: 0;
  pointer-events: none;
}
.modalites-card.is-active .modalites-card__face--back {
  opacity: 1;
}
.modalites-card__graphic {
  overflow: hidden;
}
.modalites-card__graphic img {
  display: block;
  width: 100%;
  height: auto;
}
.modalites-card__front-text {
  padding: 60px 25px 25px;
}
.modalites-card__title {
  font-size: 29px;
  line-height: 33px;
}
.modalites-card__bold {
  font-weight: 500;
}
.modalites-card__highlight {
  color: #f5fae6;
}
.modalites-card__highlight--back {
  color: #08b134;
}
.modalites-card__description {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 768px) {
  .modalites-card {
    min-height: 464px;
  }
}
@media (min-width: 1200px) {
  .modalites-card {
    min-height: auto;
  }
}

.modalites {
  background-color: #eaefda;
}
.modalites__container {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .modalites__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .modalites__container {
    padding-inline: 80px;
  }
}
.modalites__container {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}
.modalites__header {
  margin-bottom: 50px;
  text-align: center;
}
.modalites__title-bold {
  font-weight: 500;
  white-space: nowrap;
}
.modalites__title-regular {
  font-weight: 400;
}
.modalites__title-regular + .word {
  margin-left: -0.25em;
}
.modalites__title-green {
  font-weight: 500;
  color: #08b134;
}
.modalites__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .modalites__header {
    margin-bottom: 50px;
    text-align: center;
    padding-inline: 86px;
  }
  .modalites__grid {
    grid-template-columns: repeat(2, minmax(0, 414px));
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .modalites {
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  .modalites__container {
    max-width: 1067px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .modalites__header {
    margin-bottom: 70px;
    padding-inline: 0;
  }
}

.premier-echange {
  background-color: #04352e;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .premier-echange {
    height: 100vh;
  }
}

.premier-echange__container {
  max-width: 1410px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .premier-echange__container {
    max-width: none;
    height: 100%;
  }
}

.premier-echange__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  background-color: #04352e;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .premier-echange__card {
    flex-direction: row;
    gap: 0;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .premier-echange__card {
    height: 100%;
    padding: 10px;
  }
}

.premier-echange__image {
  width: 100%;
  aspect-ratio: 685/780;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .premier-echange__image {
    width: 47%;
    flex-shrink: 0;
    aspect-ratio: auto;
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .premier-echange__image {
    width: 50%;
    border-radius: 10px;
  }
}

.premier-echange__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 15px 15px 25px;
}
@media (min-width: 768px) {
  .premier-echange__content {
    justify-content: center;
    flex: 1;
    padding: 20px 38px 20px 48px;
  }
}
@media (min-width: 1200px) {
  .premier-echange__content {
    width: 50%;
    flex: none;
    max-width: 705px;
    margin-inline: auto;
    padding-inline: 130px;
    gap: 40px;
  }
}

.premier-echange__heading {
  color: #eaefda;
}
.premier-echange__heading strong {
  font-weight: 500;
}
.premier-echange__heading em {
  color: #32cc5a;
  font-style: normal;
}

.premier-echange__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 26px;
}
.premier-echange__body p {
  color: #eaefda;
}

.premier-echange__list {
  list-style: disc;
  padding-inline-start: 22px;
  color: #eaefda;
}
.premier-echange__list li {
  color: #eaefda;
}

.footer {
  background-color: #eaefda;
  border: 1px solid #32cc5a;
  border-radius: 10px;
  overflow: hidden;
}

.footer__logo {
  display: block;
  width: 100%;
  height: auto;
}

.footer__container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 25px;
  padding-block: 60px 25px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .footer__container {
    padding-inline: 80px;
    padding-block: 80px 40px;
    gap: 127px;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
@media (min-width: 1200px) {
  .footer__brand {
    max-width: 413px;
  }
}

.footer__tagline strong {
  font-weight: 500;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__info {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .footer__info {
    gap: 83px;
  }
}

.footer__nav {
  flex-shrink: 0;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-link {
  display: block;
  color: #04352e;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

.footer__contact-access {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .footer__contact-access {
    flex-direction: row;
    gap: 83px;
  }
}

@media (min-width: 1200px) {
  .footer__contact {
    width: 197px;
    flex-shrink: 0;
  }
}

.footer__address {
  margin-bottom: 18px;
}

.footer__phone,
.footer__email {
  font-weight: 600;
}
.footer__phone a,
.footer__email a {
  display: block;
  color: #08b134;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

.footer__email {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .footer__access {
    max-width: 197px;
  }
}
.footer__access p + p {
  margin-top: 18px;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__bottom-left {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer__bottom-left {
    gap: 21px;
  }
}

.footer__copyright,
.footer__rights {
  display: block;
  color: #05493e;
  text-box: trim-both cap alphabetic;
}

.footer__expertsa-link {
  display: block;
  text-decoration: none;
}

.footer__expertsa {
  width: 80px;
  height: auto;
}

.footer__bottom-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__bottom-right {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .footer__bottom-right {
    gap: 21px;
  }
}

.footer__legal-link {
  display: block;
  color: #05493e;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

#sp-footer:has(.footer) {
  background-color: #eaefda;
  position: relative;
  z-index: 2;
  padding: 10px;
}
@media (min-width: 1200px) {
  #sp-footer:has(.footer) {
    padding: 15px;
  }
}
#sp-footer:has(.footer) > .row {
  margin-inline: 0;
}
#sp-footer:has(.footer) > .row > [class*="col-"] {
  padding-inline: 0;
}

#sp-footer .footer__nav-link,
#sp-footer .footer__cta {
  color: #04352e;
}
#sp-footer .footer__phone a,
#sp-footer .footer__email a {
  color: #08b134;
}
#sp-footer .footer__legal-link {
  color: #05493e;
}
#sp-footer .footer__nav-link:hover,
#sp-footer .footer__nav-link:active,
#sp-footer .footer__nav-link:focus {
  color: #32cc5a;
}
#sp-footer .footer__phone a:hover,
#sp-footer .footer__phone a:active,
#sp-footer .footer__phone a:focus,
#sp-footer .footer__email a:hover,
#sp-footer .footer__email a:active,
#sp-footer .footer__email a:focus {
  color: #04352e;
}
#sp-footer .footer__legal-link:hover,
#sp-footer .footer__legal-link:active,
#sp-footer .footer__legal-link:focus {
  color: #04352e;
}
#sp-footer .footer__cta:hover,
#sp-footer .footer__cta:active,
#sp-footer .footer__cta:focus {
  color: #04352e;
}

/* stylelint-disable selector-class-pattern, property-no-deprecated */
.rsform.rsform--contact .formContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rsform.rsform--contact .formRow {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.rsform.rsform--contact .formSpan6 {
  width: 100%;
}
@media (min-width: 768px) {
  .rsform.rsform--contact .formSpan6 {
    flex: 1;
    min-width: 0;
  }
}
.rsform.rsform--contact .formSpan12 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.rsform.rsform--contact input.rsform-input-box,
.rsform.rsform--contact textarea.rsform-text-box {
  width: 100%;
  padding: 12px 15px 13px 11px !important;
  border: 1px solid #32cc5a;
  border-radius: 4px;
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
  background-color: transparent;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}
.rsform.rsform--contact input.rsform-input-box::-moz-placeholder,
.rsform.rsform--contact textarea.rsform-text-box::-moz-placeholder {
  color: #04352e;
  opacity: 1;
}
.rsform.rsform--contact input.rsform-input-box::placeholder,
.rsform.rsform--contact textarea.rsform-text-box::placeholder {
  color: #04352e;
  opacity: 1;
}
.rsform.rsform--contact input.rsform-input-box:focus,
.rsform.rsform--contact textarea.rsform-text-box:focus {
  outline: none;
  border-color: #04352e;
  background-color: transparent;
}
.rsform.rsform--contact textarea.rsform-text-box {
  min-height: 74px;
  resize: vertical;
}
.rsform.rsform--contact .formNoError {
  display: none;
}
.rsform.rsform--contact .formValidation .formError {
  color: #d32f2f;
  font-family: "articulat-cf", sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  display: block;
}
.rsform.rsform--contact .rsformError input.rsform-input-box,
.rsform.rsform--contact .rsformError textarea.rsform-text-box {
  border-color: #d32f2f;
}
.rsform.rsform--contact .rsformError input.rsform-input-box:focus,
.rsform.rsform--contact .rsformError textarea.rsform-text-box:focus {
  border-color: #d32f2f;
}
.rsform.rsform--contact .rsform-block-rgpd {
  background-color: #04352e;
  border-radius: 5px;
  padding: 15px;
}
.rsform.rsform--contact .rsform-block-rgpd .rsfp-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.rsform.rsform--contact .rsform-block-rgpd .rsfp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.rsform.rsform--contact .rsform-block-rgpd label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #eaefda;
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  cursor: pointer;
}
.rsform.rsform--contact .rsform-block-rgpd .rsform-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #32cc5a;
  border: 1px solid #32cc5a;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.rsform.rsform--contact .rsform-block-rgpd .formValidation .formError {
  color: #d32f2f;
}
.rsform.rsform--contact .rsform-block-submit {
  margin-top: 15px;
}
.rsform.rsform--contact .rsform-block-submit .formControls {
  display: flex;
  justify-content: flex-end;
}
.rsform.rsform--contact .rsform-submit-button {
  background-color: #32cc5a;
  color: #04352e;
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.rsform.rsform--contact .rsform-submit-button:hover {
  background-color: #eaefda;
}

.rsform-thankyou__badge {
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #32cc5a;
  margin: 0 0 15px;
}
.rsform-thankyou__heading {
  font-family: "obviously", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -1.4px;
  color: #04352e;
  margin: 0 0 20px;
}
.rsform-thankyou__body {
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
  margin: 0;
}

.rsform-thankyou-button {
  background-color: #32cc5a;
  color: #04352e;
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.2s ease;
}
.rsform-thankyou-button:hover {
  background-color: #08b134;
}

/* stylelint-enable selector-class-pattern, property-no-deprecated */
.form-contact-panel__trigger {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
@media (min-width: 1200px) {
  .form-contact-panel__trigger {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.form-contact-panel__trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0s;
}
.form-contact-panel__trigger img {
  display: block;
}
.form-contact-panel__trigger--hidden {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0.4s;
}

.form-contact-panel__backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0.4s;
}
.form-contact-panel__backdrop--visible {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0s linear 0s;
}

.form-contact-panel {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100dvh;
  transform: translateX(100%);
  overflow: hidden;
  visibility: hidden;
  transition:
    transform 0.4s ease,
    visibility 0s linear 0.4s;
}
@media (min-width: 1200px) {
  .form-contact-panel {
    inset: 0 0 0 auto;
    width: 650px;
    border-radius: 10px 0 0 10px;
  }
}
.form-contact-panel--open {
  transform: translateX(0);
  visibility: visible;
  transition:
    transform 0.4s ease,
    visibility 0s linear 0s;
}

.form-contact-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  flex-shrink: 0;
  padding: 5px 9px 5px 20px;
  background-color: #eaefda;
}

.form-contact-panel__title {
  font-family: "articulat-cf", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #04352e;
}

.form-contact-panel__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.form-contact-panel__close img {
  display: block;
}

.form-contact-panel__content {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background-color: #f5fae6;
  padding: 40px 30px 30px;
}
@media (min-width: 1200px) {
  .form-contact-panel__content {
    padding: 30px;
  }
}

.form-contact-panel__heading {
  font-family: "obviously", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -1.4px;
  color: #04352e;
  margin: 0 0 25px;
}

/* stylelint-disable selector-class-pattern */
.sppb-section:has(.form-contact-panel__trigger) {
  transform: none !important;
}

/* stylelint-enable selector-class-pattern */
body:has(.blog-listing) {
  background-color: #04352e;
  background-image: url("/images/blog/raec-green-logo.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
body:has(.blog-listing) #sp-main-body .container {
  max-width: 100%;
}

.sppb-section:has(.blog-listing) {
  max-width: 100% !important;
  margin-inline: 0 !important;
}

.blog-listing {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .blog-listing {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-listing {
    padding-inline: 80px;
  }
}
.blog-listing {
  padding-block: 60px 80px;
  color: #eaefda;
}

.blog-listing__hero {
  max-width: 559px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
}

.blog-listing__title {
  color: #eaefda;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .blog-listing__title {
    font-size: 28px;
    line-height: 33px;
  }
}
.blog-listing__title strong {
  font-weight: 500;
}

.blog-listing__title-highlight {
  color: #32cc5a;
}

.blog-listing__description {
  color: #eaefda;
}

.blog-listing__grid {
  display: grid;
  gap: 20px;
  max-width: 946px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-card {
  background-color: #05493e;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-decoration: none;
  color: inherit;
}

.blog-card__image-wrapper {
  display: block;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #04352e;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 30px;
  padding: 0 20px 20px;
}

.blog-card__meta {
  color: #32cc5a;
  font-weight: 600;
}

.blog-card__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.blog-card__title {
  color: #eaefda;
}

.blog-card__excerpt {
  color: #eaefda;
}

.blog-card__link {
  color: #32cc5a;
  align-self: start;
  margin-top: auto;
}

.blog-listing__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.blog-listing__pagination .pagination {
  display: flex;
  gap: 16px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-listing__pagination .page-item {
  display: flex;
  align-items: center;
}
.blog-listing__pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  padding: 4px;
  border-radius: 4px;
  color: #eaefda;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  text-box: normal;
  transition: background-color 0.2s ease;
}
.blog-listing__pagination .page-link:hover {
  background-color: #05493e;
}
.blog-listing__pagination .page-link--arrow {
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
}
.blog-listing__pagination .page-link--arrow:hover {
  background: none;
}
.blog-listing__pagination .page-link--arrow img {
  display: block;
}
.blog-listing__pagination .page-item.active .page-link {
  background-color: #eaefda;
  color: #04352e;
}
.blog-listing__pagination .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}

body:has(.blog-article) {
  background-color: #eaefda;
  background-image: url("/images/article/raec-beige-50-logo.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.sppb-section:has(.blog-article) {
  max-width: 100% !important;
  margin-inline: 0 !important;
}

.blog-article {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .blog-article {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .blog-article {
    padding-inline: 80px;
  }
}
.blog-article {
  padding-block: 30px 80px;
  color: #04352e;
}

.blog-article__breadcrumb {
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-article__breadcrumb-link {
  color: #04352e;
  text-decoration: none;
}
.blog-article__breadcrumb-link:hover {
  text-decoration: underline;
}

.blog-article__breadcrumb-separator {
  margin-inline: 6px;
}

.blog-article__breadcrumb-current {
  color: #04352e;
}

.blog-article__header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .blog-article__header {
    max-width: 850px;
  }
}

.blog-article__meta {
  color: #08b134;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-article__title {
  color: #04352e;
  font-weight: 500;
}

.blog-article__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {
  .blog-article__layout {
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
  }
}

.blog-article__sidebar-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  order: 2;
}
@media (min-width: 1200px) {
  .blog-article__sidebar-left {
    width: 197px;
    flex-shrink: 0;
    order: 0;
    position: sticky;
    top: 140px;
  }
}

.blog-article__author-label {
  color: #08b134;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-article__author-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.blog-article__author-name {
  font-weight: 700;
}

.blog-article__toc {
  display: none;
}
@media (min-width: 1200px) {
  .blog-article__toc {
    display: block;
  }
}

.blog-article__toc-label {
  color: #08b134;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-article__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-article__toc-item a {
  color: #04352e;
  text-decoration: none;
  font-weight: 500;
  transition: font-weight 0.2s ease;
}

.blog-article__toc-item--active a {
  font-weight: 700;
}

.blog-article__center {
  order: 1;
}
@media (min-width: 1200px) {
  .blog-article__center {
    width: 522px;
    margin-inline: auto;
    padding-inline: 40px;
    order: 0;
  }
}

.blog-article__image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-article__body h2 {
  font-family: "obviously", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #04352e;
  text-box: trim-both cap alphabetic;
  margin-top: 45px;
  margin-bottom: 15px;
}
.blog-article__body h3 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #08b134;
  margin-top: 25px;
  margin-bottom: 10px;
}
.blog-article__body p {
  color: #04352e;
  margin-bottom: 20px;
}
.blog-article__body a {
  color: #08b134;
  font-weight: 700;
  text-decoration: underline;
}
.blog-article__body strong,
.blog-article__body b {
  font-weight: 600;
}
.blog-article__body img {
  width: 100%;
  border-radius: 10px;
}
.blog-article__body blockquote,
.blog-article__body .callout {
  background-color: #32cc5a;
  padding: 20px;
  border-radius: 5px;
  color: #04352e;
  border: none;
  margin-block: 25px;
}
.blog-article__body blockquote p,
.blog-article__body .callout p {
  color: #04352e;
  margin: 0;
}

.blog-article__nav {
  display: flex;
  gap: 5px;
  margin-top: 45px;
}

.blog-article__nav-btn {
  flex: 1;
  text-align: center;
}

.blog-article__sidebar-right {
  display: flex;
  flex-direction: column;
  gap: 29px;
  order: 3;
}
@media (min-width: 1200px) {
  .blog-article__sidebar-right {
    width: 305px;
    flex-shrink: 0;
    order: 0;
    position: sticky;
    top: 140px;
  }
}
.blog-article__sidebar-right .sp-page-builder,
.blog-article__sidebar-right .sppb-section,
.blog-article__sidebar-right .sppb-row-container {
  display: contents;
}
.blog-article__sidebar-right .sppb-row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.blog-article__sidebar-right .sppb-row-column,
.blog-article__sidebar-right .sppb-column {
  display: contents;
}
.blog-article__sidebar-right .sppb-column-addons {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.blog-article__sidebar-right .sppb-addon-wrapper {
  margin: 0;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-addon-content > .sppb-row {
  gap: 10px;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-addon-article-layout {
  margin-bottom: 0 !important;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-addon-article-layout-side-content {
  grid-template-columns: 59px 1fr;
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
  align-items: center;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-article-img-wrap {
  width: 59px;
  height: 46px;
  border-radius: 2px;
  overflow: hidden;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-article-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-article-info-wrap {
  padding: 0;
}
.blog-article__sidebar-right .sppb-addon-articles .sppb-article-info-wrap a {
  color: #04352e;
  text-decoration: none;
  font-weight: 600;
}

.blog-article__social {
  display: flex;
  gap: 5px;
}

.blog-article__social-link img,
.blog-article__social-link svg {
  width: 21px;
  height: 21px;
}

.blog-article__related-label {
  color: #08b134;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-article__related-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-article__related-item {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: #04352e;
}

.blog-article__related-thumb {
  width: 59px;
  height: 46px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-article__related-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-article__related-title {
  flex: 1;
}

.blog-article__cta {
  background-color: #04352e;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-article__cta-heading {
  color: #eaefda;
  font-family: "obviously", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.05em;
}

.blog-article__cta .btn {
  align-self: start;
}

body:has(.article-default) {
  background-color: #eaefda;
  background-image: url("/images/article/raec-beige-50-logo.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.sppb-section:has(.article-default) {
  max-width: 100% !important;
  margin-inline: 0 !important;
}

.article-default {
  max-width: 1440px;
  padding-inline: 36px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .article-default {
    padding-inline: 50px;
  }
}
@media (min-width: 1200px) {
  .article-default {
    padding-inline: 80px;
  }
}
.article-default {
  max-width: 760px;
  margin-inline: auto;
  padding-block: 60px 80px;
  color: #04352e;
}

.article-default__title {
  color: #04352e;
  font-weight: 500;
  margin-bottom: 40px;
}

.article-default__body h2 {
  font-family: "obviously", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #04352e;
  text-box: trim-both cap alphabetic;
  margin-top: 45px;
  margin-bottom: 15px;
}
.article-default__body h3 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #08b134;
  margin-top: 25px;
  margin-bottom: 10px;
}
.article-default__body p {
  color: #04352e;
  margin-bottom: 20px;
}
.article-default__body a {
  color: #08b134;
  font-weight: 600;
  text-decoration: underline;
}
.article-default__body strong,
.article-default__body b {
  font-weight: 600;
}
.article-default__body img {
  width: 100%;
  border-radius: 10px;
}
.article-default__body blockquote,
.article-default__body .callout {
  background-color: #32cc5a;
  padding: 20px;
  border-radius: 5px;
  color: #04352e;
  border: none;
  margin-block: 25px;
}
.article-default__body blockquote p,
.article-default__body .callout p {
  color: #04352e;
}
