#about .s3 {
  position: relative;
  height: 100vh;
  background: url(/i/about-circle.png) no-repeat center/cover;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

#about .s3 h2 {
  margin-bottom: 1.5rem;
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about .s3 .circle-wrap {
  position: relative;
  width: 650px;
  height: 650px;
}

#about .s3 .circle-wrap svg {
  width: 650px;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

#about .s3 .circle-wrap svg circle {
  fill: none;
  stroke-width: 2;
}

#about .s3 .circle-wrap svg circle.bg {
  stroke: #ffffff33;
}

#about .s3 .circle-wrap svg circle.progress {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 2010;
  stroke-dashoffset: 2010;
  stroke-linecap: round;
}

#about .s3 .circle-wrap .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 490px;
  height: 300px;
  text-align: center;
}

#about .s3 .circle-wrap .content .slide-num {
  font-size: 1.38rem;
  margin-bottom: 4rem;
  color: #fff;
}

#about .s3 .circle-wrap .content .slides {
  position: relative;
}

#about .s3 .circle-wrap .content .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#about .s3 .circle-wrap .content .slides .slide.active {
  opacity: 1;
  pointer-events: auto;
}

#about .s3 .circle-wrap .content .slides .slide h3 {
  display: inline-block;
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.38rem;
}

#about .s3 .circle-wrap .content .slides .slide p {
  color: #fff;
}

#about .s4 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#about .s4 h2 {
  margin-bottom: 5rem;
}

#about .s4 #horizontal-scroll-parent {
  position: relative;
  padding-top: 225px;
  height: 100vh !important;
  overflow: hidden;
}

#about .s4 #horizontal-scroll-container {
  height: 100% !important;
  display: flex;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

#about .s4 .card {
  flex-shrink: 0;
  width: 775px;
  height: 100%;
  overflow: hidden;
  padding: 0 2rem;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: left;
}

#about .s4 .card:last-child {
  border-right: 0;
}

#about .s4 .border-bottom {
  position: absolute;
  left: 0;
  top: 225px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#about .s4 .slide-inner {
  position: relative;
  text-align: left;
  top: 35%;
}

#about .s4 .slide-inner h5 {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.61rem;
  display: inline-block;
  background: var(--gradient-dark, linear-gradient(90deg, #89C1F8 0%, #0F355A 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1rem 0;
}

#about .s4 .slide-inner p {
  min-height: 130px;
  max-width: 430px;
  min-width: 430px;
}

#about .s5 {
  padding: 6.38rem 0;
  background: #1A254F;
}

#about .s5 .top {
  text-align: center;
  max-width: 738px;
  margin: 0 auto 3.8rem auto;
}

#about .s5 .top p {
  color: #fff;
}

#about .s5 .top h2 {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  margin-bottom: 1.3rem;
}

#about .s5 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.2rem;
  column-gap: 1rem;
}

#about .s5 .wrap .person {
  display: block;
}

#about .s5 .wrap .person .img-wrap {
  position: relative;
  aspect-ratio: 400 / 400;
}

#about .s5 .wrap .person img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s ease;
}

#about .s5 .wrap .person .name {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.07em;
  color: #fff;
  margin: 1.2rem 0 0.3rem 0;
  transition: color .3s ease;
}

#about .s5 .wrap .person p {
  font-size: 15px;
  color: #fff;
}

#about .s5 .wrap .person:hover .name {
  color: #2A72B9;
}

#about .s5 .wrap .person:hover .bw {
  opacity: 0;
}

#about .s6 .wrap p {
  max-width: 452px;
}

#about .s6 .wrap h3 {
  max-width: 704px;
}

#about .s7 {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(/i/about-history.png) no-repeat center/cover;
  padding: 9rem 2.5rem;
}

#about .s7 .vline {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

#about .s7 .vline .indicator {
  width: 60px;
  height: 58px;
  position: absolute;
  top: 28%;
  left: -30px;
  transform: translateY(-50%);
  background: url(/i/svg/history-vector.svg) no-repeat center/cover;
}

#about .s7 .years {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

#about .s7 .years > div {
  position: relative;
  text-align: center;
}

#about .s7 .years > div h3 {
  font-size: 3.83rem;
  color: #89C1F8;
  opacity: 0.1;
  transition: all .5s ease;
}

#about .s7 .years > div.active h3 {
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

#about .s7 .history-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

#about .s7 .history-content > div {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}

#about .s7 .history-content > div.active {
  opacity: 1;
  visibility: visible;
}

#about .s7 .history-content p {
  color: #fff;
}

#about .s7 .history-content h3 {
  font-size: 3.83rem;
  line-height: 1.07em;
  color: #fff;
}

