.about-business {
  position: relative;
  background: url('../assets/images/about/team-bg@2x.png') center / cover no-repeat;
  padding-top: 88px;
  padding-bottom: 130px;
}

.about-hero__bg {
  width: 100%;
  height: auto;
  max-height: 572px;
}

.about-business .section-heading {
  text-align: center;
  margin-bottom: 56px;
}

.about-business .section-heading__rule {
  width: 67px;
  height: 3px;
  background: #d82f2f;
  display: inline-block;
  margin-top: 14px;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.business-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 527px;
}

.business-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.1) 65%);
}

.business-card__content {
  color: #fff;
  padding: 26px;
}

.business-card__icon {
  width: 45px;
  height: 47px;
  object-fit: contain;
  margin-bottom: 14px;
}

.business-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.business-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-card__cta-icon {
  width: 15px;
  margin-left: 12px;
}

.business-card__cta {
  height: 0px;
  background: #d82f2f;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.business-card .business-card__cta {
  /* display: none; */
}
.business-card:hover .business-card__cta {
  /* display: inline-flex; */
  height: 62px;
  opacity: 1;
}
.business-card:hover p {
  white-space: wrap;
}
.business-card:hover .business-card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 10%, rgba(0, 0, 0, 0.82) 65%);
}

.page-about {
  background: #070707;
  color: #fff;
  overflow: hidden;
}

.about-hero {
  position: relative;
}

.about-hero__partners {
  position: absolute;
  left: 50%;
  bottom: 46px;
  z-index: 1;
  width: min(74.8vw, 1437px);
  height: auto;
  transform: translateX(-50%);
  opacity: 0.92;
}

.about-hero__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 166px 20px 47px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.about-hero__eyebrow {
  margin: 0;
  font-family: var(--font-family-oswald);
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.about-hero__eyebrow span {
  color: #d82f2f;
}

.about-hero h1 {
  margin: 8px 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.55;
}

.about-hero__rule {
  display: block;
  width: 107px;
  height: 1px;
  margin: 12px auto 0;
  background: rgba(255, 255, 255, 0.6);
}

.about-hero__subtitle {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.45;
}

.about-intro {
  position: relative;
}

.about-intro__bg {
  width: 100%;
  height: auto;
  min-height: 1090px;
  max-height: 1279px;
}

.about-intro__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 122px 0px 270px;
}

.about-intro__content {
  display: grid;
  grid-template-columns: 488px 776px;
  gap: 94px;
  align-items: center;
}

.about-intro__copy p {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}

.about-section-title p {
  margin: 0;
  font-family: var(--font-family-oswald);
  text-transform: capitalize;
}

.about-intro h2,
.about-section-title h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 500;
}

.about-team__copy > p {
  margin: 14px 0 0;
  color: #999;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

.about-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 135px;
  height: 45px;
  margin-top: 40px;
  border: 1px solid #d82f2f;
  border-radius: 999px;
  color: #d82f2f;
  font-size: 16px;
}
.about-pill-link img {
  width: 15px;
  margin-left: 12px;
}

.about-intro__visual {
}

.about-principles__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  align-items: end;
}

.about-principle {
  flex: 1;
  position: relative;
  padding-left: 32px;
}
.about-principle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #888888;
  z-index: 2;
}
.about-principle::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 40px;
  width: 2px;
  height: 210px;
  background: #fff;
  opacity: 0.12;
  z-index: 1;
}

.about-principle--active {
  margin-bottom: 60px;
}

.about-principle p {
  font-size: 40px;
  color: #d82f2f;
  line-height: 62px;
  text-transform: uppercase;
}

.about-principle h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 32px;
}

.about-principle span {
  color: #999;
  font-size: 16px;
  line-height: 1.75;
}
.about-principle span + span {
  margin-left: 32px;
}

.about-history {
  position: relative;
}
.about-history__bg {
  width: 100%;
  height: auto;
  max-height: 736px;
  min-height: 722px;
}
.about-history__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section-title {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-section-title p {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.08;
}
.about-section-title h2 {
  margin-top: 16px;
  font-size: 26px;
  line-height: 46px;
}

.about-timeline-wrap {
  overflow: hidden;
  margin-top: 52px;
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-timeline li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-right: 60px;
  flex: 0 0 calc(100% / 4);
}

.about-timeline time {
  display: block;
  order: 0;
  font-family: var(--font-family-oswald);
  color: #d82f2f;
  font-size: 36px;
  line-height: 1.1;
}

.about-timeline li::before {
  content: '';
  display: block;
  order: 1;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #d82f2f;
  box-shadow: 0 0 0 7px rgba(216, 47, 47, 0.21);
  margin: 18px 0 26px 7px;
  position: relative;
  z-index: 2;
}

.about-timeline li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  height: 1px;
  background: #d82f2f;
  z-index: 1;
}

.about-timeline h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  order: 2;
}

.about-timeline p {
  margin: 12px 0 0;
  color: #999;
  font-size: 12px;
  line-height: 1.8;
  text-align: justify;
  order: 3;
}

.about-team {
  padding: 150px 0 150px;
  background: url('../assets/images/about/business-bg@2x.png') center / cover no-repeat;
}

.about-team__inner {
  display: grid;
  grid-template-columns: minmax(0, 806px) minmax(0, 590px);
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.about-team__copy .about-section-title p {
  color: #fff;
}

.about-team__copy .about-section-title p span {
  color: #d82f2f;
}

.about-team__copy > p {
  max-width: 610px;
  margin-top: 35px;
}

.about-team__stats {
  display: flex;
  gap: 54px;
  margin-top: 62px;
  padding-left: 20px;
  border-left: 10px solid #d82f2f;
}

.about-team__stats > div {
  min-width: 102px;
  padding-left: 20px;
  color: #fff;
}

.about-team__stats strong {
  display: block;
  font-family: var(--font-family-oswald);
  font-size: 55px;
  line-height: 0.9;
}

.about-team__stats span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}

.about-team__visual {
  min-height: 390px;
  border-top-left-radius: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18)),
    url('../assets/images/about/team-photo@2x.png') center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.28);
}

.about-history__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.about-history__control_btn {
  width: 40px;
  height: 40px;
}
.about-history__control-prev {
  background: url('../assets/images/common/icons/page-left.png') center / cover no-repeat;
}
.about-history__control-next {
  background: url('../assets/images/common/icons/page-right.png') center / cover no-repeat;
}
.about-history__control-prev.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.about-history__control-next.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.about-team .about-section-title,
.about-business .about-section-title {
  flex-direction: column;
  align-items: flex-start;
}
.about-team__stats div.divider {
  width: 1px;
  min-width: 1px;
  height: 43px;
  background: #424243;
  margin-top: 16px;
  padding-left: 0;
}

.about-team__stats-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.about-team__stats-item-plus {
  font-size: 20px;
}

.site-footer {
  background: transparent;
  margin-top: -27px;
  z-index: 2;
  position: relative;
}

.about-hero__bg-m,
.about-intro__bg-m,
.about-history__bg_m {
  display: none;
}
