#about .s2 .counters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  row-gap: 3rem;
  column-gap: 1rem;
}
#about .s2 .counters h2 span {
  color: #fff;
}
#about .s2 .counters .counter {
  font-size: 9rem;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  height: 9.3rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#about .s2 .counters .counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}
#about .s2 .counters .counter > span span {
  flex: 0 0 100%;
  height: 100%;
}
#about .s2 .counters .counter:nth-child(1) > span {
  transition-delay: 0s;
}
#about .s2 .counters .counter > span span:first-child {
  opacity: 0;
}
#about .s2 .counters p {
  text-align: center;
  margin-top: 1rem;
}
#about .s3 .circles {
  overflow: hidden;
  margin-top: 5rem;
  width: 100%;
}
#about .s3 .circles .track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
}
#about .s3 .circles .orb {
  flex: 0 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: solid 1px rgba(165, 210, 255, 0.5);
  position: relative;
  background: linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%);
}
#about .s3 .circles .orb p {
  font-weight: 300;
  font-size: 1.65rem;
  width: 100%;
  max-width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 3rem;
}
#about .s3 .circles .orb p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #389CFF;
  top: 0;
  left: 0;
}
#about .s4 h2 {
  font-size: 5.5rem;
  margin-bottom: 3.5rem;
}
#about .s4 .cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
#about .s4 .cards .card {
  border-radius: 12px;
  border: 1px solid var(--Border-Lines, rgba(165, 210, 255, 0.5));
  background: var(--Gradient-Linear-Light, linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%));
  padding: 2.5rem 1rem;
  opacity: 0;
}
#about .s4 .cards .card p {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 2rem;
}
#about .s4 .cards .card p span {
  color: #389CFF;
}
#about .s4 .cards .card p::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  top: 0;
  left: 0;
}
#about .s5 h2 {
  font-size: 5.5rem;
  margin-bottom: 3.5rem;
  color: #fff;
  transition: color 1s ease;
}
#about .s5 .line {
  background-color: rgba(165, 210, 255, 0.5);
}
#about .s5 p {
  color: #fff;
  transition: color 1s ease;
}
#about .s5 .cards {
  margin-top: 4rem;
}
#about .s5 .cards .card {
  padding: 1.5rem 0;
  border-bottom: solid 1px rgba(16, 98, 179, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  margin-bottom: 1.5rem;
}
#about .s5 .cards .card h3 {
  color: #23356E;
  font-size: 3.6rem;
  position: relative;
  padding-left: 4rem;
}
#about .s5 .cards .card h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #389CFF;
  left: 0;
  bottom: 20px;
}
#about .s5 .cards .card p {
  max-width: 272px;
  color: #23356E;
}
#about .s5 .cards .card:last-of-type {
  margin-bottom: 0;
}
#about .s5.is-light h2, #about .s5.is-light p {
  color: #23356E;
}
#about .s5.is-light .line {
  background-color: rgba(16, 98, 179, 0.5);
}
#about .s6 {
  margin-bottom: 8rem;
}
#about .s6 .items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-bottom: 90px;
}
#about .s6 .custom-card {
  width: calc(100% - 2rem);
  max-width: 1230px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  height: 60vh;
  color: #23356E;
  margin-bottom: 50px;
  border-radius: 12px;
  border: 1px solid var(--Border-D-Border, rgba(16, 98, 179, 0.5));
  background: linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%);
  padding: 3rem 4rem;
}
#about .s6 .custom-card h2 {
  font-size: 5.5rem;
  margin-bottom: 2rem;
  color: #23356E;
}
#about .s6 .custom-card h2 span {
  color: #389CFF;
}
#about .s6 .custom-card .lg {
  color: #23356E;
  font-size: 1.15rem;
}
#about .s6 .custom-card .wrap {
  padding-top: 1.5rem;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: solid 1px rgba(16, 98, 179, 0.5);
}
#about .s6 .custom-card .wrap p {
  max-width: 495px;
  color: #23356E;
}
#about .s6 .custom-card .wrap p .small {
  font-size: 15px;
  font-weight: 400;
}
#about .s6 .custom-card .wrap p sup {
  line-height: 1em;
}
#about .s6 .card2 {
  top: 30px;
}
#about .s6 .card3 {
  top: 60px;
}
#about .s6 .opacity {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0.6;
}
#about .s6 .scale {
  moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  width: 95%;
}
#about .s6 .next_block {
  max-width: 1188px;
  padding-top: 100px;
  margin: 0 auto;
}
#about .s6 .next_block p {
  color: #23356E;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  #about .s5 .two-col-txt .wrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1100px), (max-height: 930px) {
  #about .s6 {
    margin-bottom: 7rem;
  }
  #about .s6 .items {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }
  #about .s6 .custom-card {
    width: 100%;
    position: relative;
    height: auto;
    padding: 4rem 1rem;
    top: auto !important;
  }
  #about .s6 .custom-card h2 {
    font-size: 4rem;
  }
  #about .s6 .custom-card .wrap {
    flex-direction: column;
    margin-top: 2rem;
  }
  #about .s6 .custom-card .wrap p {
    max-width: none;
  }
  #about .s6 .custom-card:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  #about .s2 .counters .counter {
    font-size: 8rem;
  }
}
@media screen and (max-width: 980px) {
  #about .s2 .counters .counter {
    font-size: 6rem;
    height: 6.3rem;
  }
  #about .s4 h2 {
    font-size: 4.5rem;
  }
  #about .s4 .wrap {
    flex-direction: column-reverse;
  }
  #about .s5 .cards .card {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  #about .s5 .cards .card h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-top: 2rem;
  }
  #about .s5 .cards .card h3::before {
    bottom: auto;
    top: 0;
  }
  #about .s5 .cards .card p {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #about .s3 .two-col-txt .wrap > div:first-child p:first-child {
    margin-bottom: 0;
  }
  #about .s2 .counters {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .s2 .counters .conter {
    font-size: 3.7rem;
    height: 4rem;
  }
  #about .s3 .circles {
    margin-top: 4rem;
  }
  #about .s3 .circles .orb {
    width: 300px;
    height: 300px;
  }
  #about .s3 .circles .orb p {
    font-size: 1.2rem;
    padding-top: 2rem;
  }
  #about .s4 h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #about .s4 .cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }
  #about .s5 h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #about .s5 .cards {
    margin-top: 3rem;
  }
  #about .s5 .cards .card h3 {
    font-size: 2.5rem;
  }
  #about .s6 {
    margin-bottom: 5rem;
  }
  #about .s6 .custom-card h2 {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=about.css.map */
