/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./components/Breadcrumbs/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.breadcrumbs {
  margin-top: 12.7rem;
  background-color: rgba(169, 207, 214, 0.1);
  padding: 1.2rem 0 1.5rem;
}
.breadcrumbs .container {
  display: flex;
  column-gap: 1.2rem;
  justify-content: center;
}
.breadcrumbs .container span:not(.chevron-right) {
  color: #2b6a76;
  text-align: center;
  font-family: "Euclid Galactic";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem; /* 183.333% */
  letter-spacing: -0.024rem;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.breadcrumbs .container span:not(.chevron-right):last-child {
  pointer-events: none;
}
.breadcrumbs .container span:not(.chevron-right) a {
  transition: all 0.3s var(--animationStyle);
  border-bottom: 1px solid transparent;
}
.breadcrumbs .container span:not(.chevron-right) a:hover {
  border-bottom: 1px solid #2b6a76;
}

@media screen and (max-width: 767.9px) {
  .breadcrumbs {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./app/[locale]/(routes)/privacy/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.privacyPage {
  padding-bottom: 10rem;
}
.privacyPage .container {
  padding-inline: 10rem;
}
.privacyPage .container .privacyContent {
  padding-top: 5rem;
  padding-bottom: 6rem;
  border-top: 1px solid #c4968f;
  padding-inline: 12rem 7.6rem;
}
.privacyPage .container .privacyContent:nth-child(2) {
  margin-top: 4.7rem;
}
.privacyPage .container .privacyContent h3 {
  margin-bottom: 2rem;
}
.privacyPage .container .privacyContent h4,
.privacyPage .container .privacyContent strong {
  color: #3b6970;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.35rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  margin-top: 4rem;
  display: block;
}
.privacyPage .container .privacyContent p {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: -0.016rem;
}
.privacyPage .container .privacyContent p strong {
  display: inline;
}
.privacyPage .container .privacyContent ul {
  padding-left: 3rem;
  list-style: disc;
}
.privacyPage .container .privacyContent ul li {
  color: #4c4c4c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: -0.016rem;
}
.privacyPage .container .privacyContent > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .privacyPage {
    padding-bottom: 4rem;
  }
  .privacyPage .container {
    padding-inline: 2rem;
  }
  .privacyPage .container .privacyContent {
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-inline: 2rem;
  }
  .privacyPage .container .privacyContent h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .privacyPage .container .privacyContent h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .privacyPage .container .privacyContent p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
