.about-hero {
  background-color: #1a2332;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 82px;
}
.about-hero .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  position: relative;
  z-index: 1;
}
@media (width > 1440px) {
  .about-hero .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
}
.about-hero .container .wrapper-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.about-hero .container .wrapper-main .breadcrumb-nav {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 8px;
}
.about-hero .container .wrapper-main .breadcrumb-nav svg {
  width: 10px;
  min-width: 10px;
  height: 12px;
  flex-shrink: 0;
}
.about-hero .container .wrapper-main .breadcrumb-nav a {
  color: #fefefe;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.about-hero .container .wrapper-main .breadcrumb-nav a:hover {
  opacity: 0.8;
}
.about-hero .container .wrapper-main .breadcrumb-nav .separator {
  color: #fefefe;
}
.about-hero .container .wrapper-main .breadcrumb-nav .separator svg {
  width: 5px;
  height: 8px;
  flex-shrink: 0;
}
.about-hero .container .wrapper-main .breadcrumb-nav .current {
  color: #687284;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.about-hero .container .wrapper-main .title {
  max-width: 754px;
  padding-top: 52px;
  margin-bottom: 32px;
}
.about-hero .container .wrapper-main .title h1 {
  margin: 0;
  color: #fefefe;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
}
.about-hero .container .wrapper-main .title h1 span {
  font-family: "Instrument Serif", serif;
  font-size: inherit;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.44px;
}
.about-hero .container .wrapper-main .title h1 span.typing-effect {
  font-family: "Instrument Serif", serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.44px;
  position: absolute;
}
.about-hero .container .wrapper-main .title h1:has(.typing-effect) {
  position: relative;
  padding-bottom: 87px;
}
@media (width <= 768px) {
  .about-hero .container .wrapper-main .title h1:has(.typing-effect) {
    padding-bottom: 42px;
  }
}
.about-hero .container .wrapper-main .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #e8ebef;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 754px;
}
.about-hero .container .wrapper-main .description p {
  margin: 0;
  color: inherit;
}
@media (width < 1200px) {
  .about-hero .container {
    padding: 0 40px;
  }
  .about-hero .title {
    max-width: 100%;
  }
}
@media (width <= 768px) {
  .about-hero .container {
    gap: 40px;
    padding: 0 20px;
  }
  .about-hero .container .wrapper-main .title {
    margin-bottom: 20px;
  }
  .about-hero .container .wrapper-main .title h1 {
    font-size: 42px;
  }
  .about-hero .container .wrapper-main .title h1 span.typing-effect {
    font-size: 42px;
  }
  .about-hero .container .wrapper-main .description {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (width <= 480px) {
  .about-hero .container .wrapper-main .breadcrumb-nav {
    font-size: 12px;
  }
  .about-hero .container .wrapper-main .breadcrumb-nav svg {
    width: 8px;
    height: 10px;
  }
}