.about-page {
  margin-top: var(--header-height);
  color: #13151a;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p,
.about-page dl,
.about-page ol {
  margin: 0;
}

.about-section__inner {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  height: 100%;
  margin: 0 auto;
}

.about-section__inner > h2,
.about-history__head h2,
.about-contact h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #13151a;
}

.about-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 255, 255, 0.82) 37%, rgba(223, 235, 255, 0.52) 100%),
    url("../assets/images/about/hero.png") center 45% / cover no-repeat;
}

.about-hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: var(--container-width);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-hero h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #13151a;
  white-space: nowrap;
}

.about-hero__divider {
  width: 1px;
  height: 20px;
  background: rgba(19, 21, 26, 0.35);
}

.about-hero p {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #13151a;
}

.about-subnav {
  position: sticky;
  top: var(--header-height);
  z-index: 90;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-subnav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  height: 64px;
}

.about-subnav a {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: #86909c;
  white-space: nowrap;
}

.about-subnav a.is-active {
  position: relative;
  font-weight: 500;
  color: #13151a;
}

.about-subnav a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 99px;
  height: 1px;
  background: #ff453a;
}

.about-who {
  position: relative;
  height: 562px;
  background: #fff url("../assets/images/about/who-bg.png") right bottom / cover no-repeat;
  background-size: 1500px auto;
}

.about-who h2 {
  padding-top: 56px;
}

.about-who__copy {
  width: 942px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4e5969;
  letter-spacing: 1px;
}

.about-who__copy p + p {
  margin-top: 12px;
}

.about-stats {
  display: flex;
  gap: 100px;
  margin-top: 40px!important;
}

.about-stats__item {
  width: 156px;
}

.about-stats dt {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #4e5969;
  border-bottom: 1px solid #e5e6eb;
}

.about-stats dd {
  display: flex;
  align-items: flex-start;
  height: 78px;
  padding-top: 12px;
  font-family: "MiSans", var(--font-family);
  color: #e40301;
  white-space: nowrap;
}

.about-stats dd .js-count {
  font-size: 44px;
  line-height: 66px;
}

.about-stats dd span:last-child {
  margin-top: 14px;
  font-size: 14px;
  line-height: 22px;
}

.about-stats__item:nth-child(2) dd span:last-child,
.about-stats__item:nth-child(4) dd span:last-child {
  font-size: 22px;
}

.about-culture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 300px;
  border-top: 1px solid #e5e6eb;
  border-bottom: 1px solid #e5e6eb;
}

.about-culture__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.about-culture__item + .about-culture__item {
  border-left: 1px solid #e5e6eb;
}

.about-culture__item h2 {
  order: 1;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.about-culture__item p {
  order: 2;
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

.about-culture__item svg {
  order: 3;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 61px;
  flex-shrink: 0;
}

.about-what {
  position: relative;
  height: 700px;
  overflow: hidden;
  background: #f8faff url("../assets/images/about/what-deco.png") right 0 top 202px / 379px auto no-repeat;
}

.about-what h2 {
  padding-top: 56px;
}

.about-what__lead {
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  color: #86909c;
}

.about-what__grid {
  display: grid;
  grid-template-columns: repeat(2, 442px);
  grid-auto-rows: 212px;
  gap: 32px 66px;
  justify-content: center;
  margin-top: 56px;
}

.about-what__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.about-what__card svg {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.about-what__card h3 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #13151a;
}

.about-what__card p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #4e5969;
}

.about-history {
  position: relative;
  height: 740px;
  overflow: hidden;
  background: #fff;
}

.about-history::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 334px;
  width: 1440px;
  height: 658px;
  transform: translateX(-50%);
  background: url("../assets/images/about/history-bg.png") center / 1200px auto no-repeat;
  pointer-events: none;
}

.about-history__head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container-width);
  height: 144px;
  margin: 0 auto;
}

.about-history__nav {
  display: flex;
  gap: 32px;
}

.about-history__nav button {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #ff4240;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("../assets/images/about/history-arrow-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  cursor: pointer;
}

.about-history__nav .js-history-prev {
  transform: rotate(90deg);
}

.about-history__nav .js-history-next {
  transform: rotate(-90deg);
}

.about-history__nav button:disabled {
  border-color: #e5e6eb;
  background-image: url("../assets/images/about/history-arrow-disabled.svg");
  cursor: default;
}

.about-history__viewport {
  position: relative;
  z-index: 2;
  height: 458px;
  padding-left: max(0px, calc((100% - var(--container-width)) / 2));
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.about-history__viewport::-webkit-scrollbar {
  display: none;
}

.about-history__track {
  position: relative;
  box-sizing: content-box;
  width: 2319px;
  min-width: 2319px;
  height: 398px;
}

.about-history__track::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 280px;
  width: 2313px;
  height: 1px;
  background: #616161;
}

.about-history__track::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 280px;
  width: 2313px;
  height: 1px;
  background: #ff453a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-history.is-animated .about-history__track::after {
  transform: scaleX(1);
}

