/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/TeamCard/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.teamCard .imgContainer {
  width: 100%;
  height: 34rem;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.teamCard .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s var(--animationStyle);
}
.teamCard .teamCardBody {
  padding: 1.8rem 3rem 1rem;
  height: 14rem;
  max-height: 14rem;
  border-radius: 0rem 0rem 2rem 2rem;
  background: #c4968f;
}
.teamCard .teamCardBody span {
  color: #fff;
  font-size: 1.3131rem;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  letter-spacing: -0.0131rem;
  display: block;
}
.teamCard .teamCardBody h4 {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.04rem;
}

@media screen and (max-width: 767.9px) {
  .teamCard .imgContainer img {
    filter: grayscale(0);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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)/team/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.team__list {
  display: flex;
  row-gap: 3.7rem;
  column-gap: 1.6rem;
  flex-wrap: wrap;
  padding-top: 3.7rem;
  padding-bottom: 6.6rem;
}
.team__list .teamCard {
  width: calc(25% - 1.2rem);
}

@media screen and (max-width: 767.9px) {
  .team__list {
    padding-top: 2.4rem;
    padding-bottom: 4.8rem;
  }
  .team__list .teamCard {
    width: 100%;
  }
}
