#home .s1 {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  background: url(/i/rsg-hero.jpg) no-repeat center/cover;
}
#home .s1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#home .s1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CFDAE1;
  mix-blend-mode: multiply;
}
#home .s1 .logo-symbol {
  width: 295px;
  height: 669px;
  background: url(/i/hero-logo-symbol.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#home .s1 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  text-align: center;
}
#home .s1 .scroll {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
#home .s1 .scroll:hover {
  color: #42ADFF;
  transition: color 0.3s ease;
}
#home .s2 {
  padding: 11.2rem 0;
}
#home .s2 .container-inner {
  max-width: 1027px;
}
#home .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
#home .s2 .wrap > div {
  width: 50%;
  max-width: 470px;
}
#home .s2 .wrap .numb {
  margin-bottom: 1rem;
}
#home .s2 .wrap .numb h2 {
  font-size: 4.5rem;
}
#home .s2 .wrap .numb span {
  font-size: 3rem;
}
#home .s2 .wrap h4 {
  margin-top: 15px;
}
#home .s2 .wrap > .item:last-child {
  max-width: 495px;
}
#home .s3 {
  position: relative;
  overflow: hidden;
}
#home .s3 .swiper,
#home .s3 .swiper-wrapper,
#home .s3 .swiper-slide {
  height: 100%;
}
#home .s3 .slider {
  height: 100vh;
}
#home .s3 .swiper-slide {
  height: 100vh;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  z-index: 0;
}
#home .s3 .swiper-slide .top {
  position: relative;
  height: 44vh;
}
#home .s3 .swiper-slide .top .img-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#home .s3 .swiper-slide .top .img-under,
#home .s3 .swiper-slide .top .img-over {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: clip-path, transform, opacity;
  transform-origin: 50% 50%;
}
#home .s3 .swiper-slide .top .img-over {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: clip-path;
}
#home .s3 .swiper-slide .top .img-over.wipe-rtl {
  clip-path: polygon(0% 0%, calc(100% - var(--cut, 0%)) 0%, calc(100% - var(--cut, 0%)) 100%, 0% 100%);
}
#home .s3 .swiper-slide .top .img-over.wipe-ltr {
  clip-path: polygon(var(--cut, 0%) 0%, 100% 0%, 100% 100%, var(--cut, 0%) 100%);
}
#home .s3 .swiper-slide .bottom {
  flex: 1 0 auto;
  background: #E8E8E8;
  display: flex;
  color: #000;
  padding-top: 5rem;
}
#home .s3 .swiper-slide .bottom .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
#home .s3 .swiper-slide .bottom .container-inner .kicker {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 16px;
  letter-spacing: 3.5px;
  font-weight: 200;
}
#home .s3 .swiper-slide .bottom .container-inner .kicker span {
  color: #42ADFF;
  font-weight: 500;
}
#home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) {
  width: 100%;
  max-width: 680px;
  padding-top: 2rem;
}
#home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) p {
  color: #000;
  margin-bottom: 2rem;
}
#home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) .cta {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5.18px;
  color: #000;
  padding: 20px 20px 0 0;
  transition: color 0.3s ease;
  position: relative;
}
#home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) .cta::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/i/svg/cta.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}
#home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) .cta:hover {
  color: #42ADFF;
}
#home .s3 .swiper-slide.is-active {
  z-index: 5;
}
#home .s3 .slide1 .top {
  background-image: url("/i/our-approach-bg-img.jpg");
}
#home .s3 .slide2 .top {
  background-image: url("/i/track-record-bg-img.jpg");
}
#home .s3 .slide3 .top {
  background-image: url("/i/our-commitment-bg-img.jpg");
}
#home .s3 .swiper-pagination-bullets {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 5;
}
#home .s3 .swiper-pagination-bullets span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: solid 1px #000;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2509803922);
}
#home .s3 .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  border-color: #42ADFF;
  background: #42ADFF;
}
#home .s4 {
  padding: 15.5rem 0 10.5rem 0;
  position: relative;
}
#home .s4 .logo-symbol {
  width: 295px;
  height: 669px;
  background: url(/i/svg/logo-symbol2.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#home .s4 .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  z-index: 1;
  position: relative;
}
#home .s4 .stats-grid .stat {
  border-top: solid 1px rgba(255, 255, 255, 0.2509803922);
  padding: 1.5rem 0;
}
#home .s4 .stats-grid .stat .value {
  display: block;
  line-height: 1;
  font-family: "Kaisei Decol", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.5rem;
  text-transform: uppercase;
}
#home .s4 .stats-grid .stat .suffix {
  font-size: 3rem;
}
#home .s4 .stats-grid .stat h4 {
  margin-top: 1.5rem;
}
#home .s4 .stats-grid .stat:nth-child(2n) {
  text-align: right;
}
#home .s5 .container-inner {
  padding: 4rem 0 7.5rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2509803922);
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#home .s5 .container-inner > div {
  width: 50%;
}
#home .s5 .container-inner h2 {
  line-height: 1em;
}
#home .s5 .container-inner .left .top {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 4rem;
}
#home .s5 .container-inner .left .top .arrows {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
#home .s5 .container-inner .left .top .arrows div {
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#home .s5 .container-inner .left .top .arrows .prev {
  background: url(/i/left-arrow.png) no-repeat center/contain;
}
#home .s5 .container-inner .left .top .arrows .prev:hover {
  background-image: url(/i/svg/left-arrow-color.svg);
}
#home .s5 .container-inner .left .top .arrows .next {
  background: url(/i/right-arrow.png) no-repeat center/contain;
}
#home .s5 .container-inner .left .top .arrows .next:hover {
  background-image: url(/i/svg/right-arrow-color.svg);
}
#home .s5 .container-inner .left .center {
  position: relative;
}
#home .s5 .container-inner .left .center svg {
  display: block;
  width: 100%;
}
#home .s5 .container-inner .left .center svg .st0, #home .s5 .container-inner .left .center svg .st1 {
  fill: #42adff;
}
#home .s5 .container-inner .left .center svg .st2 {
  fill: #fff;
}
#home .s5 .container-inner .left .center svg .st3 {
  opacity: 0.5;
}
#home .s5 .container-inner .left .center svg .st0 {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#home .s5 .container-inner .left .center svg .st1 {
  fill: #fff;
  transition: all 0.3s ease;
}
#home .s5 .container-inner .left .center svg [data-city].is-active .st0 {
  opacity: 0.4;
}
#home .s5 .container-inner .left .center svg [data-city].is-active .st1 {
  fill: #42adff;
}
#home .s5 .container-inner .left .bottom {
  margin-top: 2rem;
}
#home .s5 .container-inner .left .bottom p {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
#home .s5 .container-inner .left .bottom .global-cta {
  border-color: #fff;
}
#home .s5 .container-inner .left .bottom .global-cta span {
  color: #fff;
}
#home .s5 .container-inner .left .bottom .global-cta:hover span {
  color: #42ADFF;
}
#home .s5 .container-inner .left .top, #home .s5 .container-inner .left .center, #home .s5 .container-inner .left .bottom {
  max-width: 609px;
}
#home .s5 .container-inner .right .portfolio-item {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background: #1B1A1A;
}
#home .s5 .container-inner .right .portfolio-item > div {
  width: 50%;
}
#home .s5 .container-inner .right .portfolio-item > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .s5 .container-inner .right .portfolio-item > div:nth-child(2) {
  padding: 2.5rem 0 2.5rem 2.5rem;
}
#home .s5 .container-inner .right .portfolio-item > div:nth-child(2) p {
  font-size: 0.9rem;
  padding: 10px 0;
  border-bottom: solid 1px #494545;
}
#home .s5 .container-inner .right .portfolio-item > div:nth-child(2) p:last-of-type {
  border-bottom: 0;
}
#home .s5 .container-inner .right .portfolio-item > div:nth-child(2) span {
  font-weight: 600;
}
#home .s5 .container-inner .right .portfolio-item:last-of-type {
  margin-bottom: 0;
}
#home .s6 {
  position: relative;
  overflow: hidden;
}
#home .s6 .swiper,
#home .s6 .swiper-wrapper,
#home .s6 .swiper-slide {
  height: 100%;
}
#home .s6 .slider {
  height: 100vh;
}
#home .s6 .swiper-slide {
  height: 100vh;
  position: relative;
  z-index: 0;
}
#home .s6 .swiper-slide .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
#home .s6 .swiper-slide .content {
  background: #E8E8E8;
  display: flex;
  align-items: center;
  color: #000;
}
#home .s6 .swiper-slide .content .container-inner {
  max-width: 600px;
}
#home .s6 .swiper-slide .content .container-inner .kicker {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 16px;
  letter-spacing: 3.5px;
  font-weight: 200;
}
#home .s6 .swiper-slide .content .container-inner .kicker span {
  color: #42ADFF;
  font-weight: 500;
}
#home .s6 .swiper-slide .content .container-inner p {
  max-width: 540px;
  color: #000;
  margin: 3rem 0;
}
#home .s6 .swiper-slide .content .container-inner .lg {
  font-size: 2rem;
}
#home .s6 .swiper-slide .top {
  position: relative;
  min-height: 0;
}
#home .s6 .swiper-slide .top .img-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#home .s6 .swiper-slide .top .img-under,
#home .s6 .swiper-slide .top .img-over {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: clip-path, transform;
  transform-origin: 50% 50%;
}
#home .s6 .swiper-slide .top .img-over.wipe-up {
  clip-path: inset(0 0 calc(var(--cut, 0%)) 0);
}
#home .s6 .swiper-slide .top .img-over.wipe-down {
  clip-path: inset(calc(var(--cut, 0%)) 0 0 0);
}
@supports (-webkit-mask-image: none) {
  #home .s6 .swiper-slide .top .img-over.wipe-up {
    -webkit-clip-path: inset(0 0 calc(var(--cut, 0%)) 0);
  }
  #home .s6 .swiper-slide .top .img-over.wipe-down {
    -webkit-clip-path: inset(calc(var(--cut, 0%)) 0 0 0);
  }
}
#home .s6 .swiper-slide.is-active {
  z-index: 5;
}
#home .s6 .swiper-pagination-bullets {
  position: absolute;
  top: 46%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.5rem;
  z-index: 7;
  padding: 0 2.5rem;
  height: 80%;
  border-left: solid 1px #fff;
}
#home .s6 .swiper-pagination-bullets span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s ease;
}
#home .s6 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-color: #42ADFF;
  background: #42ADFF;
}
#home .s6 .s6-pagination {
  position: absolute;
  right: 0;
  top: 63%;
  transform: translateY(-50%);
  height: 80%;
  padding: 0 2.5rem;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  max-height: 80px;
  max-width: 112px;
}
#home .s6 .s6-pagination .index {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 15px;
  font-size: 15px;
  text-transform: uppercase;
}
#home .s6 .s6-pagination .index .curr {
  font-variant-numeric: tabular-nums;
}
#home .s6 .s6-pagination .track {
  position: relative;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#home .s6 .s6-pagination .fill {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #fff;
}

