/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/Breadcrumb/Breadcrumb.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Breadcrumb_bar___Q_sE {
  background: rgba(231, 231, 232, 0.5);
}

.Breadcrumb_barInner__cT1jC {
  display: flex;
  align-items: center;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1024px) {
  .Breadcrumb_barInner__cT1jC {
    padding-left: calc(1.5rem + 10rem + 2rem);
  }
}

.Breadcrumb_breadcrumb__fK4dG {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.Breadcrumb_item__CXcEI {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.Breadcrumb_link__hpP4U {
  font-size: 0.875rem;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.Breadcrumb_link__hpP4U:hover {
  text-decoration: underline;
}

.Breadcrumb_separator__ufd9q {
  display: flex;
  align-items: center;
  color: #404041;
}

.Breadcrumb_separatorGold__UmYfL {
  display: flex;
  align-items: center;
  color: #beb18b;
}

.Breadcrumb_current__4EXGi {
  font-size: 0.875rem;
  font-weight: 300;
  color: #beb18b;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/legal-notice-page/LegalNoticePage.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ── Hero ─────────────────────────────────────────── */
.LegalNoticePage_hero__Mw6__ {
  position: relative;
  min-height: 31.25rem;
  margin: -1.875rem 0;
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {
  .LegalNoticePage_hero__Mw6__ {
    min-height: min(46.25rem, 100dvh - 5rem);
  }
}

.LegalNoticePage_heroContent__d_26c {
  position: relative;
  z-index: 1;
  width: calc(100% - 3rem);
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .LegalNoticePage_heroContent__d_26c {
    width: calc(100% - 4rem);
  }
}

.LegalNoticePage_heroTitle__OtFm_ {
  font-size: clamp(2rem, 5vw, 3.125rem);
  font-weight: 390;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

/* ── Content section ──────────────────────────────── */
.LegalNoticePage_section__URlkj {
  padding: 6.5rem 0 5rem;
}

.LegalNoticePage_inner__eUhsO {
  width: calc(100% - 3rem);
  max-width: 87.5rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .LegalNoticePage_inner__eUhsO {
    width: calc(100% - 4rem);
  }
}

.LegalNoticePage_titleBlock__jIlqP {
  border-left: 0.25rem solid #beb18b;
  padding: 0.625rem 0 0.625rem 1.5rem;
  margin-bottom: 3.5rem;
}

.LegalNoticePage_title__ztSFl {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #a39476;
}

/* ── HTML content ─────────────────────────────────── */
.LegalNoticePage_content__nLcZu {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #404041;
}
.LegalNoticePage_content__nLcZu div {
  height: auto !important;
}
.LegalNoticePage_content__nLcZu h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #404041;
  text-align: left;
}
.LegalNoticePage_content__nLcZu p {
  margin-bottom: 1.5rem;
}
.LegalNoticePage_content__nLcZu p:last-child {
  margin-bottom: 0;
}
.LegalNoticePage_content__nLcZu strong {
  font-weight: 700;
}
.LegalNoticePage_content__nLcZu a {
  color: #beb18b;
  text-decoration: underline;
}
.LegalNoticePage_content__nLcZu a:hover {
  color: #a39476;
}
