.ces-aboutPage{
  background:#fff;
}

.ces-aboutIntro,
.ces-aboutJourney,
.ces-aboutTeam,
.ces-aboutCounter,
.ces-aboutSeoText{
  padding:90px 0;
}

.ces-aboutJourney,
.ces-aboutCounter{
  background:#f7f7f7;
}

.ces-secKicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  color:var(--ces-red);
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ces-secKicker:before{
  content:"";
  width:18px;
  height:2px;
  background:var(--ces-red);
}

.ces-secKicker--center,
.ces-secTitle--center,
.ces-secDesc--center{
  text-align:center;
  justify-content:center;
}

.ces-secTitle{
  margin:0 0 18px;
  font-size:clamp(30px, 4vw, 58px);
  line-height:1.08;
  font-weight:800;
  color:#111;
}

.ces-secDesc{
  color:#555;
  font-size:17px;
  line-height:1.8;
}

.ces-secDesc p{
  margin:0;
}

.ces-aboutIntro__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.ces-aboutIntro__media{
  position:relative;
  min-height:620px;
}

.ces-aboutIntro__img{
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  background:#f2f2f2;
}

.ces-aboutIntro__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ces-aboutIntro__img--main{
  width:78%;
  height:520px;
}

.ces-aboutIntro__img--sub{
  position:absolute;
  left:46%;
  bottom:-20px;
  width:42%;
  height:300px;
  border:6px solid #fff;
}

.ces-aboutTabs{
  margin-top:28px;
}

.ces-aboutTabs__nav{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  border-radius:14px;
  overflow:hidden;
  background:#f1f1f1;
}

.ces-aboutTabs__btn{
  border:0;
  background:transparent;
  padding:18px 14px;
  font-size:16px;
  font-weight:700;
  color:#444;
  cursor:pointer;
  transition:all .25s ease;
}

.ces-aboutTabs__btn.is-active{
  background:#fff;
  color:var(--ces-red);
  box-shadow:inset 0 3px 0 var(--ces-red);
}

.ces-aboutTabs__pane{
  display:none;
  padding:24px 0 0;
  color:#555;
  line-height:1.8;
}

.ces-aboutTabs__pane.is-active{
  display:block;
}

.ces-aboutChecks{
  display:flex;
  flex-wrap:wrap;
  gap:18px 34px;
  margin-top:26px;
}

.ces-aboutChecks--stack{
  flex-direction:column;
  gap:16px;
}

.ces-aboutChecks__item{
  position:relative;
  padding-left:26px;
  font-weight:600;
  color:#333;
}

.ces-aboutChecks__item:before{
  content:"";
  position:absolute;
  left:0;
  top:10px;
  width:12px;
  height:2px;
  background:var(--ces-red);
}

.ces-aboutIntro__actions{
  margin-top:28px;
}

.ces-aboutJourney .ces-secTitle,
.ces-aboutTeam .ces-secTitle,
.ces-aboutCounter .ces-secTitle{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

.ces-aboutTeam .ces-secDesc,
.ces-aboutCounter .ces-secDesc{
  max-width:760px;
  margin:0 auto;
}

.ces-journeyTabs{
  margin-top:34px;
}

.ces-journeyTabs__nav{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
  gap:0;
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  border:1px solid #ececec;
}

.ces-journeyTabs__btn{
  border:0;
  background:transparent;
  padding:18px 16px;
  font-size:18px;
  font-weight:700;
  color:#444;
  cursor:pointer;
  transition:all .25s ease;
}

.ces-journeyTabs__btn.is-active{
  color:var(--ces-red);
  box-shadow:inset 0 3px 0 var(--ces-red);
  background:#fff;
}

.ces-journeyTabs__pane{
  display:none;
  margin-top:34px;
}

.ces-journeyTabs__pane.is-active{
  display:block;
}

.ces-journeyTabs__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

.ces-journeyTabs__media{
  border-radius:20px;
  overflow:hidden;
  background:#eee;
  box-shadow:0 18px 45px rgba(0,0,0,.10);
}

.ces-journeyTabs__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ces-journeyTabs__content h3{
  margin:0 0 18px;
  font-size:40px;
  line-height:1.15;
  font-weight:800;
  color:#111;
}

.ces-teamGrid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  margin-top:40px;
}

.ces-teamCard{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.ces-teamCard:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 44px rgba(0,0,0,.12);
}

.ces-teamCard__img{
  aspect-ratio:4/4.5;
  background:#f3f3f3;
}

.ces-teamCard__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ces-teamCard__body{
  padding:20px 18px;
  text-align:center;
}

.ces-teamCard__body h3{
  margin:0 0 8px;
  font-size:28px;
  color:#111;
}

.ces-teamCard__body p{
  margin:0;
  color:#666;
  font-weight:600;
}

.ces-counterGrid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:26px;
  margin-top:42px;
}

.ces-counterCard{
  padding:28px 22px;
  border-radius:18px;
  background:#fff;
  border:1px solid #ededed;
  text-align:center;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.ces-counterCard__num{
  font-size:clamp(42px, 5vw, 74px);
  font-weight:900;
  line-height:1;
  color:transparent;
  -webkit-text-stroke:1.5px rgba(209,0,0,.95);
  text-stroke:1.5px rgba(209,0,0,.95);
  margin-bottom:16px;
}

.ces-counterCard h3{
  margin:0 0 10px;
  font-size:22px;
  color:#111;
}

.ces-counterCard p{
  margin:0;
  color:#666;
  line-height:1.7;
}

.ces-aboutSeoText__box{
  max-width:980px;
  margin:0 auto;
  padding:44px;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border:1px solid #ececec;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}

.ces-aboutSeoText__box h2{
  margin:0 0 18px;
  font-size:clamp(28px, 3.2vw, 46px);
  line-height:1.14;
  color:#111;
}

@media (max-width: 991px){
  .ces-aboutIntro,
  .ces-aboutJourney,
  .ces-aboutTeam,
  .ces-aboutCounter,
  .ces-aboutSeoText{
    padding:70px 0;
  }

  .ces-aboutIntro__grid,
  .ces-journeyTabs__grid{
    grid-template-columns:1fr;
  }

  .ces-aboutIntro__media{
    min-height:auto;
  }

  .ces-aboutIntro__img--main{
    width:100%;
    height:420px;
  }

  .ces-aboutIntro__img--sub{
    position:relative;
    left:auto;
    bottom:auto;
    width:60%;
    height:240px;
    margin:-70px 0 0 auto;
  }

  .ces-teamGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .ces-counterGrid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .ces-aboutTabs__nav,
  .ces-journeyTabs__nav{
    grid-template-columns:1fr;
  }

  .ces-aboutIntro__img--main{
    height:320px;
  }

  .ces-aboutIntro__img--sub{
    width:72%;
    height:180px;
    margin:-45px 0 0 auto;
  }

  .ces-teamGrid,
  .ces-counterGrid{
    grid-template-columns:1fr;
  }

  .ces-journeyTabs__content h3{
    font-size:30px;
  }

  .ces-aboutSeoText__box{
    padding:28px 22px;
  }
}