@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| File Structure
|--------------------------------------------------------------------------
|
| 0 - Helpers
| 1 - Utils
| 2 - Variables
| 3 - Base
| 4 - Vendors
| 5 - Components
| 6 - Layouts
| 7 - Templates
|
*/
/*
|--------------------------------------------------------------------------
| 0 - Helpers
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 1 - Utils
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 2 - Variables
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 3 - Base
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 4 - Vendors
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 5 - Components
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 6 - Layouts
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 7 - Templates
|--------------------------------------------------------------------------
|
|
|
*/
/* =========================
   BASE
========================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Condensed:wght@900&display=swap");
/* =========================================
   RESET GLOBAL
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* =========================================
   HTML / BODY
========================================= */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

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

/* =========================================
   FORM ELEMENTS
========================================= */
input,
button,
textarea,
select {
  font: inherit;
}

button,
select {
  text-transform: none;
}

textarea {
  resize: vertical;
}

/* =========================================
   LINKS
========================================= */
a {
  color: inherit;
  text-decoration: none;
}

/* =========================================
   LISTS
========================================= */
ul,
ol {
  list-style: none;
}

/* =========================================
   TABLES
========================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================
   CONTAINER
========================================= */
/* =========================================
   BREAKPOINTS
========================================= */
/* =========================================
   FONTS
========================================= */
/* =========================================
   COLORS - BASE
========================================= */
/* =========================================
   BRAND
========================================= */
/* =========================================
   BACKGROUNDS
========================================= */
/* =========================================
   BORDERS
========================================= */
/* =========================================
   COMPONENT COLORS
========================================= */
/* =========================================
   SHADOWS
========================================= */
/* =========================================
   RADIUS
========================================= */
/* =========================================
   TRANSITIONS
========================================= */
/* =========================================
   Z-INDEX
========================================= */
/* =========================================
   MEDIA QUERIES
========================================= */
/* =========================================
   FLEX HELPERS
========================================= */
/* =========================================
   ABSOLUTE CENTER
========================================= */
/* =========================================
   IMAGE COVER
========================================= */
/* =========================================
   IMAGE CONTAIN
========================================= */
/* =========================================
   BUTTON RESET
========================================= */
/* =========================================
   LIST RESET
========================================= */
/* =========================================
   VISUALLY HIDDEN
========================================= */
/* =========================================
   LINE CLAMP
========================================= */
/* =========================================
   TRANSITIONS
========================================= */
/* =========================================
   BODY TYPOGRAPHY
========================================= */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #242424;
  background-color: #ffffff;
  padding-top: 0px;
}

/* =========================================
   HEADINGS
========================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  color: #2e6172 !important;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 20px;
}

/* =========================================
   TEXT ELEMENTS
========================================= */
p {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  margin: 0;
}

h3 {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #fe0002;
  margin-bottom: 10px;
  padding-left: 0px;
}

strong {
  font-weight: 700;
  color: #2e6172;
  position: relative;
  display: inline;
  letter-spacing: 0.2px;
}

small {
  font-size: 0.875rem;
}

/* =========================================
   FORM PLACEHOLDERS
========================================= */
::placeholder {
  opacity: 1;
}

/* =========================================
   FOCUS ACCESSIBILITY
========================================= */
:focus-visible {
  outline: 2px solid #2e6172;
  outline-offset: 2px;
}

/* =========================================
   SELECTION
========================================= */
::selection {
  background: #2e6172;
  color: #ffffff;
}

/* =========================================
   GLOBAL HEADINGS
========================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #2e6172;
}

h1 {
  font-size: 50px;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  color: #2e6172 !important;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #fe0002;
  margin-bottom: 10px;
  padding-left: 0px;
}

h4 {
  font-size: 16px;
  line-height: 1.35;
}

h5 {
  font-size: 14px;
  line-height: 1.4;
}

h6 {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* =========================================
   RESPONSIVE HEADINGS
========================================= */
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 18px;
  }
  h5,
  h6 {
    font-size: 15px;
  }
}
/* =========================================
   RESPONSIVE BODY
========================================= */
@media (max-width: 1024px) {
  body {
    padding-top: 68px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 108px;
    font-size: 15px;
  }
}
.error404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.error404::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(46, 97, 114, 0.06);
  border-radius: 50%;
  top: -180px;
  right: -180px;
  z-index: 0;
}
.error404::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(254, 0, 2, 0.05);
  border-radius: 50%;
  bottom: -120px;
  left: -120px;
  z-index: 0;
}
.error404__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.error404__code {
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 800;
  line-height: 0.9;
  color: #2e6172;
  margin-bottom: 20px;
  letter-spacing: -6px;
}
.error404__title {
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  color: #16202c;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.error404__text {
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(22, 32, 44, 0.75);
}
.error404__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 60px;
  padding: 0 34px;
  border-radius: 999px;
  background: #fe0002;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.error404__button:hover {
  background: #2e6172;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .error404 {
    padding: 100px 20px;
  }
  .error404__text {
    font-size: 16px;
    line-height: 1.7;
  }
  .error404__button {
    width: 100%;
    max-width: 320px;
  }
}

/* =========================
   LAYOUT
========================= */
.container {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  padding-inline: 3.5625rem;
}
@media (max-width: 1024px) {
  .container {
    padding-inline: 2.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 0.75rem;
  }
}

.section-spacing {
  background: #ffffff;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .section-spacing {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding-top: 50px;
  }
}