.about-history__item {
  position: absolute;
  width: 208px;
  height: 226px;
  list-style: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.about-history.is-animated .about-history__item {
  opacity: 1;
  transform: translateY(0);
}

.about-history.is-animated .about-history__item:nth-child(1) { transition-delay: 0.08s; }
.about-history.is-animated .about-history__item:nth-child(2) { transition-delay: 0.22s; }
.about-history.is-animated .about-history__item:nth-child(3) { transition-delay: 0.42s; }
.about-history.is-animated .about-history__item:nth-child(4) { transition-delay: 0.62s; }
.about-history.is-animated .about-history__item:nth-child(5) { transition-delay: 0.84s; }
.about-history.is-animated .about-history__item:nth-child(6) { transition-delay: 1.02s; }
.about-history.is-animated .about-history__item:nth-child(7) { transition-delay: 1.22s; }
.about-history.is-animated .about-history__item:nth-child(8) { transition-delay: 1.42s; }
.about-history.is-animated .about-history__item:nth-child(9) { transition-delay: 1.58s; }
.about-history.is-animated .about-history__item:nth-child(10) { transition-delay: 1.74s; }
.about-history.is-animated .about-history__item:nth-child(11) { transition-delay: 1.9s; }
.about-history.is-animated .about-history__item:nth-child(12) { transition-delay: 2.06s; }

.about-history__item:nth-child(1) { left: 0; top: 60px; }
.about-history__item:nth-child(2) { left: 86px; top: 274px; }
.about-history__item:nth-child(3) { left: 265px; top: 60px; }
.about-history__item:nth-child(4) { left: 434px; top: 274px; }
.about-history__item:nth-child(5) { left: 629px; top: 60px; }
.about-history__item:nth-child(6) { left: 782px; top: 274px; width: 226px; }
.about-history__item:nth-child(7) { left: 957px; top: 60px; }
.about-history__item:nth-child(8) { left: 1132px; top: 274px; width: 259px; }
.about-history__item:nth-child(9) { left: 1305px; top: 60px; width: 240px; }
.about-history__item:nth-child(10) { left: 1545px; top: 274px; width: 259px; }
.about-history__item:nth-child(11) { left: 1771px; top: 60px; width: 356px; }
.about-history__item:nth-child(12) { left: 2056px; top: 274px; width: 259px; }

.about-history__item:nth-child(12) time {
  color: #ff453a;
}

.about-history__item time {
  position: absolute;
  left: 8px;
  font-family: "MiSans", var(--font-family);
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  color: #13151a;
}

.about-history__item p {
  position: absolute;
  left: 8px;
  width: calc(100% - 8px);
  padding-left: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
}

.about-history__item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 22px;
  background: url("../assets/images/about/history-bar.svg") center / 4px 22px no-repeat;
}

.about-history__item::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 1px;
  background-image: repeating-linear-gradient(
    to bottom,
    #86909C 0,
    #86909C 3px,
    transparent 3px,
    transparent 6px
  );
}

.about-history__item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../assets/images/about/history-dot-red.svg") center / 12px 12px no-repeat;
}

.about-history__item--top time { top: 0; }
.about-history__item--top p { top: 48px; }
.about-history__item--top::before { top: 100px; height: 120px; }
.about-history__item--top::after { top: 214px; }
.about-history__item--bottom time { top: 92px; }
.about-history__item--bottom p { top: 140px; }
.about-history__item--bottom::before { top: 12px; height: 80px; }
.about-history__item--bottom::after { top: 0; }

@media (prefers-reduced-motion: reduce) {
  .about-history__track::after,
  .about-history__item {
    transition: none;
  }

  .about-history.is-animated .about-history__item {
    transition-delay: 0s;
  }
}

.about-honor {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #f5f6fa;
}

.about-honor .about-section__inner {
  position: static;
}

.about-honor h2 {
  padding-top: 56px;
}

.about-honor__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 557px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}

.about-honor__list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 28px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #13151a;
  white-space: nowrap;
}

.about-honor__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8.5px;
  width: 449px;
  border-bottom: 1px dotted #e5e6eb;
}

.about-honor__list time {
  width: 139px;
  flex: 0 0 139px;
}

.about-honor__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1147px;
  max-width: none;
  height: 543px;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.about-contact {
  position: relative;
  height: 505px;
  background: #fff;
}

.about-contact h2 {
  padding-top: 56px;
}

.about-contact__company {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #86909c;
}

.about-contact__offices {
  display: flex;
  gap: 162px;
  margin-top: 68px;
}

.about-contact__office {
  width: 236px;
}

.about-contact__office img {
  width: auto;
  height: 100px;
  object-fit: contain;
  object-position: left center;
}

.about-contact__office h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-contact__office h3::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin-top: 8px;
  background: #ff453a;
}

.about-contact__office p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #86909c;
  white-space: nowrap;
}

.about-contact__channels {
  position: absolute;
  top: 145px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-contact__channels dl {
  padding: 12px 20px;
  background: #f7f8fa;
}

.about-contact__channels dl div {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.about-contact__channels dl div + div {
  margin-top: 8px;
}

.about-contact__channels dt {
  color: #86909c;
}

.about-contact__channels dd {
  color: #13151a;
}

.about-contact__channels dd a {
  color: inherit;
  text-decoration: none;
}

.about-contact__channels dd a:hover {
  color: var(--color-primary);
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .about-section__inner,
  .about-hero__inner,
  .about-history__head {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .about-history__viewport {
    padding-left: var(--container-gutter);
  }
}

@media (max-width: 1199px) {
  .about-section__inner,
  .about-hero__inner,
  .about-history__head {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }

  .about-history__viewport {
    padding-left: var(--container-gutter);
  }

  .about-subnav__inner {
    gap: 40px;
    padding: 0 var(--container-gutter);
  }

  .about-who__copy {
    width: min(942px, 100%);
  }

  .about-stats {
    justify-content: space-between;
    gap: 24px;
  }

  .about-what__grid {
    grid-template-columns: repeat(2, minmax(0, 442px));
    gap: 32px;
  }

  .about-honor__deco {
    right: -260px;
  }

  .about-contact__channels {
    right: var(--container-gutter);
  }
}