#about .s7 .history-content .disc {
  margin-top: 5rem;
}

#about .s7 .history-content .disc p {
  font-size: 12px;
  line-height: 18px;
}

#about .s7 .history-content .mobile {
  display: none;
}

#about .s7 .history-content .mobile h3 {
  font-size: 3rem;
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}

#about .s8 {
  background: url(/i/about-history.png) no-repeat center/cover;
  padding: 7.5rem 0;
  text-align: center;
  display: none;
}

#about .s8 .title {
  margin-bottom: 2rem;
}

#about .s8 p {
  color: #fff;
}

#about .s8 .swiper {
  width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

#about .s8 .swiper-slide {
  height: auto;
  display: block;
}

#about .s8 .swiper-slide h3 {
  font-size: 3rem;
  background: var(--gradient-light, linear-gradient(90deg, #89C1F8 0%, #2A72B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}

#about .s8 .swiper-slide > div h3, #about .s8 .swiper-slide > div p {
  color: #fff;
}

#about .s8 .swiper-slide > div h3 {
  font-size: 1.8rem;
  line-height: 1.07em;
  -webkit-text-fill-color: #fff;
  background: none;
}

#about .s8 .swiper-slide .disc {
  margin-top: 5rem;
}

#about .s8 .swiper-slide .disc p {
  font-size: 12px;
  line-height: 18px;
}

#about .s8 .swiper-button-next, #about .s8 .swiper-button-prev {
  top: auto;
  bottom: 0;
  transform: translateY(0);
}

#about .s8 .swiper-button-next:after, #about .s8 .swiper-button-prev:after {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #2A72B9;
  text-decoration: underline;
  text-transform: capitalize !important;
}

#about .s8 .swiper-button-prev {
  left: 38%;
}

#about .s8 .swiper-button-next {
  right: 38%;
}

@media screen and (max-width: 1200px), screen and (max-height: 880px) {
  #about .s4 h2 {
    margin-bottom: 3rem;
  }
  #about .s4 #horizontal-scroll-parent {
    height: auto !important;
    padding: 7rem 0;
  }
  #about .s4 #horizontal-scroll-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    justify-content: center;
    padding: 0 1rem;
    border-top: none;
  }
  #about .s4 .card {
    padding: 2rem 0;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  #about .s4 .card:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  #about .s4 .slide-inner {
    text-align: center;
    top: auto;
  }
  #about .s4 .slide-inner p {
    max-width: none;
    min-width: auto;
    min-height: auto;
  }
}

@media screen and (max-height: 900px) {
  #about .s7 .vline .indicator {
    top: 35%;
  }
}

@media screen and (max-height: 800px) {
  #about .s3 {
    padding-top: 5rem;
  }
  #about .s3 .circle-wrap .content {
    top: 45%;
  }
  #about .s3 .circle-wrap .content .slide-num {
    margin-bottom: 3rem;
  }
  #about .s3 .circle-wrap svg {
    opacity: 0;
  }
  #about .s7 {
    display: none;
  }
  #about .s7 .vline, #about .s7 .years {
    opacity: 0;
    visibility: hidden;
  }
  #about .s7 .history-content {
    top: 45%;
  }
  #about .s7 .history-content .mobile {
    display: inline-block;
  }
  #about .s7 .history-content > div h3 {
    font-size: 1.8rem;
  }
  #about .s8 {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  #about .s5 .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #about .s6 .wrap p, #about .s6 .wrap h3 {
    max-width: none;
  }
  #about .s7 .years > div h3, #about .s7 .history-content h3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1023px) {
  #about .s7 .years > div h3, #about .s7 .history-content h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  #about .s3 {
    padding-top: 5rem;
  }
  #about .s3 .circle-wrap .content {
    top: 45%;
  }
  #about .s3 .circle-wrap .content .slides .slide {
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
  }
  #about .s3 .circle-wrap svg {
    opacity: 0;
  }
  #about .s4 #horizontal-scroll-parent {
    padding: 4rem 0;
  }
  #about .s5 {
    padding: 5rem 0;
  }
  #about .s5 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #about .s5 .wrap .person .name {
    font-size: 1.8rem;
  }
  #about .s7 {
    display: none;
  }
  #about .s7 .vline, #about .s7 .years {
    opacity: 0;
    visibility: hidden;
  }
  #about .s7 .history-content {
    top: 45%;
  }
  #about .s7 .history-content .mobile {
    display: inline-block;
  }
  #about .s7 .history-content > div h3 {
    font-size: 1.8rem;
  }
  #about .s7 .history-content .disc p {
    font-size: 13px;
    line-height: 19px;
  }
  #about .s8 {
    display: block;
    padding: 5rem 0;
  }
}
