#difference .img-bg .img-blue {
  background-image: url(/i/difference-hero.jpg);
}

#difference .img-bg .img-light {
  background-image: url(/i/difference-hero-lt.jpg);
}

#difference .s1 {
  position: relative;
}

#difference .s1 .container {
  max-width: 1230px;
}

#difference .s2 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 3rem 0;
}

#difference .s2 .content {
  max-width: 1230px;
  margin: 0 auto;
  width: calc(100% - 2rem);
}

#difference .s2 .timeline_container {
  position: relative;
}

#difference .s2 .vert_line {
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(165, 210, 255, 0.25);
  z-index: 0;
}

#difference .s2 .active_line {
  position: absolute;
  width: 1px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #389cff;
  z-index: 1;
}

#difference .s2 .timeline_content {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  margin: 4.5rem 0;
  position: relative;
  z-index: 2;
}

#difference .s2 .timeline_inner {
  opacity: .25;
  transition: opacity .5s ease;
  text-align: left;
}

#difference .s2 .timeline_inner, #difference .s2 .empty {
  width: 44%;
  max-width: 630px;
}

#difference .s2 .timeline_content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#difference .s2 .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(56, 156, 255, 0.25);
}

#difference .s2 .active .dot {
  background: #389cff;
}

#difference .s2 .active .timeline_inner {
  opacity: 1;
}

#difference .s2 h2 {
  font-size: 72px;
  font-weight: 200;
  line-height: 105%;
  letter-spacing: 1.44px;
  color: #fff;
  margin-bottom: 1em;
}

#difference .s2 h2 strong {
  font-weight: 200;
  color: #389CFF;
}

#difference .s2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

#difference .s2 h5 {
  border: 1px solid rgba(165, 210, 255, 0.5);
  padding: 50px;
  background: linear-gradient(319deg, rgba(175, 215, 255, 0.15) -0.52%, rgba(175, 215, 255, 0.05) 99.67%);
  border-radius: 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 1px;
}

#difference .s2 ul {
  list-style: none;
  margin-bottom: 36px;
}

#difference .s2 li {
  position: relative;
  border-top: 1px solid rgba(165, 210, 255, 0.5);
  padding: 15px 0 30px 25px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
}

#difference .s2 li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  background: #389cff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#difference .s3 {
  background: url(/i/svg/golden-ratio.svg) no-repeat center/contain;
  aspect-ratio: 1.62 / 1;
  z-index: 1;
  position: relative;
}

#difference .s3 h2 {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 110px;
  font-weight: 200;
  line-height: 100%;
  text-align: center;
  margin-bottom: 90px;
}

#difference .s3 h2 span {
  color: #389CFF;
}

#difference .s3 .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

#difference .s3 p {
  font-size: 23px;
  color: #fff;
  transition: color 0.3s ease;
  line-height: 130%;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

#difference .s3.is-light h2, #difference .s3.is-light p {
  color: #23356E;
}

@media all and (max-width: 1200px) {
  #difference .s1 .container .top h2 br {
    display: none;
  }
}

@media all and (max-width: 1100px) {
  #difference .s3 {
    aspect-ratio: auto;
    padding: 0 0 7.5rem;
  }
  #difference .s3 h2 {
    font-size: 80px;
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 979px) {
  #difference .s2 .vert_line, #difference .s2 .active_line {
    left: 5px;
  }
  #difference .s2 .timeline_inner {
    width: calc(100% - 2rem);
    max-width: 930px;
  }
  #difference .s2 .empty {
    display: none;
  }
  #difference .s2 .timeline_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media all and (max-width: 767px) {
  #difference .s2 h2 {
    font-size: 3rem;
  }
  #difference .s2 h5 {
    padding: 20px;
  }
  #difference .s3 {
    padding: 0 0 5rem 0;
    aspect-ratio: initial;
  }
  #difference .s3 h2 {
    font-size: 3rem;
  }
}