.headerNav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
  z-index: 1000;
}
.headerNav__inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  position: relative;
}
.headerNav__brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.headerNav__logo {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}
.headerNav__brandText {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #2e6172;
  letter-spacing: 0;
  margin-top: 1px;
  text-decoration: none;
}
.headerNav__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.headerNav__menu {
  height: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.headerNav__item {
  list-style: none;
  position: relative;
}
.headerNav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #2e6172;
  transition: color 0.25s ease;
  text-decoration: none;
}
.headerNav__link:hover {
  color: #ff3b30;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.headerNav__link.is-active {
  color: #ff3b30;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.headerNav__chevron {
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}
.headerNav__toggle {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.headerNav__toggle .headerNav__toggleBars,
.headerNav__toggle .headerNav__toggleIcon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerNav__toggle .headerNav__toggleBars {
  flex-direction: column;
  gap: 5px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.headerNav__toggle .headerNav__toggleBars span {
  width: 24px;
  height: 2px;
  background-color: black;
  display: block;
  border-radius: 20px;
}
.headerNav__toggle .headerNav__toggleIcon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.headerNav__toggle .headerNav__toggleIcon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
.headerNav__submenu {
  width: 154px;
  min-height: 175px;
  padding: 14px 10px;
  background-color: #2e6172;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  z-index: 30;
}
.headerNav__submenuItem {
  list-style: none;
}
.headerNav__submenuLink {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  padding: 18px 0 18px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.35s ease, padding-left 0.35s ease, letter-spacing 0.35s ease;
}
.headerNav__submenuLink:hover {
  color: #7cdcfd;
  padding-left: 0;
  letter-spacing: 0.2px;
}
.headerNav__submenuItem:last-child .headerNav__submenuLink {
  border-bottom: 0;
}
.headerNav__item--hasDropdown:hover > .headerNav__submenu {
  display: flex;
}
.headerNav__item--hasDropdown:hover .headerNav__chevron img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(7493%) hue-rotate(356deg) brightness(101%) contrast(118%);
}
.headerNav__chevron img {
  transition: transform 0.25s ease;
}

.headerNav__chevron {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.headerNav__chevron img {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.headerNav__item--ctaMobile {
  display: none;
}

.headerNav__item--ctaMobile {
  display: none;
}

.headerNav__link.is-active,
.headerNav__submenuLink.is-active {
  color: #ff3b30;
  text-decoration: underline;
}

.headerNav.is-menu-open .headerNav__link.is-active,
.headerNav.is-menu-open .headerNav__submenuLink.is-active {
  color: #ff3b30;
  text-decoration: underline;
}

.headerNav__item--hasDropdown {
  position: relative;
}
.headerNav__item--hasDropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 40px;
}

.headerNav.is-menu-open .headerNav__toggleBars {
  opacity: 0;
  visibility: hidden;
}
.headerNav.is-menu-open .headerNav__toggleIcon {
  opacity: 1;
  visibility: visible;
}

.topbar {
  display: none !important;
}

.headerNav {
  top: 0 !important;
}

/* =========================
   MAX-WIDTH: 1240px
   tablette large
========================= */
@media (max-width: 1240px) {
  .headerNav__inner {
    min-height: 78px;
    gap: 16px;
  }
  .headerNav__brand {
    gap: 10px;
  }
  .headerNav__logo {
    width: 24px;
    height: 24px;
  }
  .headerNav__brandText {
    font-size: 14px;
    line-height: 1;
  }
  .headerNav__nav {
    flex: 1 1 auto;
    justify-content: center;
  }
  .headerNav__menu {
    gap: 12px;
  }
  .headerNav__link {
    font-size: 14px;
    gap: 4px;
  }
  .headerNav__chevron {
    width: 14px;
    height: 14px;
  }
  .headerNav__chevron img {
    width: 10px;
    height: 10px;
  }
  .headerNav__cta--desktop {
    width: 170px;
    height: 34px;
    padding-left: 14px;
    padding-right: 28px;
  }
  .headerNav__ctaText {
    font-size: 13px;
  }
  .headerNav__ctaArrow {
    width: 34px;
    height: 34px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
  }
  .headerNav__ctaArrow img {
    position: absolute;
    width: 10px;
    height: 8px;
  }
  .headerNav__submenu {
    width: 150px;
    height: auto;
    min-height: 160px;
    top: calc(100% + 10px);
    padding: 12px 10px;
  }
  .headerNav__submenuLink {
    font-size: 14px;
    padding: 16px 0;
  }
}
/* =========================
   MAX-WIDTH: 1024px

========================= */
@media (max-width: 1024px) {
  .headerNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    /* desktop CTA hidden on mobile */
    /* CTA inside menu */
  }
  .headerNav.is-menu-open {
    background: transparent;
    border-bottom: 0;
  }
  .headerNav.is-menu-open::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
  }
  .headerNav.is-menu-open .container {
    position: relative;
    z-index: 2;
  }
  .headerNav.is-menu-open .headerNav__brandText {
    color: #ffffff;
  }
  .headerNav.is-menu-open .headerNav__toggle {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .headerNav.is-menu-open .headerNav__toggle span {
    background-color: transparent;
  }
  .headerNav__inner {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
    column-gap: 12px;
    position: relative;
    z-index: 2;
  }
  .headerNav__brand {
    order: 1;
    gap: 10px;
    flex: 0 1 auto;
  }
  .headerNav__logo {
    width: 24px;
    height: 24px;
  }
  .headerNav__brandText {
    font-size: 14px;
    line-height: 1;
  }
  .headerNav__toggle {
    order: 2;
    margin-left: auto;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1e5;
    border-radius: 10px;
    background-color: #ffffff;
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
  }
  .headerNav__toggle .headerNav__toggleBars {
    gap: 4px;
  }
  .headerNav__toggle .headerNav__toggleBars span {
    width: 24px;
    height: 2px;
    background-color: #2e6172;
    border-radius: 20px;
  }
  .headerNav__toggle .headerNav__toggleIcon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  .headerNav__nav {
    order: 3;
    flex: 0 0 100%;
    display: none;
    justify-content: flex-start;
  }
  .headerNav.is-menu-open .headerNav__nav {
    display: block;
    position: fixed;
    inset: 0;
    padding: 90px 20px 24px;
    background: rgba(7, 18, 28, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1;
    overflow-y: auto;
  }
  .headerNav__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #edf1f3;
  }
  .headerNav.is-menu-open .headerNav__menu {
    padding: 0;
    border-top: 0;
  }
  .headerNav__item {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #edf1f3;
    position: relative;
  }
  .headerNav.is-menu-open .headerNav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .headerNav__link {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 4px;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #2e6172;
    text-decoration: none;
  }
  .headerNav.is-menu-open .headerNav__link {
    padding: 26px 0;
    font-weight: 500;
    color: #ffffff;
  }
  .headerNav.is-menu-open .headerNav__link:hover {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav.is-menu-open .headerNav__link.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav.is-menu-open .headerNav__submenuLink.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav__chevron {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
  }
  .headerNav__chevron img {
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
  .headerNav.is-menu-open .headerNav__chevron img {
    filter: brightness(0) invert(1);
  }
  .headerNav__submenu {
    width: 100%;
    height: auto;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    display: none;
    padding: 0 0 10px;
    margin: 0;
    background-color: #2e6172;
  }
  .headerNav.is-menu-open .headerNav__submenu {
    background: transparent;
    min-height: auto;
  }
  .headerNav__item--hasDropdown.is-open .headerNav__submenu {
    display: flex;
    flex-direction: column;
  }
  .headerNav__submenuItem {
    list-style: none;
  }
  .headerNav__submenuLink {
    font-size: 14px;
    padding: 14px 16px 14px 20px;
    line-height: 1.2;
  }
  .headerNav__submenuLink::before {
    content: "";
    background-color: #7cdcfd;
  }
  .headerNav__submenuLink:hover {
    color: #7cdcfd;
  }
  .headerNav__submenuLink:hover::before {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
  }
  .headerNav.is-menu-open .headerNav__submenuLink.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav .headerNav.is-menu-open .headerNav__link.is-active,
  .headerNav .headerNav.is-menu-open .headerNav__submenuLink.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav.is-menu-open .headerNav__submenuLink {
    padding: 12px 0 12px 18px;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 0;
  }
  .headerNav.is-menu-open .headerNav__submenuLink::before {
    background-color: #ffffff;
  }
  .headerNav .headerNav__cta--desktop {
    display: none;
  }
  .headerNav__item--ctaMobile {
    display: flex;
    justify-content: center;
    padding: 15px 0 15px;
    border-bottom: 0;
  }
  .headerNav__item--ctaMobile .headerNav__cta {
    position: relative;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 40px;
    display: inline-flex;
  }
  .headerNav.is-menu-open .headerNav__item--ctaMobile .headerNav__cta {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
  }
  .headerNav__item--ctaMobile .headerNav__ctaText {
    font-size: 14px;
  }
  .headerNav.is-menu-open .headerNav__item--ctaMobile .headerNav__ctaText {
    color: #ffffff;
  }
  .headerNav__item--ctaMobile .headerNav__ctaArrow {
    width: 40px;
    height: 40px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }
  .headerNav__item--ctaMobile .headerNav__ctaArrow img {
    position: absolute;
    width: 12px;
    height: 10px;
    object-fit: contain;
  }
} /* =========================
   MAX-WIDTH: 767px
   mobile
========================= */
@media (max-width: 767px) {
  .headerNav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    /* desktop CTA hidden on mobile */
    /* CTA inside menu */
  }
  .headerNav.is-menu-open {
    background: transparent;
    border-bottom: 0;
  }
  .headerNav.is-menu-open::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
  }
  .headerNav.is-menu-open .container {
    position: relative;
    z-index: 2;
  }
  .headerNav.is-menu-open .headerNav__brandText {
    color: #ffffff;
  }
  .headerNav.is-menu-open .headerNav__toggle {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .headerNav.is-menu-open .headerNav__toggle span {
    background-color: transparent;
  }
  .headerNav__inner {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
    column-gap: 12px;
    position: relative;
    z-index: 2;
  }
  .headerNav__brand {
    order: 1;
    gap: 10px;
    flex: 0 1 auto;
  }
  .headerNav__logo {
    width: 24px;
    height: 24px;
  }
  .headerNav__brandText {
    font-size: 14px;
    line-height: 1;
  }
  .headerNav__toggle {
    order: 2;
    margin-left: auto;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1e5;
    border-radius: 10px;
    background-color: transparent;
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
  }
  .headerNav__toggle .headerNav__toggleBars {
    gap: 4px;
  }
  .headerNav__toggle .headerNav__toggleBars span {
    width: 24px;
    height: 2px;
    background-color: #2e6172;
    border-radius: 20px;
  }
  .headerNav__toggle .headerNav__toggleIcon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }
  .headerNav__nav {
    order: 3;
    flex: 0 0 100%;
    display: none;
    justify-content: flex-start;
  }
  .headerNav.is-menu-open .headerNav__nav {
    display: block;
    position: fixed;
    inset: 0;
    padding: 90px 20px 24px;
    background: rgba(7, 18, 28, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1;
    overflow-y: auto;
  }
  .headerNav__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 0 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #edf1f3;
  }
  .headerNav.is-menu-open .headerNav__menu {
    padding: 0;
    border-top: 0;
  }
  .headerNav__item {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #edf1f3;
    position: relative;
  }
  .headerNav.is-menu-open .headerNav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .headerNav__link {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 4px;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #2e6172;
    text-decoration: none;
  }
  .headerNav.is-menu-open .headerNav__link {
    padding: 25px 0;
    font-weight: 500;
    color: #ffffff;
  }
  .headerNav.is-menu-open .headerNav__link:hover {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav.is-menu-open .headerNav__link.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav.is-menu-open .headerNav__submenuLink.is-active {
    color: #ff3b30;
    text-decoration: underline;
  }
  .headerNav__chevron {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
  }
  .headerNav__chevron img {
    width: 12px;
    height: 12px;
    object-fit: contain;
  }
  .headerNav.is-menu-open .headerNav__chevron img {
    filter: brightness(0) invert(1);
  }
  .headerNav__submenu {
    width: 100%;
    height: auto;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    display: none;
    padding: 0 0 10px;
    margin: 0;
    background-color: #2e6172;
  }
  .headerNav.is-menu-open .headerNav__submenu {
    background: transparent;
    min-height: auto;
  }
  .headerNav__item--hasDropdown.is-open .headerNav__submenu {
    display: flex;
    flex-direction: column;
  }
  .headerNav__submenuItem {
    list-style: none;
  }
  .headerNav__submenuLink {
    font-size: 14px;
    padding: 14px 16px 14px 20px;
    line-height: 1.2;
  }
  .headerNav.is-menu-open .headerNav__submenuLink {
    padding: 12px 0 12px 18px;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 0;
  }
  .headerNav.is-menu-open .headerNav__submenuLink::before {
    background-color: #ffffff;
  }
  .headerNav .headerNav__cta--desktop {
    display: none;
  }
  .headerNav__item--ctaMobile {
    display: flex;
    justify-content: center;
    padding: 15px 0 15px;
    border-bottom: 0;
  }
  .headerNav__item--ctaMobile .headerNav__cta {
    position: relative;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 40px;
    display: inline-flex;
  }
  .headerNav.is-menu-open .headerNav__item--ctaMobile .headerNav__cta {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
  }
  .headerNav__item--ctaMobile .headerNav__ctaText {
    font-size: 14px;
  }
  .headerNav.is-menu-open .headerNav__item--ctaMobile .headerNav__ctaText {
    color: #ffffff;
  }
  .headerNav__item--ctaMobile .headerNav__ctaArrow {
    width: 40px;
    height: 40px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }
  .headerNav__item--ctaMobile .headerNav__ctaArrow img {
    position: absolute;
    width: 12px;
    height: 10px;
    object-fit: contain;
  }
}
body.menu-open {
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #16202c;
  z-index: 1001;
}
.topbar__inner {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.topbar__social {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.topbar__socialLink {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.topbar__socialLink img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.topbar__socialLink:hover {
  transform: translateY(-1px);
  opacity: 0.85;
}
.topbar__socialLink:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .topbar__inner {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .topbar__inner {
    height: 44px;
    gap: 12px;
  }
  .topbar__social {
    gap: 6px;
  }
  .topbar__socialLink {
    width: 18px;
    height: 18px;
  }
  .topbar__socialLink img {
    width: 18px;
    height: 18px;
  }
}
.siteFooter {
  width: 100%;
}
.siteFooter__inner {
  width: 100%;
  min-height: 432px;
  margin: 0 auto;
  background: #16202c;
  box-sizing: border-box;
  padding: 41px 58px 0;
}
.siteFooter__top {
  display: grid;
  grid-template-columns: 223px 166px 272px;
  justify-content: space-between;
  align-items: start;
  column-gap: 64px;
  padding-bottom: 58px;
  padding-right: 182px;
}
.siteFooter__brand, .siteFooter__links, .siteFooter__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: start;
}
.siteFooter__brand {
  width: 223px;
}
.siteFooter__links {
  width: 166px;
}
.siteFooter__contact {
  width: 272px;
  min-width: 272px;
}
.siteFooter__brandHead {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  text-decoration: none;
}
.siteFooter__logo {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  flex: 0 0 30px;
}
.siteFooter__brandName {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #7cdcfd;
  text-transform: uppercase;
}
.siteFooter__desc {
  margin: 0;
  width: 223px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
.siteFooter__desc strong {
  font-weight: 700;
}
.siteFooter__title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #7cdcfd;
}
.siteFooter__menu, .siteFooter__contactList {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.siteFooter__menu li {
  margin-bottom: 14px;
}
.siteFooter__menu a {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.siteFooter__menu a:hover {
  color: #7cdcfd;
}
.siteFooter__contactList li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.siteFooter__contactList a:hover {
  color: #7cdcfd;
}
.siteFooter__contactLabel {
  color: #ffffff;
  white-space: nowrap;
  min-width: 52px;
}
.siteFooter__divider {
  display: block;
  width: 100%;
  height: 2px;
  background: #fe0002;
}
.siteFooter__bottom {
  min-height: 68px;
  display: grid;
  grid-template-columns: 219px 1fr auto;
  align-items: center;
  gap: 32px;
  padding-top: 28px;
  padding-bottom: 24px;
}
.siteFooter__socials {
  width: 219px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.siteFooter__social {
  width: 54px;
  height: 54px;
  border-radius: 3px;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.25s ease;
}
.siteFooter__social img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.siteFooter__social:hover, .siteFooter__social.is-active {
  background: #fe0002;
}
.siteFooter__legal {
  justify-self: center;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap;
}
.siteFooter__legal a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.siteFooter__legal a:hover {
  color: #7cdcfd;
}
.siteFooter__legal span {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
}
.siteFooter__copy {
  margin: 0;
  justify-self: end;
  font-family: "Noto Sans", sans-serif;
  width: 264px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  white-space: wrap;
}
.siteFooter__copy .siteFooter__copyLink {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
.siteFooter__copy .siteFooter__copyLink:hover {
  color: #7cdcfd;
}

@media (max-width: 1240px) {
  .siteFooter__inner {
    padding: 40px 40px 0;
  }
  .siteFooter__top {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    padding-right: 100px;
  }
  .siteFooter__brand, .siteFooter__links, .siteFooter__contact {
    width: 100%;
  }
  .siteFooter__desc {
    width: 100%;
    font-size: 15px;
  }
  .siteFooter__menu, .siteFooter__contactList {
    margin-top: 24px;
  }
  .siteFooter__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .siteFooter__socials {
    justify-content: center;
    width: 100%;
  }
  .siteFooter__legal {
    justify-self: center;
  }
  .siteFooter__copy {
    white-space: wrap;
    justify-self: center;
  }
}
@media (max-width: 1024px) {
  .siteFooter__inner {
    padding: 32px 28px 0;
  }
  .siteFooter__top {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    padding-right: 0px;
  }
  .siteFooter__brand {
    grid-column: 1/-1;
    justify-self: center;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 520px;
  }
  .siteFooter__brandHead {
    justify-content: center;
  }
  .siteFooter__desc {
    width: 100%;
    text-align: center;
  }
  .siteFooter__links, .siteFooter__contact {
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-self: center;
  }
  .siteFooter__menu, .siteFooter__contactList {
    margin-top: 20px;
  }
  .siteFooter__contactList li {
    justify-content: flex-start;
  }
  .siteFooter__contactLabel {
    min-width: auto;
  }
  .siteFooter__menu a, .siteFooter__contactList li {
    font-size: 15px;
  }
  .siteFooter__title {
    font-size: 15px;
  }
  .siteFooter__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }
  .siteFooter__socials {
    justify-content: center;
    width: 100%;
  }
  .siteFooter__legal {
    justify-self: center;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  .siteFooter__copy {
    justify-self: center;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .siteFooter__top {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
  }
  .siteFooter__brand {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .siteFooter__brandHead {
    justify-content: center;
  }
  .siteFooter__desc {
    text-align: center;
  }
  .siteFooter__links, .siteFooter__contact {
    width: 100%;
    min-width: 0;
    flex: 0 0 100%;
  }
  .siteFooter__links, .siteFooter__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .siteFooter__menu, .siteFooter__contactList {
    width: 100%;
    margin-top: 20px;
  }
  .siteFooter__menu li, .siteFooter__contactList li {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .siteFooter__menu a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .siteFooter__contactLabel {
    min-width: auto;
  }
  .siteFooter__copy {
    white-space: wrap;
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .siteFooter__top {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
  .siteFooter__bottom {
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
}
.whatsappFloating {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.whatsappFloating img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.whatsappFloating span {
  color: white;
  font-size: 28px;
}

.scrollTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #FE0002;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.scrollTop:hover {
  background: #2E6172;
}
.scrollTop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================
   COMPONENTS
========================= */
.button__cta {
  width: 246px;
  height: 64px;
  border: 2px solid #2e6172;
  border-radius: 999px;
  background-color: #ffffff;
  margin-right: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: border-color 0.4s ease;
}
.button__cta:hover {
  border-color: #fe0002;
}
.button__cta:hover .button__ctaText {
  color: #fe0002;
}
.button__cta:hover .button__ctaArrow {
  background-color: #fe0002;
}
.button__cta:hover .arrow-default {
  transform: rotate(45deg);
}

.button__ctaText {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  max-width: 209px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0%;
  color: #2e6172;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.button__ctaArrow {
  width: 61.67px;
  height: 61.67px;
  border-radius: 50%;
  background-color: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -49.84px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: background-color 0.4s ease;
}
.button__ctaArrow img {
  position: absolute;
  width: 26.74px;
  height: 20.97px;
  object-fit: contain;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

@media (max-width: 1240px) {
  .button__cta {
    width: 244px;
    height: 56px;
  }
  .button__ctaText {
    font-size: 14px;
  }
  .button__ctaArrow {
    width: 54px;
    height: 54px;
    right: -28px;
  }
  .button__ctaArrow img {
    width: 22px;
    height: 18px;
  }
}
@media (max-width: 1024px) {
  .button__cta {
    width: 240px;
    height: 50px;
  }
  .button__ctaText {
    font-size: 13px;
  }
  .button__ctaArrow {
    width: 46px;
    height: 46px;
    right: -22px;
  }
  .button__ctaArrow img {
    width: 20px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .button__cta {
    width: 230px;
    height: 44px;
  }
  .button__ctaText {
    font-size: 12px;
  }
  .button__ctaArrow {
    width: 40px;
    height: 40px;
    right: -16px;
  }
  .button__ctaArrow img {
    width: 18px;
    height: 14px;
  }
}
.modele__cta {
  position: absolute;
  left: 28px;
  bottom: 35px;
  width: 200px;
  height: 40px;
  border: 2px solid #2e6172;
  border-radius: 65px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 3;
  transition: border-color 0.4s ease;
}
.modele__cta:hover {
  border-color: #fe0002;
}
.modele__cta:hover .modele__ctaText {
  color: #fe0002;
}
.modele__cta:hover .modele__ctaArrow {
  background-color: #fe0002;
}
.modele__cta:hover .arrow-default {
  transform: rotate(45deg);
}

.modele__ctaText {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.modele__ctaArrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.4s ease;
}
.modele__ctaArrow img {
  position: absolute;
  width: 26.74px;
  height: 20.97px;
  object-fit: contain;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
.modele__ctaArrow .arrow-default {
  opacity: 1;
}
.modele__ctaArrow .arrow-hover {
  opacity: 0;
}

.headerNav__cta {
  width: auto;
  height: 40px;
  border: 2px solid #2e6172;
  border-radius: 65px;
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  text-decoration: none;
  padding-left: 42px;
  padding-right: 42px;
  margin-right: 15px;
  transition: border-color 0.4s ease;
}
.headerNav__cta:hover {
  border-color: #fe0002;
}
.headerNav__cta:hover .headerNav__ctaText {
  color: #fe0002;
}
.headerNav__cta:hover .headerNav__ctaArrow {
  background-color: #fe0002;
}
.headerNav__cta:hover .arrow-default {
  transform: rotate(45deg);
}

.headerNav__ctaText {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #2e6172;
  transition: color 0.4s ease;
  text-align: center;
  white-space: nowrap;
  padding-right: 8px;
}

.headerNav__ctaArrow {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  right: -15px;
  transform: translateY(-50%);
  z-index: 2;
  transition: background-color 0.4s ease;
}
.headerNav__ctaArrow img {
  width: 12px;
  height: 10px;
  display: block;
  object-fit: contain;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

@media (max-width: 1240px) {
  .headerNav__cta {
    width: 150px;
    height: 32px;
    padding-left: 12px;
    padding-right: 32px;
    margin-right: 8px;
  }
  .headerNav__ctaText {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 13px;
  }
  .headerNav__ctaArrow {
    width: 30px;
    height: 30px;
    right: -8px;
    top: 10%;
    transform: translateY(-50%);
  }
  .headerNav__ctaArrow img {
    width: 10px;
    height: 8px;
  }
}
.ctaSection {
  width: 100%;
}
.ctaSection__banner {
  position: relative;
  width: 100%;
  height: 415px;
  overflow: hidden;
}
.ctaSection__bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ctaSection__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  padding-left: 440px;
  padding-right: 417px;
  padding-top: 99px;
}
.ctaSection__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ctaSection__title {
  margin: 0 0 48px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
}
.ctaSection__text {
  margin: 0 0 46px;
  max-width: 533px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
}
.ctaSection .modele__cta--services {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: left;
}

/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .ctaSection__banner {
    height: 380px;
  }
  .ctaSection__content {
    width: calc(100% - 120px);
    max-width: 860px;
  }
  .ctaSection__title {
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 1.35;
    white-space: normal;
  }
  .ctaSection__text {
    max-width: 760px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.55;
  }
  .modele__cta--services {
    width: 200px;
    height: 40px;
  }
  .modele__cta--services .modele__ctaText {
    font-size: 14px;
  }
  .modele__cta--services .modele__ctaArrow {
    width: 38px;
    height: 38px;
    right: -24px;
  }
  .modele__cta--services .modele__ctaArrow img {
    width: 22px;
    height: 18px;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .ctaSection__banner {
    height: 340px;
  }
  .ctaSection__overlay {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
  }
  .ctaSection__content {
    width: calc(100% - 80px);
    max-width: 720px;
  }
  .ctaSection__title {
    margin: 0 0 22px;
    font-size: 26px;
    line-height: 1.3;
    white-space: normal;
  }
  .ctaSection__text {
    max-width: 640px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
  }
  .modele__cta--services {
    width: 185px;
    height: 38px;
  }
  .modele__cta--services .modele__ctaText {
    font-size: 13px;
  }
  .modele__cta--services .modele__ctaArrow {
    width: 34px;
    height: 34px;
    right: -18px;
  }
  .modele__cta--services .modele__ctaArrow img {
    width: 18px;
    height: 16px;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .ctaSection__banner {
    height: 320px;
  }
  .ctaSection__overlay {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
  }
  .ctaSection__content {
    width: calc(100% - 32px);
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }
  .ctaSection__title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.35;
    white-space: normal;
  }
  .ctaSection__text {
    max-width: 100%;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.5;
  }
  .modele__cta--services {
    width: 170px;
    height: 38px;
  }
  .modele__cta--services .modele__ctaText {
    font-size: 12px;
  }
  .modele__cta--services .modele__ctaArrow {
    width: 32px;
    height: 32px;
    right: -14px;
  }
  .modele__cta--services .modele__ctaArrow img {
    width: 16px;
    height: 14px;
  }
}
.pageHero {
  position: relative;
  width: 100%;
  min-height: 474px;
  overflow: hidden;
  background: #0f1b29;
}
.pageHero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pageHero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pageHero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}
.pageHero__content {
  position: relative;
  z-index: 2;
  min-height: 474px;
}
.pageHero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-family: "Noto Sans Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 106px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7607843137);
  -webkit-text-stroke: 2px #2E6172;
  text-shadow: 2px #2E6172;
}
.pageHero__breadcrumb {
  position: absolute;
  bottom: 0;
  width: 302px;
  min-height: 48px;
  padding: 0 20px;
  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pageHero__crumbLink, .pageHero__crumbCurrent, .pageHero__crumbSeparator {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.pageHero__crumbLink {
  font-weight: 400;
  color: #2e6172;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pageHero__crumbLink:hover {
  color: #fe0002;
}
.pageHero__crumbSeparator {
  color: #fe0002;
  transform: translateY(-1px);
}
.pageHero__crumbCurrent {
  font-weight: 500;
  color: #fe0002;
  text-transform: uppercase;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .pageHero {
    min-height: 416px;
  }
  .pageHero__content,
  .pageHero .container {
    min-height: 416px;
  }
  .pageHero__title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 768px;
    font-size: 80px;
  }
  .pageHero__breadcrumb {
    min-height: 44px;
    padding: 0 16px;
  }
  .pageHero__crumbLink, .pageHero__crumbCurrent, .pageHero__crumbSeparator {
    font-size: 15px;
  }
}
/* =========================
   1024px
========================= */
@media (max-width: 1024px) {
  .pageHero {
    min-height: 352px;
  }
  .pageHero__content,
  .pageHero .container {
    min-height: 352px;
  }
  .pageHero__title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    font-size: 64px;
  }
  .pageHero__breadcrumb {
    min-height: 42px;
    padding: 0 15px;
    gap: 6px;
  }
  .pageHero__crumbLink, .pageHero__crumbCurrent, .pageHero__crumbSeparator {
    font-size: 14px;
  }
}
/* =========================
   767px
========================= */
@media (max-width: 767px) {
  .pageHero {
    min-height: 288px;
  }
  .pageHero__content,
  .pageHero .container {
    min-height: 288px;
  }
  .pageHero__title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 32px);
    font-size: 44px !important;
    white-space: wrap;
    line-height: 1.05;
  }
  .pageHero__breadcrumb {
    width: auto;
    bottom: 0;
    min-height: 40px;
    padding: 0 12px;
    gap: 5px;
  }
  .pageHero__crumbLink, .pageHero__crumbCurrent, .pageHero__crumbSeparator {
    font-size: 12px;
  }
}
.titre__header {
  width: auto;
  padding-bottom: 63px;
}

.titre__subtitle {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 23px;
  color: #fe0002;
  margin-bottom: 8px;
  padding-left: 70px;
}
.titre__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 6px;
  background: #fe0002;
}

h2.titre__heading {
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 64px;
  color: #2e6172 !important;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .titre__header {
    padding-bottom: 46px;
  }
  .titre__subtitle {
    font-size: 17px;
    margin-bottom: 8px;
    padding-left: 68px;
  }
  .titre__subtitle::before {
    width: 48px;
    height: 5px;
  }
  h2.titre__heading {
    font-size: 42px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .titre__header {
    padding-bottom: 36px;
  }
  .titre__subtitle {
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 56px;
  }
  .titre__subtitle::before {
    width: 40px;
    height: 4px;
  }
  h2.titre__heading {
    font-size: 34px;
    line-height: 1.12;
  }
}
@media (max-width: 767px) {
  .titre__header {
    padding-bottom: 24px;
  }
  .titre__subtitle {
    font-size: 12px;
    margin-bottom: 6px;
    padding-left: 42px;
  }
  .titre__subtitle::before {
    width: 30px;
    height: 3px;
  }
  h2.titre__heading {
    font-size: 26px;
    line-height: 1.15;
  }
}
.reviews.reviews {
  overflow: hidden;
}

.reviews.reviews .reviews-container {
  background-color: #1C2735;
  max-width: 1334px;
  margin: 0 auto;
  padding: 150px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reviews.reviews .reviews-container .bg-vector {
  position: absolute;
  left: 50%;
  top: 48px;
  transform: translateX(-50%);
  width: 565px;
  height: 520px;
  z-index: 1;
  pointer-events: none;
}

.reviews.reviews .reviews-container .bg-vector img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.reviews.reviews .reviews-container .review-card {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 23px 27px;
  position: relative;
  overflow: visible;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.reviews.reviews .reviews-container .review-card .img-container {
  width: 102px;
  height: 102px;
  margin-top: 6px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews.reviews .reviews-container .review-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews.reviews .reviews-container .review-card .customer-name {
  margin: 8px 0 8px;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #242424;
}

.reviews.reviews .reviews-container .review-card .customer-position {
  margin: 0 0 18px;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0%;
  color: #242424;
}

.reviews.reviews .reviews-container .review-card .customer-comment {
  margin: 0 auto;
  font-family: "Roboto Serif", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #2E6172;
}

.reviews.reviews .reviews-container .review-card.is-blue-card {
  background: #7CDCFD;
}

.reviews.reviews .reviews-container .review-card.is-white-card {
  background: #FFFFFF;
}

.reviews.reviews .reviews-container .review-card.is-blue-card .customer-comment {
  color: #2E6172;
}

.reviews.reviews .reviews-container .reviews-back-button,
.reviews.reviews .reviews-container .reviews-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #2E6172;
  border-radius: 50%;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.reviews.reviews .reviews-container .reviews-back-button {
  left: calc(50% - 330px);
}

.reviews.reviews .reviews-container .reviews-next-button {
  left: calc(50% + 295px);
}

.reviews-swiper {
  width: 100%;
  margin: 0 80px;
  max-width: 612px;
  height: 362px;
  overflow: visible;
}

.temoignages__nav {
  width: 28px;
  height: 28px;
}

.temoignages__nav img {
  width: 6px;
  height: 10px;
}

.temoignages__nav--prev {
  left: calc(50% - 162px);
}

.temoignages__nav--next {
  left: calc(50% + 134px);
}

.temoignages__stars {
  width: 100px;
  height: 11px;
  margin: 0 auto 18px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.temoignages__stars img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  display: none;
}

.temoignages__dots {
  position: absolute;
  left: 50%;
  bottom: 180px;
  transform: translateX(-50%);
  width: 45px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.temoignages__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #2e6172;
  cursor: pointer;
  flex: 0 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.temoignages__dot.is-active {
  background: #7CDCFD;
}

.temoignages__dot.is-active.is-white {
  background: #ffffff;
}

.temoignages__dot:hover {
  transform: scale(1.08);
}

/* =========================
   <= 768px
========================= */
@media (max-width: 768px) {
  .reviews.reviews .reviews-container .bg-vector {
    display: none;
  }
  .reviews.reviews .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .reviews.reviews .reviews-container {
    max-width: 100%;
    padding: 30px 25px;
    border-radius: 15px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .reviews.reviews .reviews-container .review-card {
    padding: 0 15px 20px;
    border-radius: 15px;
  }
  .reviews.reviews .reviews-container .review-card .img-container {
    width: 80px;
    height: 80px;
    transform: translateY(-5px);
  }
  .reviews.reviews .reviews-container .review-card .customer-name {
    font-size: 18px;
  }
  .reviews.reviews .reviews-container .review-card .customer-position {
    font-size: 16px;
  }
  .reviews.reviews .reviews-container .review-card .customer-comment {
    font-size: 14px;
    line-height: 1.4;
  }
  .reviews.reviews .reviews-container .reviews-back-button,
  .reviews.reviews .reviews-container .reviews-next-button {
    display: none;
  }
  .reviews.reviews .reviews-container .reviews-swiper {
    max-width: 90%;
    height: 280px;
  }
  .temoignages__dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 36px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10;
  }
  .temoignages__dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
  }
}
/* =========================
   PAGES - HOME
========================= */
.blog {
  width: 100%;
  background: #ffffff;
}
.blog__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.blog__button {
  align-self: flex-start;
  margin-top: 19px;
  flex-shrink: 0;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
  align-items: start;
}
.blog__nav {
  display: none;
}
.blog__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(46, 97, 114, 0.2);
  background: #2e6172;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.blog__arrow img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
.blog__arrow:hover {
  border-color: #fe0002;
  background-color: #fe0002;
}

.blogCard {
  position: relative;
  width: 100%;
  max-width: 410px;
  min-height: 521px;
  background: #fbfbfb;
  border: 1px solid rgba(46, 97, 114, 0.26);
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.blogCard__imageLink {
  display: block;
  width: 100%;
  height: 228px;
  overflow: hidden;
}
.blogCard__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blogCard__body {
  padding: 18px 15px 21px;
}
.blogCard__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 27px;
  margin-bottom: 16px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.blogCard__title {
  margin: 0 0 11px;
  max-width: 371px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #000000;
}
.blogCard__title a {
  color: inherit;
  text-decoration: none;
}
.blogCard__text {
  margin: 0 0 14px;
  max-width: 371px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #603d3d;
}
.blogCard__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.blogCard__metaItem, .blogCard__metaDot {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #2E6172;
  transition: color 0.3s ease;
}
.blogCard:hover {
  border-color: #fe0002;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.blogCard:hover .blogCard__tag {
  background: #fe0002;
}
.blogCard:hover .blogCard__metaItem,
.blogCard:hover .blogCard__metaDot {
  color: #fe0002;
}
.blogCard:hover .blogCard__btn {
  border-color: #fe0002;
}
.blogCard:hover .blogCard__btnText {
  color: #fe0002;
}
.blogCard:hover .blogCard__btnIcon {
  background: #fe0002;
}

@media (min-width: 1025px) and (max-width: 1240px) {
  .blog__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blog__grid::-webkit-scrollbar {
    display: none;
  }
  .blog__nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .blogCard {
    flex: 0 0 calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    scroll-snap-align: start;
  }
  .blog__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
}
/* =========================
   1024px et moins = slider
   2 cards visibles
========================= */
@media (max-width: 1024px) {
  .blog__title {
    font-size: 40px;
  }
  .blog__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .blog__grid::-webkit-scrollbar {
    display: none;
  }
  .blog__nav {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  .blogCard {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    min-height: 500px;
    scroll-snap-align: start;
  }
  .blog__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
}
/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .blog__header {
    margin-bottom: 20px;
  }
  .blog__subtitle {
    font-size: 14px;
    padding-left: 34px;
  }
  .blog__subtitle::before {
    width: 24px;
  }
  .blog__title {
    font-size: 34px;
  }
  .blog__grid {
    gap: 18px;
  }
  .blog__nav {
    margin-top: 18px;
    gap: 12px;
  }
  .blog__arrow {
    width: 44px;
    height: 44px;
  }
  .blog__arrow img {
    width: 16px;
    height: 16px;
  }
  .blogCard {
    min-height: auto;
  }
  .blogCard__imageLink {
    height: 210px;
  }
  .blogCard__body {
    padding: 16px 14px 18px;
  }
  .blogCard__title {
    font-size: 18px;
  }
  .blogCard__text {
    font-size: 15px;
  }
  .blogCard__metaItem, .blogCard__metaDot {
    font-size: 14px;
  }
  .blogCard__btn {
    width: 200px;
    height: 42px;
    padding-left: 24px;
  }
  .blogCard__btnText {
    font-size: 15px;
  }
  .blogCard__btnIcon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
  .blogCard {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 500px;
    scroll-snap-align: start;
  }
  .blog__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
}
.contact {
  width: 100%;
}
.contact__header {
  padding-bottom: 31px;
}
.contact__box {
  position: relative;
  width: 100%;
  min-height: 582px;
  margin: 0 auto;
  background: #1c2735;
  border-radius: 16px;
  overflow: visible;
  padding: 43px 72px 80px 72px;
  box-sizing: border-box;
}
.contact__form {
  width: 100%;
}
.contact__field {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}
.contact__field--message {
  margin-bottom: 32px;
}
.contact__label {
  position: absolute;
  left: 0;
  top: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease, transform 0.3s ease;
}
.contact__label::after {
  content: "*";
  position: relative;
  top: -8px;
  margin-left: 2px;
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.contact__input, .contact__textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  outline: none;
  box-shadow: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0%;
  color: #ffffff;
  padding: 30px 0 8px 0;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: transparent;
}
.contact__input:focus, .contact__textarea:focus {
  border-bottom-color: #ffffff;
}
.contact__input:-webkit-autofill, .contact__input:-webkit-autofill:hover, .contact__input:-webkit-autofill:focus, .contact__input:-webkit-autofill:active, .contact__textarea:-webkit-autofill, .contact__textarea:-webkit-autofill:hover, .contact__textarea:-webkit-autofill:focus, .contact__textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1c2735 inset !important;
  box-shadow: 0 0 0 1000px #1c2735 inset !important;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75) !important;
  transition: background-color 5000s ease-in-out 0s;
}
.contact__input {
  height: 56px;
}
.contact__textarea {
  height: 120px;
  resize: none;
  overflow-y: auto;
}
.contact__field:focus-within .contact__label {
  top: 0;
  font-size: 18px;
}
.contact__field:has(.contact__input:not(:placeholder-shown)) .contact__label, .contact__field:has(.contact__textarea:not(:placeholder-shown)) .contact__label {
  top: 0;
  font-size: 18px;
}
.contact .wpcf7 {
  width: 100%;
}
.contact .wpcf7-form {
  width: 100%;
}
.contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact .wpcf7-btn-container {
  display: none;
}
.contact .wpcf7-submit-wrapper {
  display: none !important;
}
.contact .wpcf7-submit {
  display: none !important;
}
.contact__submit-btn {
  margin-top: 32px;
}
.contact__accept {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
.contact__acceptRow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.contact__acceptRow .wpcf7-form-control-wrap {
  display: inline-flex;
  width: auto;
}
.contact__acceptRow .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.contact__acceptRow .wpcf7-list-item-label {
  display: none;
}
.contact__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border: 1px solid #7cdcfd;
  background: #7cdcfd;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.contact__checkbox:checked {
  background: #7cdcfd;
  border-color: #7cdcfd;
}
.contact__checkbox:checked::after {
  content: "✓";
  position: absolute;
  left: 1px;
  top: -5px;
  font-size: 13px;
  font-weight: 700;
  color: #1c2735;
  line-height: 1;
}
.contact__acceptLabel {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6588235294);
  cursor: pointer;
}
.contact__required {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6588235294);
  white-space: nowrap;
  flex-shrink: 0;
}
.contact__cta {
  position: relative;
  left: 0;
  bottom: auto;
  margin: 0;
}
.contact .wpcf7-not-valid-tip {
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #fe0002;
  margin-top: 4px;
  display: block;
}
.contact .wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #7cdcfd;
  border-radius: 6px;
}
.contact .wpcf7-mail-sent-ok {
  border-color: #7cdcfd;
  color: #7cdcfd;
}
.contact .wpcf7-mail-sent-ng,
.contact .wpcf7-aborted {
  border-color: #fe0002;
  color: #fe0002;
}
.contact .wpcf7-spam-blocked,
.contact .wpcf7-validation-errors {
  border-color: #fe0002;
  color: #fe0002;
}

@keyframes contact-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .contact__header {
    padding-bottom: 26px;
  }
  .contact__box {
    min-height: auto;
    padding: 40px 40px 60px 40px;
  }
  .contact__field {
    margin-bottom: 30px;
  }
  .contact__field--message {
    margin-bottom: 28px;
  }
  .contact__label {
    font-size: 16px;
    top: 26px;
  }
  .contact__input, .contact__textarea {
    font-size: 16px;
    padding: 26px 0 6px 0;
  }
  .contact__input {
    height: 52px;
  }
  .contact__textarea {
    min-height: 90px;
  }
  .contact__accept {
    margin-bottom: 28px;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .contact__header {
    padding-bottom: 22px;
  }
  .contact__box {
    padding: 32px 28px 50px 28px;
  }
  .contact__field {
    margin-bottom: 26px;
  }
  .contact__field--message {
    margin-bottom: 24px;
  }
  .contact__label {
    font-size: 15px;
    top: 24px;
  }
  .contact__input, .contact__textarea {
    font-size: 15px;
    padding: 24px 0 6px 0;
  }
  .contact__input {
    height: 48px;
  }
  .contact__textarea {
    min-height: 80px;
  }
  .contact__accept {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
  }
  .contact__required {
    width: 100%;
    text-align: right;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .contact__header {
    padding-bottom: 18px;
  }
  .contact__box {
    padding: 24px 16px 40px 16px;
    border-radius: 10px;
  }
  .contact__field {
    margin-bottom: 22px;
  }
  .contact__field--message {
    margin-bottom: 20px;
  }
  .contact__label {
    font-size: 14px;
    top: 22px;
  }
  .contact__input, .contact__textarea {
    font-size: 14px;
    padding: 22px 0 6px 0;
  }
  .contact__input {
    height: 44px;
  }
  .contact__textarea {
    min-height: 70px;
  }
  .contact__accept {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .contact__acceptLabel {
    font-size: 11px;
  }
  .contact__required {
    font-size: 11px;
    width: auto;
    text-align: left;
  }
}
.hero {
  width: 100%;
  background-color: #ffffff;
}
.hero__viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero__track {
  display: flex;
}
.hero__slide {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero__media {
  position: relative;
  width: 100%;
  max-height: 704px;
}
.hero__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.27);
  pointer-events: none;
}
.hero__content {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 113px;
  padding-right: auto;
  padding-left: auto;
  padding-bottom: 0;
}
.hero__title {
  margin: 0;
  width: 100%;
  max-width: 874px;
  min-height: 103px;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.hero__accent {
  width: 209px;
  height: 6px;
  margin-top: 31px;
  margin-bottom: 46px;
  background-color: #fe0002;
  display: block;
}
.hero__text {
  margin: 0 0 53px;
  max-width: 542px;
  font-family: "Roboto Serif", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
.hero__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 98px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.hero__progress {
  width: 100%;
  max-width: 1027px;
  margin: 0 0 0px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.hero__progressLine {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.73);
}
.hero__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background-color: #ffffff;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
  opacity: 1;
}
.hero__dot.is-active {
  background-color: #fe0002;
}

.hero .swiper-pagination {
  position: static;
  width: auto;
}

.hero .swiper-pagination-bullet {
  margin: 0 !important;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .hero__media {
    height: 620px;
  }
  .hero__content {
    padding-top: 95px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero__title {
    max-width: 760px;
    font-size: 42px;
    line-height: 1.08;
  }
  .hero__accent {
    width: 180px;
    height: 5px;
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .hero__text {
    max-width: 520px;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 1.55;
  }
  .hero__bottom {
    bottom: 48px;
    gap: 18px;
  }
  .hero__progress {
    max-width: calc(100% - 120px);
  }
}
/* =========================
   1024px
========================= */
@media (max-width: 1024px) {
  .hero__media {
    height: 560px;
  }
  .hero__content {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero__title {
    max-width: 680px;
    font-size: 34px;
    line-height: 1.12;
  }
  .hero__accent {
    width: 150px;
    height: 5px;
    margin-top: 18px;
    margin-bottom: 22px;
  }
  .hero__text {
    max-width: 470px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.5;
  }
  .hero__bottom {
    bottom: 34px;
    gap: 14px;
  }
  .hero__progress {
    max-width: calc(100% - 80px);
  }
  .hero__dot {
    width: 9px;
    height: 9px;
  }
}
/* =========================
   767px
========================= */
@media (max-width: 767px) {
  .hero__media {
    height: 540px;
  }
  .hero__content {
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero__title {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.2;
  }
  .hero__accent {
    width: 110px;
    height: 4px;
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .hero__text {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.45;
  }
  .hero__bottom {
    bottom: 22px;
    gap: 12px;
  }
  .hero__progress {
    max-width: calc(100% - 40px);
    height: 2px;
  }
  .hero__dots {
    gap: 8px;
  }
  .hero__dot {
    width: 8px;
    height: 8px;
  }
}
.services {
  width: 100%;
}
.services__inner {
  position: relative;
  width: 100%;
  padding-top: 0px;
  background-color: #FFFFFF;
}
.services .services__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.services .services__slider .swiper-wrapper {
  display: flex;
}
.services .services__card.swiper-slide {
  height: auto;
}
.services .services__slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.services .services__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #16202C;
  opacity: 0.3;
}
.services .services__slider .swiper-pagination-bullet-active {
  background: #FE0002;
  opacity: 1;
}
.services .services__controls {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.services .services__progress {
  position: relative;
  flex: 1 1 auto;
  max-width: 1048px;
  height: 2px;
  background: rgba(124, 220, 240, 0.45);
  overflow: hidden;
}
.services .services__progressBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  max-width: 100%;
  height: 100%;
  background: #7CDCFD;
}
.services .services__nav {
  display: flex;
  align-items: center;
  gap: 11px;
}
.services .services__arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #2E6172;
  background: #2E6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services .services__arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.services .services__arrow:hover, .services .services__arrow:focus-visible {
  background: #FE0002;
  border-color: #FE0002;
  outline: none;
}
.services .services__arrow--disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.services__card {
  height: auto;
  position: relative;
  padding-top: 29px;
  padding-left: 25px;
  padding-right: 4px;
  padding-bottom: 64px;
  border: 1px solid rgba(22, 32, 44, 0.23);
  border: 1px solid rgba(22, 32, 44, 0.23);
  border: 1px solid rgba(22, 32, 44, 0.23);
  border: 1px solid rgba(22, 32, 44, 0.23);
  overflow: hidden;
  height: auto;
}
.services__card:hover .services__bg {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.services__card:hover .services__icon {
  background-color: #fe0002;
}
.services__card:hover .services__icon img {
  filter: brightness(0) invert(1);
}
.services__card:hover .services__cta {
  border-color: #fe0002;
}
.services__card:hover .services__ctaText {
  color: #fe0002;
}
.services__card:hover .services__ctaArrow {
  background-color: #fe0002;
}
.services__card:hover .services__text {
  color: #FFFFFF;
  opacity: 1;
}
.services__card:hover .services {
  color: #FE0002;
  opacity: 1;
}
.services__card:hover .services__line {
  background: #FE0002;
  opacity: 1;
}
.services__card:hover .services__title {
  color: #FFFFFF;
  opacity: 1;
}
.services__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.services__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 32, 44, 0.75);
}
.services .services__content {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 601px;
}
.services__icon {
  width: 80px;
  height: 80px;
  background: #7CDCFD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 78px;
}
.services__icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0);
  transition: 0.3s;
}
.services__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: bold;
  line-height: 160%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #16202C;
  margin: 0 0 30px;
  min-height: 105.6px;
}
.services__line {
  display: block;
  width: 209px;
  height: 6px;
  background: #7CDCFD;
  margin-bottom: 58px;
  flex-shrink: 0;
}
.services__text {
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  min-height: 128px;
  padding-top: 0;
  padding-right: 28px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #16202C;
  opacity: 0.85;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.services__text span {
  color: inherit;
  opacity: 1;
}

.service__cta {
  position: relative;
  margin-top: auto;
  align-self: flex-start;
  margin-bottom: 0;
}

/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .services__inner {
    padding: 70px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .services__card {
    padding: 24px 18px 48px;
  }
  .services .services__content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 453px;
  }
  .services__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 40px;
  }
  .services__icon img {
    width: 30px;
    height: 30px;
  }
  .services__title {
    font-size: 18px;
    line-height: 145%;
    min-height: 104px;
    margin-bottom: 14px;
  }
  .services__line {
    width: 150px;
    height: 5px;
    margin-bottom: 28px;
  }
  .services__text {
    font-size: 14px;
    line-height: 1.5;
    min-height: 105px;
    padding-right: 12px;
  }
  .service__cta {
    margin-top: auto;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .services__inner {
    padding: 56px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .services .services__inner > .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .services__card {
    padding: 24px 20px 55px;
  }
  .services__icon {
    width: 66px;
    height: 66px;
    margin-bottom: 36px;
  }
  .services__icon img {
    width: 30px;
    height: 30px;
  }
  .services .services__content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 330px;
  }
  .services__title {
    font-size: 18px;
    line-height: 140%;
    min-height: 50.4px;
    width: auto;
    margin-bottom: 12px;
  }
  .services__line {
    width: 140px;
    height: 4px;
    margin-bottom: 24px;
  }
  .services__text {
    font-size: 15px;
    line-height: 1.5;
    width: auto;
    min-height: 63px;
    padding-right: 0;
  }
  .service__cta {
    margin-top: auto;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .services__inner {
    padding: 0px 0;
    grid-template-columns: 1fr;
  }
  .services .services__inner > .container {
    grid-template-columns: 1fr;
  }
  .services__card {
    padding: 40px 16px 40px;
    border-left: 0;
    border-right: 0;
  }
  .services__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .services__icon img {
    width: 26px;
    height: 26px;
  }
  .services__title {
    font-size: 17px;
    line-height: 140%;
    min-height: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .services__line {
    width: 110px;
    height: 4px;
    margin-bottom: 18px;
  }
  .services__text {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
    min-height: auto;
    padding-right: 0;
  }
  .services .services__content {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: auto;
  }
  .service__cta {
    margin-top: auto;
    margin-top: 20px;
  }
}
.serviceDetail {
  width: 100%;
  background: #ffffff;
}
.serviceDetail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  margin-bottom: 24px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.serviceDetail__title {
  margin: 0 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #2e6172;
}
.serviceDetail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
}
.serviceDetail__metaDot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe0002;
  flex-shrink: 0;
}
.serviceDetail__image {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 48px;
}
.serviceDetail__content {
  max-width: 860px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #242424;
}
.serviceDetail__content h2,
.serviceDetail__content h3,
.serviceDetail__content h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #2e6172;
  margin: 40px 0 16px;
  line-height: 1.3;
}
.serviceDetail__content h2 {
  font-size: 26px;
}
.serviceDetail__content h3 {
  font-size: 22px;
}
.serviceDetail__content h4 {
  font-size: 18px;
}
.serviceDetail__content p {
  margin: 0 0 24px;
}
.serviceDetail__content ul,
.serviceDetail__content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.serviceDetail__content ul li,
.serviceDetail__content ol li {
  margin-bottom: 8px;
}
.serviceDetail__content ul li {
  list-style: disc;
}
.serviceDetail__content ol li {
  list-style: decimal;
}
.serviceDetail__content a {
  color: #fe0002;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.serviceDetail__content a:hover {
  opacity: 0.75;
}
.serviceDetail__content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #fe0002;
  background: rgba(124, 220, 253, 0.15);
  border-radius: 0 9px 9px 0;
  font-style: italic;
  color: #2e6172;
}
.serviceDetail__content blockquote p {
  margin: 0;
}
.serviceDetail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
  margin: 24px 0;
  display: block;
}
.serviceDetail__content strong {
  font-weight: 700;
  color: #2e6172;
}
.serviceDetail__content hr {
  border: none;
  border-top: 1px solid rgba(124, 220, 253, 0.5);
  margin: 40px 0;
}
.serviceDetail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  padding: 0 20px 0 12px;
  min-height: 44px;
  border: 1px solid #2e6172;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2e6172;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.serviceDetail__back:hover, .serviceDetail__back:focus-visible {
  background: #2e6172;
  color: #ffffff;
  outline: none;
}
.serviceDetail__backIcon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}
.serviceDetail__backIcon img {
  width: 8px;
  height: 8px;
  object-fit: contain;
  display: block;
}
.serviceDetail__back:hover .serviceDetail__backIcon, .serviceDetail__back:focus-visible .serviceDetail__backIcon {
  background: #ffffff;
}
.serviceDetail__back:hover .serviceDetail__backIcon img, .serviceDetail__back:focus-visible .serviceDetail__backIcon img {
  filter: invert(1);
}

/* 1240 */
@media (max-width: 1240px) {
  .serviceDetail__title {
    font-size: 30px;
  }
  .serviceDetail__image {
    max-height: 420px;
  }
  .serviceDetail__content h2 {
    font-size: 22px;
  }
  .serviceDetail__content h3 {
    font-size: 19px;
  }
  .serviceDetail__content h4 {
    font-size: 16px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .serviceDetail__title {
    font-size: 26px;
  }
  .serviceDetail__image {
    max-height: 360px;
    margin-bottom: 32px;
  }
  .serviceDetail__content {
    font-size: 15px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .serviceDetail__tag {
    font-size: 13px;
  }
  .serviceDetail__title {
    font-size: 22px;
    line-height: 1.3;
  }
  .serviceDetail__meta {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .serviceDetail__image {
    max-height: 260px;
    margin-bottom: 24px;
  }
  .serviceDetail__content {
    font-size: 14px;
    line-height: 1.7;
  }
  .serviceDetail__content h2 {
    font-size: 20px;
  }
  .serviceDetail__content h3 {
    font-size: 17px;
  }
  .serviceDetail__content h4 {
    font-size: 15px;
  }
  .serviceDetail__content blockquote {
    padding: 14px 16px;
    margin: 20px 0;
  }
  .serviceDetail__back {
    margin-top: 40px;
    font-size: 13px;
  }
}
.pourquoinous {
  width: 100%;
}
.pourquoinous__box {
  position: relative;
  width: 100%;
  max-width: 1326px;
  min-height: 745px;
  background: #16202c;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 51px;
  padding-right: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.01fr);
  column-gap: 48px;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
.pourquoinous__shape {
  position: absolute;
  left: 253px;
  top: -40px;
  width: 826px;
  height: 826px;
  pointer-events: none;
  z-index: 1;
}
.pourquoinous__shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pourquoinous__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 587px;
  min-width: 0;
}
.pourquoinous__top {
  width: 100%;
  max-width: 507px;
  margin-bottom: 100px;
}
.pourquoinous__title {
  margin: 0 0 23px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
}
.pourquoinous__line {
  display: block;
  width: 100%;
  max-width: 507px;
  height: 2px;
  background: #fe0002;
  margin-bottom: 40px;
}
.pourquoinous__text {
  margin: 0 0 40px;
  width: 100%;
  max-width: 486px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.pourquoinous__stats {
  width: 100%;
  max-width: 587px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}
.pourquoinous__stat {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pourquoinous__statNumber {
  display: block;
  margin: 0 0 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #7cdcfd;
}
.pourquoinous__statLabel {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  white-space: nowrap;
}
.pourquoinous__media {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 639px;
  aspect-ratio: 639/557;
  align-self: center;
  justify-self: end;
  min-width: 0;
}
.pourquoinous__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .pourquoinous__box {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    padding: 64px 32px;
    padding-right: 0;
    min-height: auto;
  }
  .pourquoinous__shape {
    width: 608px;
    height: 608px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .pourquoinous__content {
    max-width: 100%;
  }
  .pourquoinous__top {
    max-width: 100%;
    margin-bottom: 56px;
  }
  .pourquoinous__line {
    max-width: 100%;
  }
  .pourquoinous__text {
    max-width: 100%;
  }
  .pourquoinous__stats {
    max-width: 100%;
  }
  .pourquoinous__media {
    max-width: 100%;
    height: auto;
    aspect-ratio: 639/557;
  }
  .pourquoinous__statNumber {
    font-size: 38px;
  }
  .pourquoinous__statLabel {
    font-size: 17px;
    line-height: 1.5;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .pourquoinous__box {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 24px;
  }
  .pourquoinous__content {
    order: 1;
    max-width: 100%;
  }
  .pourquoinous__media {
    order: 2;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    aspect-ratio: 16/11;
  }
  .pourquoinous__shape {
    width: 480px;
    height: 480px;
    left: 50%;
    top: 64px;
    transform: translateX(-50%);
  }
  .pourquoinous__top {
    margin-bottom: 36px;
  }
  .pourquoinous__title {
    font-size: 18px;
    line-height: 1.55;
  }
  .pourquoinous__line {
    height: 5px;
    margin-bottom: 28px;
  }
  .pourquoinous__text {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.55;
  }
  .pourquoinous__stats {
    gap: 24px;
    flex-wrap: wrap;
  }
  .pourquoinous__stat {
    flex: 0 0 calc(33.333% - 16px);
  }
  .pourquoinous__statNumber {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .pourquoinous__statLabel {
    font-size: 16px;
    line-height: 1.45;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .pourquoinous__box {
    padding: 36px 16px;
    gap: 28px;
  }
  .pourquoinous__shape {
    width: 352px;
    height: 352px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pourquoinous__top {
    margin-bottom: 28px;
  }
  .pourquoinous__title {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.5;
  }
  .pourquoinous__line {
    height: 4px;
    margin-bottom: 20px;
  }
  .pourquoinous__text {
    max-width: 100%;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.5;
  }
  .pourquoinous__media {
    aspect-ratio: 16/12;
  }
  .pourquoinous__stats {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .pourquoinous__stat {
    width: 100%;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pourquoinous__statNumber {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .pourquoinous__statLabel {
    font-size: 16px;
    line-height: 1.5;
  }
}
.processus {
  width: 100%;
}
.processus__wrapper {
  width: 100%;
  background: #16202c;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.processus__wrapper::before {
  content: "";
  position: absolute;
  left: -97px;
  top: 259px;
  width: 647px;
  height: 826px;
  background-image: var(--processus-bg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  z-index: 1;
}
.processus__box {
  width: 100%;
  background: #16202c;
  position: relative;
  overflow: hidden;
  min-height: 577px;
}
.processus__box::before {
  content: "";
  position: absolute;
  left: -97px;
  top: 259px;
  width: 647px;
  height: 826px;
  background-image: var(--processus-bg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
  z-index: 1;
}
.processus .processus__subtitle {
  color: #7CDCFD;
}
.processus .processus__subtitle::before {
  background: #7CDCFD !important;
}
.processus .processus__heading {
  color: #FFFFFF !important;
}
.processus__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.processus__item {
  width: 100%;
  min-width: 0;
}
.processus__media {
  position: relative;
  width: 100%;
  height: 273px;
  overflow: hidden;
}
.processus__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.processus__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.processus__title {
  position: absolute;
  left: 16px;
  bottom: 20px;
  width: 212px;
  margin: 0;
  font-style: semibold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0;
  color: #ffffff;
  z-index: 2;
}
.processus__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #fe0002;
  z-index: 2;
}
.processus__text {
  margin-top: 59px;
  margin-left: 0;
  width: 100%;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .processus__box {
    padding: 52px 32px;
  }
  .processus__box::before {
    left: -70px;
    top: auto;
    bottom: -100px;
    width: 520px;
    height: 680px;
    opacity: 0.7;
    background-image: var(--processus-bg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
  .processus__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    gap: 32px 24px;
  }
  .processus__item {
    width: 100%;
    min-width: 0;
    margin-bottom: 50px;
  }
  .processus__media {
    width: 100%;
    height: 300px;
  }
  .processus__title {
    left: 16px;
    bottom: 18px;
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    z-index: 2;
  }
  .processus__line {
    z-index: 2;
  }
  .processus__text {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.55;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .processus__box {
    padding: 44px 24px;
  }
  .processus__box::before {
    left: -80px;
    top: auto;
    bottom: -80px;
    width: 420px;
    height: 560px;
    opacity: 0.55;
    background-image: var(--processus-bg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
  }
  .processus__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
  .processus__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .processus__media {
    width: 100%;
    height: 250px;
  }
  .processus__title {
    left: 14px;
    bottom: 16px;
    width: calc(100% - 28px);
    font-size: 18px;
    line-height: 1.35;
    margin: 0;
  }
  .processus__line {
    height: 5px;
  }
  .processus__text {
    margin-left: 0;
    margin-top: 14px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .processus__wrapper {
    padding-top: 30px;
  }
  .processus__box {
    padding: 0px 16px;
  }
  .processus__box::before {
    display: none;
  }
  .processus__grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .processus__item {
    width: 100%;
  }
  .processus__media {
    width: 100%;
    height: 220px;
  }
  .processus__title {
    left: 12px;
    bottom: 15px;
    width: calc(100% - 24px);
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
  }
  .processus__line {
    height: 4px;
  }
  .processus__text {
    margin-left: 0;
    margin-top: 14px;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
}
.processDetail {
  width: 100%;
  background: #ffffff;
}
.processDetail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  margin-bottom: 24px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.processDetail__title {
  margin: 0 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #2e6172;
}
.processDetail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
}
.processDetail__metaDot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe0002;
  flex-shrink: 0;
}
.processDetail__image {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 48px;
}
.processDetail__content {
  max-width: 860px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #242424;
}
.processDetail__content h2,
.processDetail__content h3,
.processDetail__content h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #2e6172;
  margin: 40px 0 16px;
  line-height: 1.3;
}
.processDetail__content h2 {
  font-size: 26px;
}
.processDetail__content h3 {
  font-size: 22px;
}
.processDetail__content h4 {
  font-size: 18px;
}
.processDetail__content p {
  margin: 0 0 24px;
}
.processDetail__content ul,
.processDetail__content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.processDetail__content ul li,
.processDetail__content ol li {
  margin-bottom: 8px;
}
.processDetail__content ul li {
  list-style: disc;
}
.processDetail__content ol li {
  list-style: decimal;
}
.processDetail__content a {
  color: #fe0002;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.processDetail__content a:hover {
  opacity: 0.75;
}
.processDetail__content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #fe0002;
  background: rgba(124, 220, 253, 0.15);
  border-radius: 0 9px 9px 0;
  font-style: italic;
  color: #2e6172;
}
.processDetail__content blockquote p {
  margin: 0;
}
.processDetail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
  margin: 24px 0;
  display: block;
}
.processDetail__content strong {
  font-weight: 700;
  color: #2e6172;
}
.processDetail__content hr {
  border: none;
  border-top: 1px solid rgba(124, 220, 253, 0.5);
  margin: 40px 0;
}
.processDetail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  padding: 0 20px 0 12px;
  min-height: 44px;
  border: 1px solid #2e6172;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2e6172;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.processDetail__back:hover, .processDetail__back:focus-visible {
  background: #2e6172;
  color: #ffffff;
  outline: none;
}
.processDetail__backIcon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}
.processDetail__backIcon img {
  width: 8px;
  height: 8px;
  object-fit: contain;
  display: block;
}
.processDetail__back:hover .processDetail__backIcon, .processDetail__back:focus-visible .processDetail__backIcon {
  background: #ffffff;
}
.processDetail__back:hover .processDetail__backIcon img, .processDetail__back:focus-visible .processDetail__backIcon img {
  filter: invert(1);
}

/* 1240 */
@media (max-width: 1240px) {
  .processDetail__title {
    font-size: 30px;
  }
  .processDetail__image {
    max-height: 420px;
  }
  .processDetail__content h2 {
    font-size: 22px;
  }
  .processDetail__content h3 {
    font-size: 19px;
  }
  .processDetail__content h4 {
    font-size: 16px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .processDetail__title {
    font-size: 26px;
  }
  .processDetail__image {
    max-height: 360px;
    margin-bottom: 32px;
  }
  .processDetail__content {
    font-size: 15px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .processDetail__tag {
    font-size: 13px;
  }
  .processDetail__title {
    font-size: 22px;
    line-height: 1.3;
  }
  .processDetail__meta {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .processDetail__image {
    max-height: 260px;
    margin-bottom: 24px;
  }
  .processDetail__content {
    font-size: 14px;
    line-height: 1.7;
  }
  .processDetail__content h2 {
    font-size: 20px;
  }
  .processDetail__content h3 {
    font-size: 17px;
  }
  .processDetail__content h4 {
    font-size: 15px;
  }
  .processDetail__content blockquote {
    padding: 14px 16px;
    margin: 20px 0;
  }
  .processDetail__back {
    margin-top: 40px;
    font-size: 13px;
  }
}
.projects {
  width: 100%;
}
.projects__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}
.projects__headingBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.projects__button {
  align-self: flex-start;
  margin-top: 19px;
  flex-shrink: 0;
  padding-right: 10px;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.projects__card {
  width: 100%;
  min-width: 0;
}
.projects__link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  background: transparent;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.projects .projects__link:hover .projects__content {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.projects__media {
  position: relative;
  width: 100%;
  height: 655px;
  gap: 40px;
  overflow: hidden;
}
.projects__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.projects__link:hover .projects__media img {
  transform: scale(1.06);
}
.projects__category {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  height: 36px;
  padding: 0 18px;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.projects__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 56px);
  max-width: 404px;
  min-height: 168px;
  background: #ffffff;
  padding: 36px 56px 18px 36px;
  box-sizing: border-box;
  z-index: 3;
  overflow: visible;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.projects__city {
  position: absolute;
  top: -35px;
  left: 0;
  min-width: 183px;
  height: 36px;
  padding-top: 12px;
  padding-left: 36px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0%;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 4;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.projects__title__text {
  margin: 0 0 6px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #2e6172;
  transition: color 0.35s ease;
}
.projects__text {
  margin: 0;
  max-width: 333px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  transition: color 0.35s ease;
}
.projects__icon {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #2e6172;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s ease, border-color 0.4s ease;
  z-index: 4;
  will-change: transform;
}
.projects__icon img {
  width: 12.05px;
  height: 10.24px;
  object-fit: contain;
  display: block;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
}
.projects__link:hover .projects__category {
  background: #fe0002;
}
.projects__link:hover .projects__city {
  background: #fe0002;
}
.projects__link:hover .projects__icon {
  transform: translate(2px, -2px);
  background: #fe0002;
  border-color: #fe0002;
}
.projects__link:hover .projects__icon img {
  transform: rotate(45deg);
}
.projects__link:hover .projects__content {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* =========================
   <= 1240px
========================= */
@media (max-width: 1240px) {
  .projects__top {
    gap: 20px;
    margin-bottom: 22px;
  }
  .projects__title {
    font-size: 28px;
  }
  .projects__grid {
    gap: 12px;
  }
  .projects__media {
    aspect-ratio: 1/0.9;
  }
  .projects__category {
    min-width: 128px;
    height: 32px;
    padding: 0 16px;
    font-size: 15px;
  }
  .projects__content {
    width: calc(100% - 42px);
    max-width: 360px;
    min-height: 152px;
    padding: 28px 48px 16px 18px;
  }
  .projects__city {
    position: absolute;
    top: -35px;
    left: 0;
    min-width: 183px;
    height: 36px;
    padding-top: 12px;
    padding-left: 36px;
    background: #2e6172;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0%;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 4;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .projects__title__text {
    font-size: 18px;
    line-height: 24px;
  }
  .projects__text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .projects__icon {
    right: -16px;
    width: 36px;
    height: 36px;
  }
  .projects__icon img {
    width: 11px;
    height: 9px;
  }
}
/* =========================
   <= 1024px
========================= */
@media (max-width: 1024px) {
  .projects__top {
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 20px;
  }
  .projects__title {
    font-size: 26px;
  }
  .projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .projects__media {
    aspect-ratio: 1/0.95;
  }
  .projects__category {
    min-width: 112px;
    height: 30px;
    padding: 0 14px;
    font-size: 13px;
  }
  .projects__content {
    width: calc(100% - 28px);
    max-width: none;
    min-height: 138px;
    padding: 22px 42px 14px 14px;
  }
  .projects__city {
    top: -30px;
    min-width: 140px;
    height: 30px;
    font-size: 13px;
    padding-top: 8px;
    padding-left: 14px;
  }
  .projects__title__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .projects__text {
    font-size: 14px;
    line-height: 1.45;
  }
  .projects__icon {
    right: -14px;
    width: 34px;
    height: 34px;
  }
  .projects__icon img {
    width: 10px;
    height: 8px;
  }
}
/* =========================
   <= 767px
========================= */
@media (max-width: 767px) {
  .projects__media {
    height: 450px;
  }
  .projects__top {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .projects__subtitle {
    padding-left: 34px;
    font-size: 12px;
  }
  .projects__subtitle::before {
    width: 22px;
    height: 2px;
  }
  .projects__title {
    font-size: 22px;
  }
  .projects__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .projects__media {
    aspect-ratio: 1/0.98;
  }
  .projects__category {
    min-width: 100px;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }
  .projects__content {
    width: calc(100% - 20px);
    min-height: 135px;
    padding: 18px 40px 12px 12px;
  }
  .projects__city {
    top: -30px;
    min-width: 140px;
    height: 30px;
    font-size: 13px;
    padding-top: 10px;
    padding-left: 12px;
  }
  .projects__title__text {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .projects__text {
    font-size: 15px;
    line-height: 1.4;
  }
  .projects__icon {
    right: -12px;
    width: 32px;
    height: 32px;
  }
  .projects__icon img {
    width: 9px;
    height: 8px;
  }
  .projects__button {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
}
/* =========================
   PAGES - ABOUT
========================= */
.aboutIntro {
  width: 100%;
  background: #ffffff;
  padding-bottom: 0px;
}
.aboutIntro .titre__header {
  margin-bottom: 40px;
}
.aboutIntro .titre__subtitle {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fe0002;
  margin-bottom: 8px;
}
.aboutIntro .titre__subtitle::before {
  content: "";
  display: inline-block;
  flex: 0 0 61px;
  width: 61px;
  height: 6px;
  background: #fe0002;
}
.aboutIntro .titre__heading {
  margin: 0 0 0 67px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(24px, 3.2vw, 46px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #111111;
  white-space: nowrap;
}
.aboutIntro__grid {
  display: grid;
  grid-template-columns: minmax(0, 539px) minmax(0, 597px);
  justify-content: space-between;
  align-items: start;
  column-gap: 58px;
}
.aboutIntro__content {
  padding-top: 1px;
}
.aboutIntro__text {
  margin: 0 0 16px;
  max-width: 539px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2f2f2f;
}
.aboutIntro__text:last-child {
  margin-bottom: 0;
}
.aboutIntro__text span {
  color: #fe0002;
  font-weight: 700;
}
.aboutIntro__media {
  margin: 91px 0 0 0;
  width: 100%;
  max-width: 597px;
  border-radius: 16px;
  overflow: hidden;
}
.aboutIntro__image {
  width: 597px;
  height: 595px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .aboutIntro {
    padding: 44px 0 64px;
  }
  .aboutIntro .titre__heading {
    font-size: clamp(22px, 2.8vw, 38px);
    margin-left: 75px;
    white-space: nowrap;
  }
  .aboutIntro__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
  }
  .aboutIntro__text {
    font-size: 15px;
  }
  .aboutIntro__media {
    margin-top: 70px;
  }
  .aboutIntro__image {
    width: 100%;
    height: 520px;
  }
}
/* =========================
   1024px — tablette
========================= */
@media (max-width: 1024px) {
  .aboutIntro {
    padding: 40px 0 56px;
  }
  .aboutIntro .titre__subtitle {
    gap: 7px;
  }
  .aboutIntro .titre__subtitle::before {
    flex: 0 0 42px;
    width: 42px;
    height: 5px;
  }
  .aboutIntro .titre__heading {
    font-size: 30px;
    margin-left: 55px;
    white-space: normal;
  }
  .aboutIntro__grid {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .aboutIntro__content {
    max-width: 100%;
  }
  .aboutIntro__text {
    max-width: 100%;
    font-size: 15px;
  }
  .aboutIntro__media {
    margin-top: 0;
    max-width: 100%;
  }
  .aboutIntro__image {
    width: 100%;
    height: 520px;
  }
}
/* =========================
   767px — mobile large
========================= */
@media (max-width: 767px) {
  .aboutIntro {
    padding: 32px 0 0;
  }
  .aboutIntro .titre__subtitle {
    font-size: 13px;
    gap: 7px;
  }
  .aboutIntro .titre__subtitle::before {
    flex: 0 0 42px;
    width: 42px;
    height: 4px;
  }
  .aboutIntro .titre__heading {
    font-size: 22px;
    margin-left: 49px;
    white-space: normal;
    line-height: 1.2;
  }
  .aboutIntro__text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .aboutIntro__media {
    border-radius: 12px;
  }
  .aboutIntro__image {
    height: 360px;
    border-radius: 12px;
  }
}
/* =========================
   480px — mobile petit
========================= */
@media (max-width: 480px) {
  .aboutIntro {
    padding: 28px 0 3px;
  }
  .aboutIntro .titre__subtitle {
    font-size: 12px;
    gap: 7px;
  }
  .aboutIntro .titre__subtitle::before {
    flex: 0 0 34px;
    width: 34px;
    height: 4px;
  }
  .aboutIntro .titre__heading {
    font-size: 18px;
    margin-left: 41px;
    white-space: normal;
  }
  .aboutIntro__text {
    font-size: 13px;
    line-height: 1.65;
  }
  .aboutIntro__image {
    height: 280px;
  }
}
.promoCta {
  width: 100%;
  background: #ffffff;
}
.promoCta .container {
  padding-left: 0;
  padding-right: 0;
}
.promoCta__banner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 415px;
  margin: 0 auto;
  overflow: hidden;
}
.promoCta__bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.promoCta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.promoCta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 533px;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.promoCta__title {
  margin: 0 0 24px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff !important;
}
.promoCta__button {
  min-width: 284px;
  height: 40px;
  text-align: left;
}

.promoCta__title {
  color: #fff;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .promoCta__banner {
    height: 360px;
  }
  .promoCta__content {
    max-width: 500px;
    padding: 0 20px;
  }
}
/* =========================
   1024px
========================= */
@media (max-width: 1024px) {
  .promoCta__banner {
    height: 320px;
  }
  .promoCta__content {
    max-width: 460px;
    padding: 0 20px;
  }
  .promoCta__title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
/* =========================
   767px
========================= */
@media (max-width: 767px) {
  .promoCta {
    padding-bottom: 36px;
  }
  .promoCta__banner {
    height: 280px;
  }
  .promoCta__content {
    max-width: 100%;
    padding: 0 16px;
  }
  .promoCta__title {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }
  .promoCta__button {
    min-width: 200px;
    height: 38px;
    padding: 0 10px 0 14px;
    gap: 8px;
  }
  .promoCta__buttonText {
    font-size: 13px;
  }
  .promoCta__buttonIcon {
    width: 18px;
    height: 18px;
  }
}
/* =========================
   480px
========================= */
@media (max-width: 480px) {
  .promoCta__banner {
    height: 240px;
  }
  .promoCta__title {
    font-size: 13px;
  }
  .promoCta__button {
    min-width: 185px;
    height: 36px;
    padding: 0 8px 0 12px;
  }
  .promoCta__buttonText {
    font-size: 12px;
  }
}
.aboutVideo {
  width: 100%;
  background: #ffffff;
}
.aboutVideo__media {
  position: relative;
  width: 100%;
  height: 524px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  z-index: 2;
}
.aboutVideo__cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.aboutVideo__box {
  width: 100%;
  min-height: 821px;
  margin-top: -210px;
  padding-top: 290px;
  background: #16202c;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.aboutVideo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 99px;
  height: 99px;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.aboutVideo__play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}
.aboutVideo__play:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 999px;
}
.aboutVideo__playCircle {
  position: relative;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutVideo__playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.aboutVideo__content {
  width: 100%;
  margin: 0;
}
.aboutVideo__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.aboutVideo__accent {
  flex: 0 0 61px;
  width: 61px;
  height: 6px;
  background: #fe0002;
  display: block;
  align-self: center;
  margin-top: 4px;
}
.aboutVideo__title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 861px;
}
.aboutVideo__text p {
  margin: 0 0 20px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
.aboutVideo__text p:last-child {
  margin-bottom: 0;
}
.aboutVideo__text span {
  color: #7cdffd;
}
.aboutVideo__modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.aboutVideo__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.aboutVideo__modalOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.aboutVideo__modalDialog {
  position: relative;
  width: min(1000px, 100% - 32px);
  margin: 60px auto;
  background: #111923;
  border-radius: 16px;
  padding: 24px;
  z-index: 1;
}
.aboutVideo__modalTitle {
  margin: 0 0 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.aboutVideo__modalClose {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.aboutVideo__modalVideoWrap {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.aboutVideo__modalVideo {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  background: #000;
}

/* 1240 */
@media (max-width: 1240px) {
  .aboutVideo .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .aboutVideo__media {
    height: 460px;
  }
  .aboutVideo__title {
    font-size: 40px;
  }
  .aboutVideo__box {
    margin-top: -72px;
    padding: 104px 0 34px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .aboutVideo .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .aboutVideo__media {
    height: 380px;
    border-radius: 14px;
  }
  .aboutVideo__box {
    margin-top: -58px;
    padding: 86px 0 30px;
  }
  .aboutVideo__title {
    font-size: 30px;
  }
  .aboutVideo__modalDialog {
    width: min(920px, 100% - 24px);
    padding: 20px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .aboutVideo .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .aboutVideo__media {
    height: 250px;
    border-radius: 12px;
  }
  .aboutVideo__box {
    margin-top: -34px;
    padding: 56px 0 24px;
  }
  .aboutVideo__title {
    font-size: 20px;
  }
  .aboutVideo__heading {
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .aboutVideo__accent {
    flex: 0 0 40px;
    width: 40px;
    margin-top: 0;
  }
  .aboutVideo__play, .aboutVideo__playCircle {
    width: 72px;
    height: 72px;
  }
  .aboutVideo__playIcon {
    width: 20px;
    height: 20px;
  }
  .aboutVideo__modalDialog {
    width: calc(100% - 16px);
    margin: 30px auto;
    padding: 16px;
    border-radius: 12px;
  }
  .aboutVideo__modalTitle {
    font-size: 18px;
    padding-right: 40px;
  }
  .aboutVideo__modalClose {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .aboutVideo .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .aboutVideo__media {
    height: 210px;
    border-radius: 10px;
  }
  .aboutVideo__box {
    margin-top: -28px;
    padding: 46px 0 20px;
  }
}
.aboutVision {
  width: 100%;
  background: #ffffff;
  padding-top: 100px;
}
.aboutVision__grid {
  display: grid;
  grid-template-columns: 559px 622px;
  justify-content: space-between;
  align-items: start;
  column-gap: 57px;
}
.aboutVision__column {
  display: flex;
  flex-direction: column;
}
.aboutVision__column--left {
  gap: 171px;
}
.aboutVision__column--right {
  gap: 70px;
  margin-top: 156px;
}
.aboutVision__intro {
  width: 100%;
  max-width: 559px;
}
.aboutVision__commitment {
  width: 100%;
  max-width: 622px;
}
.aboutVision__heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.aboutVision__accent {
  flex: 0 0 61px;
  width: 61px;
  height: 6px;
  background: #fe0002;
  display: block;
  align-self: center;
  flex-shrink: 0;
}
.aboutVision__title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  max-width: 700px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2e6172;
  white-space: nowrap;
}
.aboutVision__text {
  margin: 0;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #2f2f2f;
}
.aboutVision__text span {
  color: #fe0002;
  font-weight: 500;
}
.aboutVision__text--bottom {
  max-width: 622px;
}
.aboutVision__media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.aboutVision__media--top {
  width: 100%;
  max-width: 622px;
}
.aboutVision__media--bottom {
  width: 100%;
  max-width: 558px;
}
.aboutVision__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.aboutVision__media--top .aboutVision__image {
  height: 587px;
}
.aboutVision__media--bottom .aboutVision__image {
  height: 476px;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .aboutVision {
    padding-top: 80px;
    padding-bottom: 32px;
  }
  .aboutVision__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .aboutVision__column--left {
    gap: 100px;
  }
  .aboutVision__column--right {
    gap: 80px;
    margin-top: 120px;
  }
  .aboutVision__title {
    font-size: 38px;
  }
  .aboutVision__accent {
    width: 52px;
    flex-basis: 52px;
    height: 5px;
  }
  .aboutVision__media--top, .aboutVision__media--bottom, .aboutVision__intro, .aboutVision__commitment {
    max-width: 100%;
  }
  .aboutVision__media--top .aboutVision__image {
    height: 500px;
  }
  .aboutVision__media--bottom .aboutVision__image {
    height: 410px;
  }
}
/* =========================
   1024px
========================= */
@media (max-width: 1024px) {
  .aboutVision {
    padding-top: 56px;
  }
  .aboutVision__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
  .aboutVision__column--left, .aboutVision__column--right {
    gap: 24px;
  }
  .aboutVision__column--right {
    margin-top: 0;
  }
  .aboutVision__intro, .aboutVision__commitment, .aboutVision__media--top, .aboutVision__media--bottom {
    max-width: 100%;
  }
  .aboutVision__heading {
    margin-bottom: 16px;
  }
  .aboutVision__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .aboutVision__text, .aboutVision__text--bottom {
    max-width: 100%;
    font-size: 15px;
  }
  .aboutVision__media--top .aboutVision__image {
    height: 460px;
  }
  .aboutVision__media--bottom .aboutVision__image {
    height: 400px;
  }
}
/* =========================
   767px
========================= */
@media (max-width: 767px) {
  .aboutVision {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .aboutVision__grid {
    row-gap: 20px;
  }
  .aboutVision__column--left, .aboutVision__column--right {
    gap: 18px;
  }
  .aboutVision__heading {
    gap: 8px;
    margin-bottom: 12px;
  }
  .aboutVision__accent {
    width: 40px;
    flex-basis: 40px;
    height: 4px;
  }
  .aboutVision__title {
    font-size: 22px;
    line-height: 1.2;
  }
  .aboutVision__text, .aboutVision__text--bottom {
    font-size: 14px;
    line-height: 1.7;
  }
  .aboutVision__media--top, .aboutVision__media--bottom {
    border-radius: 8px;
  }
  .aboutVision__media--top .aboutVision__image {
    height: 320px;
  }
  .aboutVision__media--bottom .aboutVision__image {
    height: 300px;
  }
}
/* =========================
   480px
========================= */
@media (max-width: 480px) {
  .aboutVision {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .aboutVision__accent {
    width: 34px;
    flex-basis: 34px;
  }
  .aboutVision__title {
    font-size: 18px;
  }
  .aboutVision__text, .aboutVision__text--bottom {
    font-size: 13px;
  }
  .aboutVision__media--top .aboutVision__image {
    height: 250px;
  }
  .aboutVision__media--bottom .aboutVision__image {
    height: 230px;
  }
}
/* =========================
   PAGES - NOS EXPERTISE
========================= */
.expertiseShowcase {
  width: 100%;
  background: #ffffff;
}
.expertiseShowcase__box {
  position: relative;
  width: 100%;
  padding: 84px 0 23px;
  background: #16202c;
  box-sizing: border-box;
}
.expertiseShowcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 522px;
  gap: 31px;
  align-items: start;
}
.expertiseShowcase__content {
  min-width: 0;
}
.expertiseShowcase__intro {
  max-width: 756px;
  margin: 0 0 61px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
.expertiseShowcase__intro span {
  color: #7cdcf0;
  font-weight: 500;
}
.expertiseShowcase__list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  border-top: 1px solid rgba(124, 220, 240, 0.18);
}
.expertiseShowcase__item {
  display: flex;
  align-items: center;
  min-height: 134px;
  column-gap: 38px;
  border-bottom: 1px solid rgba(124, 220, 240, 0.18);
  transition: all 0.3s ease;
}
.expertiseShowcase__item:hover .expertiseShowcase__number {
  background: #fe0002;
}
.expertiseShowcase__item:hover .expertiseShowcase__itemTitle {
  color: #fe0002;
}
.expertiseShowcase__item:hover .expertiseShowcase__arrowIcon {
  transform: translate(3px, -3px);
  filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(7493%) hue-rotate(1deg) brightness(101%) contrast(106%);
}
.expertiseShowcase__itemMain {
  width: 319px;
  min-width: 319px;
  display: flex;
  align-items: flex-start;
  column-gap: 54px;
}
.expertiseShowcase__number {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  border-radius: 50%;
  background: #2e6172;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.expertiseShowcase__itemTitle {
  width: 230px;
  min-width: 230px;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #7cdcf0;
  transition: color 0.3s ease;
}
.expertiseShowcase__itemText {
  flex: 1 1 auto;
  max-width: 386px;
  margin: 0;
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
.expertiseShowcase__itemText span {
  color: #7cdcf0;
}
.expertiseShowcase__arrow {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertiseShowcase__arrowIcon {
  display: block;
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.expertiseShowcase__media {
  margin: 0;
  width: 100%;
  max-width: 522px;
  border-radius: 16px;
  overflow: hidden;
}
.expertiseShowcase__image {
  width: 100%;
  height: 744px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}
.expertiseShowcase .expertiseShowcase__button {
  display: flex;
  justify-content: center;
  width: 284px;
  height: 40px;
  margin-bottom: 30px;
}

.expertiseShowcase__ctaWrapper {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}

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

/* 1240 */
@media (max-width: 1240px) {
  .expertiseShowcase__box {
    padding: 48px 24px 24px;
  }
  .expertiseShowcase__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 24px;
    align-items: start;
  }
  .expertiseShowcase__content {
    min-width: 0;
  }
  .expertiseShowcase__media {
    width: 100%;
    max-width: 420px;
    justify-self: center;
    display: flex;
    justify-content: center;
  }
  .expertiseShowcase__image {
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
  }
  .expertiseShowcase__intro {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .expertiseShowcase__item {
    min-height: auto;
    padding: 24px 0;
    column-gap: 20px;
    align-items: flex-start;
  }
  .expertiseShowcase__itemMain {
    width: 260px;
    min-width: 260px;
    column-gap: 20px;
    align-items: flex-start;
  }
  .expertiseShowcase__itemTitle {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.5;
  }
  .expertiseShowcase__itemText {
    flex: 1 1 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.6;
  }
  .expertiseShowcase__arrow {
    flex: 0 0 20px;
    margin-top: 4px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .expertiseShowcase__box {
    padding: 28px 18px 20px;
  }
  .expertiseShowcase__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .expertiseShowcase__media {
    max-width: 100%;
    order: -1;
  }
  .expertiseShowcase__image {
    height: 520px;
  }
  .expertiseShowcase__intro {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .expertiseShowcase__item {
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 0;
  }
  .expertiseShowcase__itemMain {
    width: 100%;
    min-width: 0;
    column-gap: 20px;
  }
  .expertiseShowcase__itemTitle {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }
  .expertiseShowcase__itemText {
    width: calc(100% - 55px);
    max-width: none;
    margin-left: 55px;
  }
  .expertiseShowcase__arrow {
    display: none;
  }
  .expertiseShowcase__cta {
    margin-left: 0;
  }
}
/* 767 */
@media (max-width: 767px) {
  .expertiseShowcase {
    padding-bottom: 40px;
  }
  .expertiseShowcase__box {
    padding: 22px 14px 18px;
  }
  .expertiseShowcase__intro {
    font-size: 14px;
    line-height: 1.7;
  }
  .expertiseShowcase__item {
    padding: 16px 0;
    row-gap: 10px;
  }
  .expertiseShowcase__itemMain {
    column-gap: 12px;
  }
  .expertiseShowcase__number {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 12px;
  }
  .expertiseShowcase__itemText {
    width: calc(100% - 40px);
    margin-left: 40px;
    font-size: 13px;
  }
  .expertiseShowcase__itemTitle {
    font-size: 14px;
  }
  .expertiseShowcase__image {
    height: 380px;
    border-radius: 12px;
  }
  .expertiseShowcase__media {
    border-radius: 12px;
  }
  .expertiseShowcase__cta {
    min-width: 175px;
    height: 32px;
  }
  .expertiseShowcase__ctaText {
    font-size: 10px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .expertiseShowcase__box {
    padding: 18px 12px 16px;
  }
  .expertiseShowcase__image {
    height: 300px;
    border-radius: 10px;
  }
  .expertiseShowcase__media {
    border-radius: 10px;
  }
  .expertiseShowcase__intro {
    font-size: 13px;
  }
  .expertiseShowcase__itemTitle {
    font-size: 13px;
  }
  .expertiseShowcase__itemText {
    font-size: 12px;
  }
}
/* =========================
   PAGES - NOS RÉALISATION
========================= */
.projectsShowcase {
  width: 100%;
  background: #ffffff;
}
.projectsShowcase__header {
  margin-bottom: 0;
}
.projectsShowcase__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.projectsShowcase__accent {
  flex: 0 0 61px;
  width: 61px;
  height: 6px;
  background: #fe0002;
  display: block;
  flex-shrink: 0;
}
.projectsShowcase__title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fe0002;
}
.projectsShowcase .titre__heading {
  margin: 0 0 0 73px;
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2e6172;
}
.projectsShowcase__eyebrow {
  display: inline-block;
  font-family: "Roboto Serif", serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #2e6172;
}
.projectsShowcase__media {
  position: relative;
  z-index: 2;
}
.projectsShowcase__hero {
  position: relative;
  width: 100%;
  height: 545px;
  border-radius: 6px;
  overflow: hidden;
}
.projectsShowcase__heroImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projectsShowcase__heroOverlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.16) 38%, rgba(0, 0, 0, 0.45) 100%);
}
.projectsShowcase__heroOverlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.projectsShowcase__heroContent {
  position: absolute;
  top: 117px;
  right: 240px;
  width: 383px;
  max-width: calc(100% - 40px);
  z-index: 2;
}
.projectsShowcase__heroText {
  margin: 0;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
.projectsShowcase__box {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -186px;
  padding: 286px 0px 35px;
  background: #16202c;
  box-sizing: border-box;
  overflow: hidden;
}
.projectsShowcase__filters {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 88px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16.88px;
}
.projectsShowcase__filter {
  min-height: 41px;
  border: 1px solid #2e6172;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2e6172;
  cursor: pointer;
  transition: all 0.3s ease;
}
.projectsShowcase__filter:hover, .projectsShowcase__filter:focus-visible {
  background: #fe0002;
  border-color: #fe0002;
  color: #ffffff;
  outline: none;
}
.projectsShowcase__slider {
  width: 100%;
}
.projectsShowcase__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 75.21px) / 4);
  gap: 25.07px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.projectsShowcase__track::-webkit-scrollbar {
  display: none;
}
.projectsShowcase__track:focus-visible {
  outline: 2px solid #7cdcf0;
  outline-offset: 4px;
}
.projectsShowcase__card {
  min-width: 0;
  border: 1px solid #2e6172;
  background: #ffffff;
  opacity: 0;
  transform: translateY(16px);
}
.projectsShowcase__card.is-visible {
  animation: cardFadeIn 0.35s ease forwards;
}
.projectsShowcase__card.is-hiding {
  animation: cardFadeOut 0.25s ease forwards;
}
.projectsShowcase__cardLink {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.projectsShowcase__cardMedia {
  width: 100%;
  height: 445px;
  overflow: hidden;
}
.projectsShowcase__cardImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.projectsShowcase__cardBody {
  display: flex;
  align-items: flex-top;
  justify-content: space-between;
  gap: 12px;
  min-height: 87px;
  padding: 24px 24px 22px 14px;
  background: #ffffff;
}
.projectsShowcase__cardText {
  min-width: 0;
}
.projectsShowcase__cardTitle {
  margin: 0 0 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #2e6172;
}
.projectsShowcase__cardCity {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fe0002;
}
.projectsShowcase__cardArrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #2e6172;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.projectsShowcase__cardArrow img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}
.projectsShowcase__cardLink:hover .projectsShowcase__cardImage, .projectsShowcase__cardLink:focus-visible .projectsShowcase__cardImage {
  transform: scale(1.05);
}
.projectsShowcase__cardLink:hover .projectsShowcase__cardArrow, .projectsShowcase__cardLink:focus-visible .projectsShowcase__cardArrow {
  background: #fe0002;
  border-color: #fe0002;
}
.projectsShowcase__cardLink:focus-visible {
  outline: none;
}
.projectsShowcase__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.projectsShowcase__progress {
  position: relative;
  flex: 1 1 auto;
  max-width: 1048px;
  height: 2px;
  background: rgba(124, 220, 240, 0.45);
  overflow: hidden;
}
.projectsShowcase__progressBar {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  max-width: 100%;
  height: 100%;
  background: #7cdcf0;
  transition: transform 0.3s ease, width 0.3s ease;
}
.projectsShowcase__nav {
  display: flex;
  align-items: center;
  gap: 11px;
}
.projectsShowcase__navBtn {
  width: 60px;
  height: 60px;
  border: 1px solid #2e6172;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.projectsShowcase__navBtn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.projectsShowcase__navBtn:hover, .projectsShowcase__navBtn:focus-visible {
  background: #fe0002;
  border-color: #fe0002;
  outline: none;
}
.projectsShowcase__navBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cardFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
/* 1240 */
@media (max-width: 1240px) {
  .projectsShowcase .titre__heading {
    font-size: 34px;
  }
  .projectsShowcase__hero {
    height: 400px;
  }
  .projectsShowcase__heroContent {
    top: 38px;
    right: 42px;
    width: 330px;
  }
  .projectsShowcase__box {
    margin-top: -40px;
    padding: 68px 18px 24px;
  }
  .projectsShowcase__cardMedia {
    height: 315px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .projectsShowcase .titre__heading {
    font-size: 28px;
    margin-left: 60px;
  }
  .projectsShowcase__accent {
    width: 48px;
    flex-basis: 48px;
  }
  .projectsShowcase__hero {
    height: 340px;
  }
  .projectsShowcase__heroContent {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    max-width: none;
  }
  .projectsShowcase__heroText {
    font-size: 14px;
    line-height: 1.5;
  }
  .projectsShowcase__box {
    margin-top: -34px;
    padding: 58px 16px 22px;
  }
  .projectsShowcase__filters {
    max-width: 100%;
    gap: 10px;
    margin-bottom: 24px;
  }
  .projectsShowcase__track {
    grid-auto-columns: calc((100% - 14px) / 2);
  }
  .projectsShowcase__cardMedia {
    height: 280px;
  }
  .projectsShowcase__cardBody {
    min-height: 78px;
    padding: 12px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .projectsShowcase__heading {
    gap: 8px;
  }
  .projectsShowcase__accent {
    flex: 0 0 40px;
    width: 40px;
    height: 4px;
  }
  .projectsShowcase__title {
    font-size: 12px;
  }
  .projectsShowcase .titre__heading {
    font-size: 20px;
    margin-left: 48px;
    margin-bottom: 20px;
  }
  .projectsShowcase__hero {
    height: 250px;
    border-radius: 4px;
  }
  .projectsShowcase__heroContent {
    right: 14px;
    left: 14px;
    bottom: 14px;
  }
  .projectsShowcase__heroText {
    font-size: 12px;
    line-height: 1.45;
  }
  .projectsShowcase__box {
    margin-top: -24px;
    padding: 42px 12px 18px;
  }
  .projectsShowcase__filters {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  .projectsShowcase__track {
    grid-auto-columns: 82%;
    gap: 12px;
    margin-bottom: 16px;
  }
  .projectsShowcase__cardMedia {
    height: 240px;
  }
  .projectsShowcase__cardBody {
    min-height: 70px;
    padding: 10px;
  }
  .projectsShowcase__cardTitle {
    font-size: 12px;
  }
  .projectsShowcase__cardCity {
    font-size: 10px;
  }
  .projectsShowcase__navBtn {
    width: 36px;
    height: 36px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .projectsShowcase__accent {
    flex: 0 0 34px;
    width: 34px;
  }
  .projectsShowcase .titre__heading {
    font-size: 16px;
    margin-left: 42px;
    margin-bottom: 16px;
  }
  .projectsShowcase__hero {
    height: 220px;
  }
  .projectsShowcase__heroText {
    font-size: 11px;
  }
  .projectsShowcase__track {
    grid-auto-columns: 88%;
  }
  .projectsShowcase__cardMedia {
    height: 210px;
  }
}
.promoCta {
  width: 100%;
  background: #ffffff;
}
.promoCta .container {
  padding-left: 0;
  padding-right: 0;
}
.promoCta__banner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 415px;
  margin: 0 auto;
  overflow: hidden;
}
.promoCta__bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.promoCta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.promoCta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 533px;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.promoCta__title {
  margin: 0 0 24px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  line-height: 1.6;
  letter-spacing: 0;
  color: #ffffff;
}
.promoCta__button {
  min-width: 284px;
  height: 40px;
  text-align: left;
  margin-top: 20px;
}

/* =========================
   1240px
========================= */
@media (max-width: 1240px) {
  .promoCta__banner {
    height: 360px;
  }
  .promoCta__content {
    max-width: 500px;
    padding: 0 20px;
  }
}
/* =========================
   1024px
========================= */
@media (max-width: 1024px) {
  .promoCta__banner {
    height: 320px;
  }
  .promoCta__content {
    max-width: 460px;
    padding: 0 20px;
  }
  .promoCta__title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
/* =========================
   767px
========================= */
@media (max-width: 767px) {
  .promoCta {
    padding-bottom: 0px;
  }
  .promoCta__banner {
    height: 280px;
  }
  .promoCta__content {
    max-width: 100%;
    padding: 0 16px;
  }
  .promoCta__title {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }
  .promoCta__button {
    min-width: 200px;
    height: 38px;
    padding: 0 8px 0 14px;
    gap: 8px;
  }
  .promoCta__buttonText {
    font-size: 10px;
  }
  .promoCta__buttonIcon {
    width: 18px;
    height: 18px;
  }
}
/* =========================
   480px
========================= */
@media (max-width: 480px) {
  .promoCta__banner {
    height: 240px;
  }
  .promoCta__title {
    font-size: 13px;
  }
  .promoCta__button {
    min-width: 185px;
    height: 36px;
    padding: 0 8px 0 12px;
  }
  .promoCta .headerNav__ctaText {
    font-size: 10px !important;
    padding-right: 20px;
  }
}
/* =========================
   PAGES - NOS ACTUALITÉS
========================= */
.blogactualites {
  width: 100%;
  background: #ffffff;
}
.blogactualites__header {
  margin-bottom: 18px;
}
.blogactualites__eyebrow {
  position: relative;
  display: inline-block;
  padding-left: 74px;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2e6172;
  max-width: 1100px;
}
.blogactualites__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 61px;
  height: 6px;
  background: #fe0002;
  border-radius: 999px;
}
.blogactualites__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blogactualites__text {
  margin: 0 0 67px;
  gap: 0px;
}
.blogactualites__intro {
  max-width: 1340px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #242424;
}
.blogactualites__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blogactualites__content {
  order: 2;
  width: 100%;
}
.blogactualites__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 71px 32px;
  align-items: stretch;
}
.blogactualites__sidebar {
  order: 1;
  width: 100%;
}
.blogactualites__searchBox {
  margin-bottom: 40px;
  padding: 33px 17px 38px;
  background: rgba(124, 220, 253, 0.33);
  border-radius: 9px;
}
.blogactualites__searchLabel {
  display: block;
  margin-bottom: 45px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #2e6172;
}
.blogactualites__searchField {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 315px;
  max-width: 100%;
  min-height: 39px;
  padding: 0;
  border: 0.5px solid #2e6172;
  border-radius: 6px;
  background: transparent;
  overflow: hidden;
}
.blogactualites__searchInput {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  color: #2e6172;
  outline: none;
  padding: 0 5px;
}
.blogactualites__searchInput::placeholder {
  color: transparent;
}
.blogactualites__searchBtn {
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border: 0;
  border-radius: 0;
  background: #fe0002;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blogactualites__searchBtn img {
  object-fit: contain;
  display: block;
}
.blogactualites__widget {
  border: 1px solid rgba(46, 97, 114, 0.34);
  border-radius: 16px;
  background: #ffffff;
}
.blogactualites__widget--recent {
  margin-bottom: 45px;
  padding: 45px 18px 45px;
}
.blogactualites__widget--categories {
  width: 100%;
  padding: 24px 34px;
  border-color: #7cdcfd;
}
.blogactualites__widgetTitle {
  margin: 0 0 29px;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0;
  color: #2e6172;
}
.blogactualites__recentList, .blogactualites__categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogactualites__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.blogactualites__categories li {
  flex: 0 0 auto;
}
.blogactualites__category {
  width: auto;
  min-width: 160px;
}
.blogactualites__recentList {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.blogactualites__recentItem {
  margin: 0;
}
.blogactualites__recentLink {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  text-decoration: none;
}
.blogactualites__recentThumb {
  width: 106px;
  height: 106px;
  flex: 0 0 106px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}
.blogactualites__recentContent {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blogactualites__recentTag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 14px;
  padding: 0 6px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.blogactualites__recentText {
  max-width: 205px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #242424;
}
.blogactualites__recentMeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #2e6172;
}
.blogactualites__recentMetaDate {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2e6172;
}
.blogactualites__recentMetaDate::before {
  content: "•";
}
.blogactualites__recentMetaComment {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #2e6172;
}
.blogactualites__recentMetaComment::before {
  content: "•";
}
.blogactualites__category {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #2e6172;
  border-radius: 4px;
  background: rgba(124, 220, 253, 0.33);
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #2e6172;
  transition: 0.3s ease;
}
.blogactualites__category--active, .blogactualites__category:hover, .blogactualites__category:focus-visible {
  background: #fe0002;
  border-color: #fe0002;
  color: #ffffff;
  outline: none;
}
.blogactualites__pagination {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.blogactualites__pageArrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #fe0002;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.blogactualites__pageArrow img {
  width: 10px;
  height: 10px;
  display: block;
  object-fit: contain;
}
.blogactualites__pageArrow:hover, .blogactualites__pageArrow:focus-visible {
  transform: scale(1.06);
  outline: none;
}
.blogactualites__pageNumber {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #2e6172;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.blogactualites__pageNumber:hover, .blogactualites__pageNumber:focus-visible {
  background: #fe0002;
  outline: none;
  transform: scale(1.04);
}
.blogactualites__pageNumber--active {
  background: #2e6172;
}
.blogactualites__pageDots {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13px;
}

.blogCardactualites {
  width: 100%;
  background: #ffffff;
}
.blogCardactualites__imageLink {
  display: block;
  width: 100%;
  height: 315px;
  overflow: hidden;
}
.blogCardactualites__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blogCardactualites__body {
  padding-top: 46px;
  display: flex;
  flex-direction: column;
}
.blogCardactualites__tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 27px;
  width: 350px;
  padding-left: 5px;
  margin-bottom: 23px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: left;
}
.blogCardactualites__title {
  margin: 0 0 16px;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #2e6172;
}
.blogCardactualites__title a {
  color: inherit;
  text-decoration: underline;
}
.blogCardactualites__text {
  margin: 0 0 30px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #242424;
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}
.blogCardactualites__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.blogCardactualites__metaItem, .blogCardactualites__metaDot {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
  color: #2e6172;
}
.blogCardactualites__metaDot--comments, .blogCardactualites__metaItem--comments {
  color: #fe0002;
}
.blogCardactualites__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 0 3px 0 11px;
  border: 1px solid #2e6172;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
}
.blogCardactualites__ctaText {
  font-family: "Noto Sans", sans-serif;
  font-size: 6px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
}
.blogCardactualites__ctaIcon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border-radius: 50%;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blogCardactualites__ctaIcon img {
  width: 6px;
  height: 6px;
  object-fit: contain;
  display: block;
}

.blogactualites__widget--categories {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 88px;
  padding: 0;
  border: 0;
  background: transparent;
}
.blogactualites__widgetTitle {
  display: none;
}
.blogactualites__categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16.88px;
}
.blogactualites__categories li {
  margin: 0;
}
.blogactualites__category {
  min-height: 41px;
  width: 100%;
  border: 1px solid #2e6172;
  border-radius: 6px;
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #2e6172;
  justify-content: center;
  padding: 0 16px;
}
.blogactualites__category:hover, .blogactualites__category:focus-visible, .blogactualites__category--active {
  background: #fe0002;
  border-color: #fe0002;
  color: #ffffff;
}

@media (max-width: 1240px) {
  .blogactualites__layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
  }
  .blogactualites__grid {
    gap: 32px 20px;
  }
  .blogactualites__eyebrow {
    font-size: 22px;
    margin-bottom: 40px;
    padding-left: 70px;
  }
  .blogactualites__intro {
    font-size: 15px;
  }
  .blogactualites__recentThumb {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
  .blogCardactualites__imageLink {
    height: 260px;
  }
  .blogCardactualites__body {
    padding-top: 30px;
  }
  .blogCardactualites__text {
    font-size: 15px;
  }
  .blogCardactualites__tag {
    min-width: auto;
    width: 350px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .blogactualites__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    width: 100%;
  }
  .blogactualites__content {
    order: 2;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .blogactualites__sidebar {
    order: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .blogactualites__widget--categories {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .blogactualites__categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
  }
  .blogactualites__categories li {
    flex: 0 0 auto;
  }
  .blogactualites__category {
    width: auto;
    min-width: 160px;
    box-sizing: border-box;
  }
  .blogactualites__grid {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-content: stretch;
    justify-items: stretch;
    align-items: start;
  }
  .blogactualites__searchField {
    width: 100%;
  }
  .blogactualites__widget--recent, .blogactualites__widget--categories {
    padding: 20px;
  }
  .blogactualites__category {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
  }
  .blogCardactualites {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-self: stretch;
  }
  .blogCardactualites__imageLink {
    width: 100%;
    height: 220px;
  }
  .blogCardactualites__body {
    width: 100%;
    padding-top: 20px;
  }
  .blogCardactualites__tag {
    min-width: 0;
    width: 250px;
    max-width: 100%;
    font-size: 14px;
  }
  .blogCardactualites__title {
    font-size: 16px;
    line-height: 1.35;
  }
  .blogCardactualites__text {
    min-height: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  .blogCardactualites__meta {
    margin-bottom: 25px;
  }
  .blogCardactualites__metaItem, .blogCardactualites__metaDot {
    font-size: 14px;
    line-height: 1.4;
  }
}
.blogactualites__widget--categories {
  max-width: 100%;
  margin-bottom: 24px;
}
.blogactualites__categories {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .blogactualites__eyebrow {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 20px;
  }
  .blogactualites__eyebrow::before {
    width: 20px;
    height: 4px;
  }
  .blogactualites__intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .blogactualites__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blogactualites__sidebar {
    order: 1;
  }
  .blogactualites__content {
    order: 2;
  }
  .blogactualites__layout {
    gap: 24px;
  }
  .blogactualites__widgetTitle {
    font-size: 16px;
  }
  .blogactualites__recentThumb {
    width: 70px;
    height: 70px;
  }
  .blogactualites__searchBox {
    margin-bottom: 20px;
    padding: 20px;
  }
  .blogactualites__categories {
    flex-direction: column;
  }
  .blogactualites__category {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
  }
  .blogactualites__pagination {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .blogCardactualites__imageLink {
    height: 220px;
  }
  .blogCardactualites__body {
    padding-top: 20px;
  }
  .blogCardactualites__title {
    font-size: 15px;
    line-height: 1.4;
  }
  .blogCardactualites__text {
    font-size: 14px;
  }
  .blogCardactualites__metaItem, .blogCardactualites__metaDot {
    font-size: 12px;
  }
  .blogCardactualites__cta {
    margin-top: 10px;
  }
  .blogCardactualites__tag {
    min-width: auto;
    width: 150px;
    font-size: 13px;
    line-height: 1.4;
  }
  .blogactualites__categories {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.blogDetail {
  width: 100%;
  background: #ffffff;
}
.blogDetail__tag {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  margin-bottom: 24px;
  background: #2e6172;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.blogDetail__title {
  margin: 0 0 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #2e6172;
}
.blogDetail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
}
.blogDetail__metaDot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe0002;
  flex-shrink: 0;
}
.blogDetail__image {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 9px;
  margin-bottom: 48px;
}
.blogDetail__content {
  max-width: 100%;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #242424;
}
.blogDetail__content h2,
.blogDetail__content h3,
.blogDetail__content h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  color: #2e6172;
  margin: 40px 0 16px;
  line-height: 1.3;
}
.blogDetail__content h2 {
  font-size: 26px;
}
.blogDetail__content h3 {
  font-size: 22px;
}
.blogDetail__content h4 {
  font-size: 18px;
}
.blogDetail__content p {
  margin: 0 0 24px !important;
  color: #242424 !important;
}
.blogDetail__content ul,
.blogDetail__content ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.blogDetail__content ul li,
.blogDetail__content ol li {
  margin-bottom: 8px;
}
.blogDetail__content ul li {
  list-style: disc;
}
.blogDetail__content ol li {
  list-style: decimal;
}
.blogDetail__content a {
  color: #fe0002;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.blogDetail__content a:hover {
  opacity: 0.75;
}
.blogDetail__content blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  border-left: 4px solid #fe0002;
  background: rgba(124, 220, 253, 0.15);
  border-radius: 0 9px 9px 0;
  font-style: italic;
  color: #2e6172;
}
.blogDetail__content blockquote p {
  margin: 0;
}
.blogDetail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
  margin: 24px 0;
  display: block;
}
.blogDetail__content strong {
  font-weight: 700;
  color: #2e6172;
}
.blogDetail__content hr {
  border: none;
  border-top: 1px solid rgba(124, 220, 253, 0.5);
  margin: 40px 0;
}
.blogDetail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  padding: 0 20px 0 12px;
  min-height: 44px;
  border: 1px solid #2e6172;
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2e6172;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.blogDetail__back:hover, .blogDetail__back:focus-visible {
  background: #2e6172;
  color: #ffffff;
  outline: none;
}
.blogDetail__backIcon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}
.blogDetail__backIcon img {
  width: 8px;
  height: 8px;
  object-fit: contain;
  display: block;
}
.blogDetail__back:hover .blogDetail__backIcon, .blogDetail__back:focus-visible .blogDetail__backIcon {
  background: #ffffff;
}
.blogDetail__back:hover .blogDetail__backIcon img, .blogDetail__back:focus-visible .blogDetail__backIcon img {
  filter: invert(1);
}

.blogDetail__content p {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #242424 !important;
  margin: 0 0 24px !important;
}

.blogDetail__content p {
  min-height: unset;
}
.blogDetail__content p:has(br:only-child) {
  display: none;
}

/* 1240 */
@media (max-width: 1240px) {
  .blogDetail__title {
    font-size: 30px;
  }
  .blogDetail__image {
    max-height: 420px;
  }
  .blogDetail__content h2 {
    font-size: 22px;
  }
  .blogDetail__content h3 {
    font-size: 19px;
  }
  .blogDetail__content h4 {
    font-size: 16px;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .blogDetail__title {
    font-size: 26px;
  }
  .blogDetail__image {
    max-height: 360px;
    margin-bottom: 32px;
  }
  .blogDetail__content {
    font-size: 15px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .blogDetail__tag {
    font-size: 13px;
  }
  .blogDetail__title {
    font-size: 22px;
    line-height: 1.3;
  }
  .blogDetail__meta {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .blogDetail__image {
    max-height: 260px;
    margin-bottom: 24px;
  }
  .blogDetail__content {
    font-size: 14px;
    line-height: 1.7;
  }
  .blogDetail__content h2 {
    font-size: 20px;
  }
  .blogDetail__content h3 {
    font-size: 17px;
  }
  .blogDetail__content h4 {
    font-size: 15px;
  }
  .blogDetail__content blockquote {
    padding: 14px 16px;
    margin: 20px 0;
  }
  .blogDetail__back {
    margin-top: 40px;
    font-size: 13px;
  }
}
/* =========================
   PAGES - CONTACT
========================= */
.contactPage {
  width: 100%;
  background: #ffffff;
}
.contactPage__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}
.contactPage__accent {
  flex: 0 0 61px;
  width: 61px;
  height: 6px;
  margin-top: 0;
  background: #fe0002;
  border-radius: 999px;
  align-self: center;
}
.contactPage__title {
  max-width: 365px;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  color: #2e6172;
  white-space: nowrap;
}
.contactPage__intro {
  max-width: 1300px;
  margin: 0 0 56px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #242424;
}
.contactPage__card {
  display: grid;
  grid-template-columns: 365px minmax(0, 578px);
  gap: 75px;
  align-items: start;
  margin-bottom: 219px;
}
.contactPage__info {
  min-height: 512px;
  padding: 32px 28px 35px;
  border: 1px solid #7cdcfd;
  border-radius: 10px;
  background: rgba(124, 220, 253, 0.33);
}
.contactPage__infoTitle {
  margin: 0 0 22px;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #2e6172;
}
.contactPage__infoList {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 26px;
}
.contactPage__infoItem {
  min-height: 96px;
  padding: 29px 22px 18px;
  background: #ffffff;
  border-radius: 2px;
}
.contactPage__infoLabel {
  margin: 0 0 18px;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #2e6172;
}
.contactPage__infoText {
  margin: 0;
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #242424;
}
.contactPage__infoText a {
  color: inherit;
  text-decoration: none;
}
.contactPage__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contactPage__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.contactPage__social a:hover, .contactPage__social a:focus-visible {
  transform: scale(1.08);
  outline: none;
  opacity: 0.8;
}
.contactPage__social img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
.contactPage__formWrap {
  min-width: 0;
}
.contactPage__form {
  width: 100%;
}
.contactPage__row {
  display: grid;
  grid-template-columns: 284px 284px;
  gap: 10px;
  margin-bottom: 28.7px;
}
.contactPage__field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.contactPage__field label {
  position: absolute;
  top: -22px;
  left: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #242424;
}
.contactPage__field input,
.contactPage__field select,
.contactPage__field textarea {
  width: 100%;
  border: 0.5px solid #2e6172;
  border-radius: 4px;
  background: #ffffff;
  font-family: "Roboto Serif", serif;
  font-size: 14px;
  font-weight: 400;
  color: #2e6172;
  box-sizing: border-box;
}
.contactPage__field input::placeholder,
.contactPage__field select::placeholder,
.contactPage__field textarea::placeholder {
  color: rgba(46, 97, 114, 0.3);
}
.contactPage__field input:focus,
.contactPage__field select:focus,
.contactPage__field textarea:focus {
  outline: none;
  border-color: #fe0002;
}
.contactPage__field input,
.contactPage__field select {
  height: 50px;
  padding: 16px 20px;
}
.contactPage__field textarea {
  height: 186.97px;
  min-height: unset;
  padding: 16px 20px;
  resize: vertical;
}
.contactPage__field + .contactPage__field, .contactPage__row + .contactPage__field, .contactPage__field:first-child {
  margin-top: 28px;
}
.contactPage__row .contactPage__field {
  margin-top: 28px;
}
.contactPage__selectWrap {
  position: relative;
}
.contactPage__selectWrap::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("../images/contact/chevron-down.svg") center/contain no-repeat;
  pointer-events: none;
}
.contactPage__selectWrap select {
  appearance: none;
  padding-right: 54px;
}
.contactPage__submit {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 34px;
  padding: 0 0 0 20px;
  border: 0.5px solid #2e6172;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.contactPage__submit:hover, .contactPage__submit:focus-visible {
  border-color: #fe0002;
  outline: none;
}
.contactPage__submit:hover .contactPage__submitText, .contactPage__submit:focus-visible .contactPage__submitText {
  color: #fe0002;
}
.contactPage__submit:hover .contactPage__submitIcon, .contactPage__submit:focus-visible .contactPage__submitIcon {
  background: #fe0002;
}
.contactPage__submitText {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
  color: #2e6172;
  transition: color 0.3s ease;
}
.contactPage__submitIcon {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 50%;
  background: #2e6172;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.contactPage__submitIcon img {
  width: 7px;
  height: 7px;
  display: block;
  object-fit: contain;
}
.contactPage .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactPage .contactPage__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactPage .contactPage__field .contactPage__input,
.contactPage .contactPage__field .contactPage__select,
.contactPage .contactPage__field .contactPage__textarea {
  width: 100%;
}
.contactPage__formBox .wpcf7,
.contactPage__formBox .wpcf7-form {
  width: 100%;
}
.contactPage__formBox .wpcf7-submit {
  display: none !important;
}
.contactPage__formBox .wpcf7-not-valid-tip {
  font-family: "Noto Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #fe0002;
  margin-top: 4px;
  display: block;
}
.contactPage__formBox .wpcf7-response-output {
  margin-top: 24px;
  padding: 12px 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2e6172;
  border: 1px solid #2e6172;
  border-radius: 6px;
}
.contactPage__formBox .wpcf7-mail-sent-ok {
  border-color: #2e6172;
  color: #2e6172;
}
.contactPage__formBox .wpcf7-mail-sent-ng,
.contactPage__formBox .wpcf7-aborted,
.contactPage__formBox .wpcf7-spam-blocked,
.contactPage__formBox .wpcf7-validation-errors {
  border-color: #fe0002;
  color: #fe0002;
}

/* 1240 */
@media (max-width: 1240px) {
  .contactPage__title {
    font-size: 40px;
  }
  .contactPage__card {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 40px;
  }
  .contactPage__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .contactPage__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .contactPage__intro {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .contactPage__card {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contactPage__info {
    min-height: auto;
  }
  .contactPage__row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
/* 767 */
@media (max-width: 767px) {
  .contactPage__header {
    gap: 12px;
    margin-bottom: 24px;
  }
  .contactPage__accent {
    flex-basis: 32px;
    width: 32px;
    height: 4px;
  }
  .contactPage__title {
    font-size: 22px;
    line-height: 1.2;
    max-width: 100%;
  }
  .contactPage__intro {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .contactPage__info {
    padding: 20px 16px;
  }
  .contactPage__infoTitle {
    font-size: 20px;
    line-height: 1.4;
  }
  .contactPage__infoItem {
    min-height: auto;
    padding: 14px;
  }
  .contactPage__social {
    gap: 18px;
  }
  .contactPage__field {
    margin-bottom: 18px;
  }
  .contactPage__field input,
  .contactPage__field select {
    height: 46px;
    padding: 14px 16px;
  }
  .contactPage__field textarea {
    min-height: 150px;
    padding: 14px 16px;
  }
}
/* 480 */
@media (max-width: 480px) {
  .contactPage__title {
    font-size: 18px;
  }
  .contactPage__intro {
    font-size: 13px;
  }
  .contactPage__submit {
    width: 100%;
    justify-content: center;
  }
}
.contactMap {
  width: 100%;
}
.contactMap__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.contactMap__frame {
  width: 100%;
  height: 1047px;
  overflow: hidden;
  background: #f5f5f5;
}
.contactMap__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 1024px) {
  .contactMap__frame {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .contactMap__frame {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .contactMap__frame {
    height: 280px;
  }
}
/* =========================
   PAGES - DETAILS
========================= */
.projectGallery {
  width: 100%;
  padding: 64px 0;
  background: #f5f5f5;
}
.projectGallery__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 506px;
  gap: 27px;
  align-items: stretch;
}
.projectGallery__main {
  min-width: 0;
}
.projectGallery__mainMedia {
  position: relative;
  width: 100%;
  height: 909px;
  border-radius: 16px;
  overflow: hidden;
  background: #d9d9d9;
}
.projectGallery__mainImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.projectGallery__mainImage.is-changing {
  opacity: 0.7;
  transform: scale(1.015);
}
.projectGallery__badge {
  position: absolute;
  top: 0;
  left: 122px;
  min-width: 117px;
  padding: 8px 12px;
  background: #2e6172;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
}
.projectGallery__contentCard {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
.projectGallery__location {
  position: absolute;
  top: -18px;
  left: 0;
  min-width: 80px;
  height: 24px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  background: #2e6172;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.projectGallery__content {
  width: 262px;
  min-height: 106px;
  background: #ffffff;
  padding: 16px 14px 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.projectGallery__title {
  margin: 0 0 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #2e6172;
}
.projectGallery__text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #1e1e1e;
}
.projectGallery__arrow {
  width: 18px;
  height: 18px;
  margin-left: -1px;
  border: none;
  background: #2e6172;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}
.projectGallery__arrow:hover {
  background: #fe0002;
  transform: translateY(-1px);
}
.projectGallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.projectGallery__thumb {
  width: 100%;
  height: 441px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  background: #d9d9d9;
  cursor: pointer;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.projectGallery__thumb:hover {
  transform: translateY(-2px);
}
.projectGallery__thumb.is-active {
  box-shadow: 0 0 0 2px #2e6172 inset;
}
.projectGallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.projectGallery__thumb__category {
  width: 145px;
  height: auto;
}
.projectGallery__thumb__thumb:first-child {
  margin-bottom: 0;
}
.projectGallery__thumb__thumb:last-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .projectGallery__wrapper {
    grid-template-columns: 1fr;
  }
  .projectGallery__thumbs {
    flex-direction: row;
    gap: 16px;
  }
  .projectGallery__thumb {
    flex: 1 1 0;
    height: 288px;
  }
  .projectGallery__mainMedia {
    height: 640px;
  }
}
@media (max-width: 768px) {
  .projectGallery__mainMedia {
    height: 500px;
  }
  .projectGallery__badge {
    left: 16px;
    top: 16px;
  }
  .projectGallery__content {
    width: 224px;
  }
  .projectGallery__thumbs {
    flex-direction: column;
  }
  .projectGallery__thumb {
    height: 224px;
  }
}
@media (max-width: 576px) {
  .projectGallery__mainMedia {
    height: 384px;
  }
  .projectGallery__contentCard {
    left: 12px;
    bottom: 12px;
  }
  .projectGallery__content {
    width: 200px;
    padding: 14px 12px 12px;
  }
  .projectGallery__title {
    font-size: 13px;
  }
  .projectGallery__text {
    font-size: 9px;
  }
}

.projectProcess {
  width: 100%;
  background: #ffffff;
}
.projectProcess__summary {
  width: 100%;
  background: #16202c;
  border-radius: 18px;
  padding-top: 27px;
  padding-bottom: 64px;
}
.projectProcess__summaryText {
  margin-left: 48px;
  margin-right: 68px;
  padding-bottom: 21px;
  font-family: "Roboto Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
}
.projectProcess__stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.projectProcess__statCard {
  min-height: 130px;
  border-radius: 8px;
  background: rgba(124, 220, 253, 0.33);
  padding: 36px 27px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.projectProcess__statTitle {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  color: #ffffff;
}
.projectProcess__heading {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 25px;
}
.projectProcess__accent {
  width: 27px;
  height: 3px;
  flex: 0 0 27px;
  margin-top: 11px;
  background: #fe0002;
  border-radius: 999px;
}
.projectProcess__title {
  max-width: 249px;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: uppercase;
  color: #2e6172;
}
.projectProcess__intro {
  margin: 0 0 52px;
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: #242424;
}
.projectProcess__steps {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.projectProcess__step {
  min-height: 185px;
  background: rgba(124, 220, 253, 0.33);
  padding-left: 19px;
  display: grid;
  grid-template-columns: 74px 1fr 1.2fr;
  align-items: center;
  column-gap: 40px;
}
.projectProcess__stepNumber {
  font-family: "Noto Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 31px;
  color: #fe0002;
}
.projectProcess__stepTitle {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  text-transform: uppercase;
  color: #16202c;
}
.projectProcess__stepText {
  margin: 0;
  padding-right: 78px;
  font-family: "Roboto Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #2e6172;
}

/* 1240 */
@media (max-width: 1240px) {
  .projectProcess__summary {
    padding: 24px 24px 28px;
  }
  .projectProcess__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .projectProcess__step {
    grid-template-columns: 60px 1fr;
    row-gap: 16px;
  }
  .projectProcess__stepText {
    grid-column: 2/3;
    max-width: 100%;
  }
}
/* 1024 */
@media (max-width: 1024px) {
  .projectProcess__summary {
    margin-bottom: 40px;
  }
  .projectProcess__summaryText {
    font-size: 15px;
  }
  .projectProcess__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .projectProcess__statCard {
    min-height: 110px;
    padding: 24px 20px 18px;
  }
  .projectProcess__title {
    font-size: 22px;
    max-width: 100%;
  }
  .projectProcess__intro {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .projectProcess__step {
    padding: 28px 24px;
    column-gap: 22px;
  }
  .projectProcess__stepNumber {
    font-size: 34px;
  }
  .projectProcess__stepTitle {
    font-size: 17px;
  }
  .projectProcess__stepText {
    font-size: 15px;
  }
}
/* 767 */
@media (max-width: 767px) {
  .projectProcess__summary {
    padding: 18px 14px 18px;
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .projectProcess__summaryText {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .projectProcess__stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .projectProcess__statCard {
    min-height: 86px;
    padding: 18px 16px;
  }
  .projectProcess__statTitle {
    font-size: 15px;
  }
  .projectProcess__heading {
    margin-bottom: 18px;
  }
  .projectProcess__accent {
    margin-top: 8px;
  }
  .projectProcess__title {
    font-size: 18px;
    line-height: 1.4;
  }
  .projectProcess__intro {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .projectProcess__steps {
    gap: 14px;
  }
  .projectProcess__step {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    row-gap: 12px;
  }
  .projectProcess__stepNumber {
    font-size: 30px;
  }
  .projectProcess__stepTitle {
    font-size: 16px;
  }
  .projectProcess__stepText {
    grid-column: auto;
    font-size: 14px;
  }
}
.photoGallery {
  width: 100%;
  background: #ffffff;
}
.photoGallery__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.photoGallery__accent {
  width: 30px;
  height: 3px;
  background: #fe0002;
  flex: 0 0 30px;
}
.photoGallery__title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #2e6172;
}
.photoGallery__content {
  width: 100%;
}
.photoGallery__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 425px);
  gap: 12px;
  justify-content: start;
}
.photoGallery__item {
  min-width: 0;
}
.photoGallery__card {
  position: relative;
  display: block;
  width: 425px;
  height: 425px;
  overflow: hidden;
  text-decoration: none;
  background: #e9e9e9;
}
.photoGallery__card:focus-within .photoGallery__overlay, .photoGallery__card:focus-within .photoGallery__icons, .photoGallery__card:hover .photoGallery__overlay, .photoGallery__card:hover .photoGallery__icons {
  opacity: 1;
  visibility: visible;
}
.photoGallery__card:focus-within .photoGallery__image, .photoGallery__card:hover .photoGallery__image {
  transform: scale(1.03);
}
.photoGallery__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.photoGallery__overlay {
  position: absolute;
  inset: 0;
  background: rgba(254, 0, 2, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
}
.photoGallery__icons {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2;
}
.photoGallery__icon {
  position: absolute;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.photoGallery__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  pointer-events: none;
}
.photoGallery__icon--zoom {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photoGallery__pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.photoGallery__dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  padding: 0;
  background: #2e6172;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.photoGallery__dot:hover, .photoGallery__dot:focus-visible {
  transform: scale(1.1);
  outline: none;
}
.photoGallery__dot.is-active, .photoGallery__dot[aria-current=true] {
  background: #fe0002;
}
.photoGallery__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.photoGallery__lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.photoGallery__lightboxBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.photoGallery__lightboxDialog {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.photoGallery__lightboxImage {
  display: block;
  width: auto;
  height: auto;
  max-width: 667px;
  max-height: 673px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.photoGallery__lightboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

/* ===== Responsive ===== */
@media (max-width: 1400px) {
  .photoGallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .photoGallery__card {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 991px) {
  .photoGallery__title {
    font-size: 26px;
  }
  .photoGallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .photoGallery__header {
    margin-bottom: 20px;
  }
  .photoGallery__accent {
    width: 26px;
  }
  .photoGallery__title {
    font-size: 20px;
  }
  .photoGallery__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .photoGallery__pagination {
    margin-top: 24px;
  }
  .photoGallery__icon {
    width: 48px;
    height: 48px;
  }
  .photoGallery__lightbox {
    padding: 12px;
  }
  .photoGallery__lightboxImage {
    max-width: 92vw;
    max-height: 85vh;
  }
  .photoGallery__lightboxClose {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=app.css.map */