@media (max-width: 1100px), (max-height: 800px) {
  #home .s3 .slider, #home .s3 .swiper-wrapper, #home .s3 .swiper-slide {
    height: auto;
  }
  #home .s3 .swiper-slide .top {
    height: 30vh;
  }
  #home .s3 .swiper-slide .bottom {
    display: block;
    flex: none;
    padding: 6rem 0;
    min-height: 550px;
  }
  #home .s3 .swiper-slide .bottom .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s3 .swiper-slide .bottom .container-inner div:nth-child(2) {
    max-width: none;
    padding-top: 0;
  }
  #home .s3 .swiper-slide .bottom h2 br {
    display: none;
  }
  #home .s3 .swiper-pagination-bullets {
    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;
    gap: 1rem;
  }
  #home .s6 .slider, #home .s6 .swiper-wrapper, #home .s6 .swiper-slide {
    height: auto;
  }
  #home .s6 .swiper-slide .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #home .s6 .swiper-slide .top {
    height: 30vh;
  }
  #home .s6 .swiper-slide .content {
    display: block;
    flex: none;
    padding: 6rem 0 8rem 0;
    min-height: 550px;
  }
  #home .s6 .swiper-slide .content .container-inner {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s6 .swiper-slide .content .container-inner div:nth-child(2) {
    max-width: none;
    padding-top: 0;
  }
  #home .s6 .swiper-slide .content .container-inner p {
    max-width: none;
  }
  #home .s6 .swiper-slide .content h2 br {
    display: none;
  }
  #home .s6 .swiper-pagination {
    top: auto;
    bottom: 2rem;
    height: auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 1rem;
    flex-direction: row;
    justify-content: center;
  }
  #home .s6 .swiper-pagination-bullets {
    border-left: none;
  }
  #home .s6 .swiper-pagination-bullets span {
    border: solid 1px #000;
  }
  #home .s6 .s6-pagination {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #home .s5 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s5 .container-inner > div {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #home .s1 h1 {
    font-size: 3rem;
  }
  #home .s1 .logo-symbol {
    height: 569px;
  }
  #home .s2 {
    padding: 8rem 0;
  }
  #home .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #home .s2 .wrap > div:nth-child(1) {
    width: auto;
    margin-right: auto;
  }
  #home .s2 .wrap > div:nth-child(2) {
    width: 100%;
    max-width: none;
  }
  #home .s4 .logo-symbol {
    height: 569px;
  }
  #home .s4 .stats-grid .stat .value {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #home .s1 h1 {
    font-size: 2.5rem;
  }
  #home .s1 .logo-symbol {
    height: 400px;
  }
  #home .s1 .scroll {
    font-size: 12px;
  }
  #home .s2 {
    padding: 5rem 0;
  }
  #home .s2 .wrap .numb h2 {
    font-size: 3rem;
  }
  #home .s2 .wrap .numb span {
    font-size: 2rem;
  }
  #home .s3 .swiper-slide .bottom {
    min-height: 500px;
    padding: 5rem 0;
  }
  #home .s3 .swiper-slide .bottom .container-inner .kicker {
    font-size: 14px;
  }
  #home .s3 .swiper-slide .bottom .container-inner > div:nth-child(2) .cta {
    font-size: 13px;
  }
  #home .s4 {
    padding: 5rem 0;
  }
  #home .s4 .logo-symbol {
    height: 400px;
  }
  #home .s4 .stats-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #home .s4 .stats-grid .stat {
    padding: 1.5rem 0;
  }
  #home .s4 .stats-grid .stat .value {
    font-size: 3rem;
  }
  #home .s4 .stats-grid .stat:nth-child(2n) {
    text-align: left;
  }
  #home .s5 .container-inner {
    padding-bottom: 4rem;
  }
  #home .s5 .container-inner .left .top .arrows div {
    width: 45px;
    height: 45px;
  }
  #home .s5 .container-inner .right .portfolio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home .s5 .container-inner .right .portfolio-item > div {
    width: 100%;
  }
  #home .s5 .container-inner .right .portfolio-item > div:nth-child(1) {
    height: 200px;
  }
  #home .s5 .container-inner .right .portfolio-item > div:nth-child(2) {
    padding: 1rem 0 1rem 1rem;
  }
  #home .s6 .swiper-slide .content {
    padding: 5rem 0 7rem 0;
    min-height: 500px;
  }
  #home .s6 .swiper-slide .content .container-inner .lg {
    font-size: 1.5rem;
  }
  #home .s6 .swiper-slide .content .container-inner p {
    margin: 2rem 0;
  }
}

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