.about_banner {
  background: no-repeat center / cover;
  position: relative;
}
.about_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(to right, #000e2a, transparent);
  pointer-events: none;
  content: '';
}
.about_banner .flex {
  height: 100vh;
  padding: 16rem 0;
  min-height: max-content;
  max-height: 92.1rem;
}
.about_banner .head {
  flex: 1;
  max-width: 70rem;
  padding-bottom: 2%;
}
.about_banner p {
  max-width: 50.3rem;
  margin-top: 2.7rem;
}
.about_banner .btn {
  margin-top: 5.1rem;
}
.about_solutions {
  background-color: #eff2f4;
  padding: 12.1rem 0 18rem;
  overflow: hidden;
}
.about_solutions .imgs {
  width: 44.4444%;
  margin-left: -1.8055556%;
  --bw: 5.6rem;
  margin-top: 1.2%;
}
.about_solutions .imgs + .right {
  max-width: 71.9rem;
}
.about_solutions .imgs ul {
  position: relative;
  padding-bottom: 104.84375%;
}
.about_solutions .imgs ul::before,
.about_solutions .imgs ul::after {
  width: calc(67.65625% - var(--bw) * 2);
  padding-bottom: calc(67.65625% - var(--bw) * 2);
  position: absolute;
  content: '';
  border: var(--bw) solid #abb3b7;
  opacity: 0.15;
  pointer-events: none;
  border-radius: 50%;
}
.about_solutions .imgs ul::after {
  top: 0;
  left: 17.5%;
}
.about_solutions .imgs ul::before {
  left: 0;
  top: 18.33%;
}
.about_solutions .imgs .img {
  position: absolute;
  --h: 100%;
  border-radius: 50%;
  z-index: 2;
}
.about_solutions .imgs .img:hover img {
  transform: scale(1.02);
}
.about_solutions .imgs .img:nth-child(1) {
  width: 77.34375%;
  top: 11.33%;
  right: 0;
}
.about_solutions .imgs .img:nth-child(2) {
  width: 40.3125%;
  left: 13.75%;
  bottom: 0;
}
.about_solutions .right {
  flex: 1;
}
.about_solutions h2 {
  letter-spacing: 2px;
}
.about_solutions p {
  max-width: 66.9rem;
  margin-top: 1.6rem;
}
.about_solutions .nums {
  margin-top: 2.4rem;
}
.about_solutions .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6rem 3.19889%;
}
.about_solutions .nums li {
  border-radius: 1rem;
  background-color: #fff;
  transition: all 0.3s;
  color: #111111;
  display: flex;
  flex-direction: column;
  padding: 3.1rem 8.671% 4rem;
  min-height: 23.5rem;
}
.about_solutions .nums li.active {
  background-color: var(--primary);
  color: #fff;
}
.about_solutions .nums .num {
  font-size: 4.8rem;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: auto;
  letter-spacing: 1.5px;
}
.about_solutions .nums .info {
  margin-top: 2rem;
}
.about_solutions .nums .info h3 {
  font-size: 2.6rem;
  letter-spacing: 0.75px;
}
.about_solutions .nums .info p {
  font-size: 1.8rem;
  letter-spacing: 0.15px;
  margin-top: 0.9rem;
}
.page_about {
  padding-top: 17.6rem;
}
.page_certifications {
  padding-bottom: 12rem;
}
.about_manufacturing {
  background-color: #001329;
  padding: 16.2rem 0 23.5rem;
}
.about_manufacturing h2 {
  letter-spacing: 1.9px;
}
.about_manufacturing .items {
  margin-top: 8.1rem;
}
.about_manufacturing .items > div {
  display: grid;
  grid-template-columns: 30.55556% 32.847222% 30.55556%;
  justify-content: space-between;
  align-items: start;
}
.about_manufacturing .item {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  padding: 3.7rem 1.1rem 4rem;
}
.about_manufacturing .item:nth-of-type(odd) {
  grid-column: 3;
}
.about_manufacturing .item:nth-of-type(even) {
  grid-column: 1;
}
.about_manufacturing .item:nth-child(1),
.about_manufacturing .item:nth-child(3) {
  padding-top: 4.75rem;
  grid-column: 1;
}
.about_manufacturing .item:nth-child(3) {
  grid-column: 3;
}
.about_manufacturing .item.active {
  border-bottom-color: transparent;
  padding-left: 7.045455%;
}
.about_manufacturing .item.active::before {
  width: 102.5%;
  opacity: 1;
}
.about_manufacturing .item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: var(--primary);
  pointer-events: none;
  border-radius: 1.8rem;
  transition: all 0.3s, width 0.4s;
  opacity: 0;
  z-index: -1;
}
.about_manufacturing .item span {
  position: relative;
  display: block;
  font-size: 2.6rem;
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 1px;
}
.about_manufacturing .item h3 {
  position: relative;
  font-size: 3.6rem;
  margin-top: 2.8rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.about_manufacturing .swiper_box {
  display: contents;
}
.about_manufacturing .about_manufacturing_swiper {
  overflow: hidden;
  border-radius: 2rem;
  grid-row: span 3;
  margin-bottom: -16%;
  grid-column: 2;
}
.about_manufacturing .about_manufacturing_swiper .img {
  padding-bottom: 133.2%;
}
.about_manufacturing .about_manufacturing_swiper .img:hover img {
  transform: scale(1.02);
}
.page_faqs {
  padding-top: 15.6rem;
}
.about_picture {
  padding: 2.9rem 0 3.75rem;
}
.about_picture .img {
  width: 100%;
  height: auto;
  border-radius: 2.2rem;
}
.about_picture .img:hover img {
  transform: scale(1.02);
}
.about_contact {
  padding: 3.75rem 0 6.6rem;
}
.about_contact p {
  margin-top: 2.7rem;
}
.about_contact .items {
  margin-top: 5.5rem;
}
.about_contact .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3rem 1.5972222%;
}
.about_contact .items .item {
  display: grid;
  grid-template-columns: 7.6rem 1fr;
  align-items: center;
  border-radius: 2.5rem;
  background-color: #0a2035;
  color: #fff;
  padding: 6.2rem 9.0323% 6.5rem;
  gap: 3rem;
}
.about_contact .items .item .icon {
  padding-bottom: 98%;
  border-radius: 0.8rem;
  background-color: var(--primary);
}
.about_contact .items .item .label {
  font-size: 2.8rem;
  margin-bottom: 1.1rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.about_contact .items .item a,
.about_contact .items .item p {
  font-size: 1.8rem;
  opacity: 0.75;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin: 0;
}
.about_contact .items .item a {
  vertical-align: top;
  transition: all 0.3s;
}
.about_contact .items .item a:hover {
  opacity: 1;
  color: var(--primary);
}
@media screen and (max-width: 768px) {
  .about_banner::before {
    width: 100%;
  }
  .about_banner .flex {
    min-height: unset;
    height: auto;
    max-height: unset;
    padding: 50px 0;
  }
  .about_banner .head {
    max-width: unset;
    padding: 0;
  }
  .about_solutions {
    padding: 50px 0;
  }
  .about_solutions .imgs {
    margin-left: 0;
    --bw: 4px;
  }
  .about_solutions .imgs + .right {
    max-width: unset;
  }
  .about_solutions .right {
    width: 100%;
  }
  .about_solutions .nums {
    margin-top: 20px;
  }
  .about_solutions .nums ul {
    gap: 16px;
  }
  .about_solutions .nums li {
    padding: 20px;
    min-height: unset;
  }
  .about_solutions .nums .num {
    font-size: 20px;
    letter-spacing: unset;
  }
  .about_solutions .nums .info {
    margin-top: 16px;
  }
  .about_solutions .nums .info h3 {
    font-size: 18px;
    max-width: unset;
  }
  .about_solutions .nums .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .page_about {
    padding-top: 50px;
  }
  .page_certifications {
    padding-bottom: 50px;
  }
  .about_manufacturing {
    padding: 50px 0;
  }
  .about_manufacturing .items {
    margin-top: 30px;
  }
  .about_manufacturing .item {
    padding: 14px 10px;
  }
  .about_manufacturing .item::before {
    border-radius: 10px;
  }
  .about_manufacturing .item.active {
    padding-left: 10px;
  }
  .about_manufacturing .item:nth-child(1),
  .about_manufacturing .item:nth-child(3) {
    padding-top: 14px;
  }
  .about_manufacturing .item span {
    font-size: 14px;
    letter-spacing: unset;
  }
  .about_manufacturing .item h3 {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .about_manufacturing .about_manufacturing_swiper {
    border-radius: 10px;
    margin-bottom: 0;
  }
  .page_faqs {
    padding-top: 50px;
  }
  .about_picture {
    padding: 30px 0;
  }
  .about_picture .img {
    border-radius: 10px;
  }
  .about_contact {
    padding: 50px 0;
  }
  .about_contact .items {
    margin-top: 30px;
  }
  .about_contact .items > div {
    gap: 16px;
  }
  .about_contact .items .item {
    grid-template-columns: 50px 1fr;
    border-radius: 10px;
    padding: 20px;
    gap: 16px;
  }
  .about_contact .items .item .label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about_contact .items .item a,
  .about_contact .items .item p {
    font-size: 14px;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 576px) {
  .about_solutions .imgs {
    width: 100%;
  }
  .about_manufacturing .items > div {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .about_manufacturing .items > div > .item {
    order: unset;
    grid-column: unset;
  }
  .about_manufacturing .about_manufacturing_swiper {
    grid-column: unset;
    order: -1;
  }
  .about_contact .items > div {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=about.css.map */