#better-way #container .s2 {
  padding: 10rem 0;
}

#better-way #container .s2 .video-wrapper {
  height: 922px;
  position: relative;
  background: url(/i/video-pl.jpg) no-repeat center/cover;
  z-index: 2;
}

#better-way #container .s2 .video-wrapper > div {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 4.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8rem);
  gap: 2rem;
}

#better-way #container .s2 .video-wrapper .content {
  max-width: 790px;
}

#better-way #container .s2 .video-wrapper .content h3, #better-way #container .s2 .video-wrapper .content p {
  color: #fff;
}

#better-way #container .s2 .video-wrapper .content p {
  font-size: 1.33rem;
  line-height: 2rem;
  margin-top: 1.77rem;
}

#better-way #container .s2 .video-wrapper .play-btn {
  width: 127px;
  height: 127px;
  background: url(/i/svg/play-btn.svg) no-repeat center/cover;
  cursor: pointer;
  transition: opacity .3s ease;
}

#better-way #container .s2 .video-wrapper .play-btn:hover {
  opacity: 0.7;
}

#better-way #container .s3 {
  background-color: #5C676F;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

#better-way #container .s3 > div {
  width: 50%;
  position: relative;
}

#better-way #container .s3 .infographic {
  position: sticky;
  height: 100vh;
  top: 147px;
}

#better-way #container .s3 .infographic .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F6F6F7;
}

#better-way #container .s3 .infographic .color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#better-way #container .s3 .infographic .dark-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0.9;
}

#better-way #container .s3 .infographic .knot-overlay {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 700px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

#better-way #container .s3 .infographic .center {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 45%;
  z-index: 5;
}

#better-way #container .s3 .infographic .center h4 {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #7E858B;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#better-way #container .s3 .infographic .center h3 {
  font-style: italic;
  font-size: 2.23rem;
  line-height: 3rem;
  margin-bottom: 0.3rem;
  color: #5C676F;
  opacity: 0.4;
  transition: opacity .5s ease;
}

#better-way #container .s3 .infographic .center h3.sel {
  opacity: 1;
}

#better-way #container .s3 .infographic-content {
  padding: 16.68rem 2rem;
  overflow-y: auto;
  height: 100%;
}

#better-way #container .s3 .infographic-content .infographic-item {
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  border-bottom: solid 1px #a5bfd3;
  text-align: center;
  opacity: 0.7;
  transition: opacity .5s ease;
}

#better-way #container .s3 .infographic-content .infographic-item h3 {
  font-size: 2.23rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  color: #fff;
}

#better-way #container .s3 .infographic-content .infographic-item p {
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

#better-way #container .s3 .infographic-content .infographic-item p:last-of-type {
  margin-bottom: 0;
}

#better-way #container .s3 .infographic-content .infographic-item:last-of-type {
  margin-bottom: 0;
}

#better-way #container .s3 .infographic-content .infographic-item.sel {
  opacity: 1;
}

#better-way #container .s3-mob {
  background: #F6F6F7;
  padding: 8.34rem 0;
  display: none;
}

#better-way #container .s3-mob .fx-nav {
  padding: 1rem;
}

#better-way #container .s3-mob .fx-nav h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  transition: all .5s ease;
  position: relative;
  padding-right: 1rem;
}

#better-way #container .s3-mob .fx-nav h3::after {
  content: "+";
  font-size: 2rem;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#better-way #container .s3-mob .fx-nav.fx-on h3::after {
  content: "-";
}

#better-way #container .s3-mob .fx-slide .content {
  padding: 2rem 1rem;
  background-color: #5C676F;
}

#better-way #container .s3-mob .fx-slide .content p {
  color: #fff;
}

#better-way #container .video-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  width: calc(100% - 5rem);
  max-width: 1000px;
  height: 500px;
  object-fit: fill;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 102;
}

#better-way #container .video-wrap #video {
  width: 100%;
}

#better-way #container .video-wrap .close-video {
  display: block;
  font-weight: 200;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

/***** MEDIA *****/
@media screen and (max-width: 1200px) {
  #better-way #container .s2 {
    padding: 8.34rem 0;
  }
  #better-way #container .s2 .video-wrapper {
    height: 700px;
  }
  #better-way #container .s2 .video-wrapper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 2rem);
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  #better-way #container .s2 .video-wrapper .play-btn {
    width: 100px;
    height: 100px;
  }
  #better-way #container .s3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
  #better-way #container .s3 > div {
    width: auto;
  }
  #better-way #container .s3 .infographic {
    display: none;
  }
  #better-way #container .s3 .infographic-content {
    padding: 8.34rem 1rem;
    background: url(/i/better-graphic-dark-bg.jpg) no-repeat center/cover;
  }
  #better-way #container .s3 .infographic-content .infographic-item {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  #better-way #container .s3-mob {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #better-way #container .s2 {
    padding: 6rem 0;
  }
  #better-way #container .s2 .video-wrapper {
    height: 450px;
  }
  #better-way #container .s2 .video-wrapper > div {
    bottom: 2.25rem;
  }
  #better-way #container .s2 .video-wrapper .play-btn {
    width: 60px;
    height: 60px;
  }
  #better-way #container .s2 .video-wrapper .content p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1rem;
  }
  #better-way #container .video-wrap .close-video {
    font-size: 1.3rem;
    top: -20px;
    right: -20px;
  }
  #better-way #container .s3 {
    display: none;
  }
  #better-way #container .s3 .infographic-content {
    padding: 6rem 1rem;
  }
  #better-way #container .s3 .infographic-content .infographic-item h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  #better-way #container .s3-mob {
    padding: 6rem 0;
  }
}
