body {
  overflow-x: hidden; }

.webSwiperBox {
  display: flex; }

.h5SwiperBox {
  display: none; }

.content {
  width: 1320px;
  margin: 0 auto; }

.h5Show {
  display: none; }

.pcShow {
  display: block; }

.topBox {
  position: relative;
  width: 100vw;
  background: black;
  height: 100vw; }
  .topBox .bg-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: black; }
    .topBox .bg-container .topImgBg {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      color: transparent;
      filter: brightness(1);
      transition: filter .5s;
      object-fit: cover; }
  .topBox .sticky {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100svh; }
    .topBox .sticky .stickyBox {
      width: 1320px;
      height: 100vh;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .topBox .sticky .stickyBox .stickyBoxTitle {
        color: rgba(255, 255, 255, 0.8);
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
      .topBox .sticky .stickyBox .stickyBoxText {
        color: #FFF;
        font-family: Inter;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 900px;
        margin: 36px 0; }
      .topBox .sticky .stickyBox .stickyBoxBtn {
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0px 0.5px 1px 0px rgba(255, 255, 255, 0.19) inset;
        backdrop-filter: blur(4px);
        padding: 16px 24px;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: fit-content;
        cursor: pointer; }
    .topBox .sticky .btnDown {
      position: absolute;
      bottom: 0;
      display: flex;
      position: absolute;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      /* align-content: center; */
      left: 0;
      right: 0;
      margin: 0 auto;
      width: max-content; }
      .topBox .sticky .btnDown .btnDownText {
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3px;
        text-transform: uppercase; }
      .topBox .sticky .btnDown svg {
        display: block;
        margin: 0 auto; }

.contentPage {
  width: 100%;
  padding: 120px 0; }

.contentPageblack {
  background: #101010; }
  .contentPageblack .switchComponents {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px; }
    .contentPageblack .switchComponents .switchTitle {
      color: #FFF;
      font-family: Inter;
      font-size: 80px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -2px; }
    .contentPageblack .switchComponents .switchText {
      width: 776px;
      color: rgba(255, 255, 255, 0.7);
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .contentPageblack .switchComponents .switchBtn {
      display: flex; }
      .contentPageblack .switchComponents .switchBtn .btnBox {
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.07);
        display: flex;
        justify-content: center;
        align-items: center; }
        .contentPageblack .switchComponents .switchBtn .btnBox:hover {
          background: #fff; }
          .contentPageblack .switchComponents .switchBtn .btnBox:hover #carousel-arrow {
            fill: #000; }
      .contentPageblack .switchComponents .switchBtn .next {
        margin-left: 16px; }
  .contentPageblack .swiperBox {
    width: 100%; }
    .contentPageblack .swiperBox .swiperContent {
      width: 1320px;
      margin: 0 auto; }
      .contentPageblack .swiperBox .swiperContent .contentBox {
        width: 420px !important;
        height: 530px;
        border-radius: 16px;
        background: #000;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .contentPageblack .swiperBox .swiperContent .contentBox .contentBoxTitle {
          padding: 0 32px;
          color: #FFF;
          font-family: Inter;
          font-size: 32px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: -1px;
          margin-bottom: 16px;
          margin-top: 32px;
          position: relative;
          z-index: 1; }
        .contentPageblack .swiperBox .swiperContent .contentBox .contentBoxText {
          padding: 0 32px;
          color: rgba(255, 255, 255, 0.8);
          text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px;
          margin-bottom: 22px;
          position: relative;
          z-index: 1; }
        .contentPageblack .swiperBox .swiperContent .contentBox .contentBoxBtn {
          cursor: pointer;
          display: flex;
          padding: 12px 24px;
          border-radius: 40px;
          background: rgba(254, 254, 254, 0.2);
          color: #FFF;
          width: fit-content;
          text-align: center;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          align-items: center;
          margin-left: 32px;
          margin-bottom: 28px; }
          .contentPageblack .swiperBox .swiperContent .contentBox .contentBoxBtn svg {
            margin-left: 8px; }
        .contentPageblack .swiperBox .swiperContent .contentBox .contentBoxImg {
          width: 100%;
          object-fit: contain; }

.wrapperBox {
  background-color: white;
  height: 250vh;
  position: relative;
  text-align: center; }
  .wrapperBox .sticky-wrapper {
    width: 100%;
    overflow: hidden;
    position: sticky;
    top: 0px;
    height: 100vh; }
    .wrapperBox .sticky-wrapper .wrapperContent {
      width: 1192px;
      position: relative;
      margin: 0 auto;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .wrapperBox .sticky-wrapper .wrapperContent .wrapperContentTitle {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 80px;
        letter-spacing: -2px; }
        .wrapperBox .sticky-wrapper .wrapperContent .wrapperContentTitle span {
          color: #1A9D1A;
          font-family: Inter;
          font-size: 80px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          letter-spacing: -2px; }
      .wrapperBox .sticky-wrapper .wrapperContent .wrapperContentText {
        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }

.imgBox {
  width: 100%;
  padding: 120px 0;
  position: relative; }
  .imgBox .imgBoxContent {
    position: relative;
    z-index: 1;
    width: 1320px;
    margin: 0 auto;
    height: 560px;
    flex-direction: column;
    display: flex;
    justify-content: center; }
    .imgBox .imgBoxContent .imgBoxContentTitle {
      color: #FFF;
      font-family: Inter;
      font-size: 80px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -2px;
      margin-bottom: 16px; }
    .imgBox .imgBoxContent .imgBoxContentText {
      width: 900px;
      color: #FFF;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .imgBox .imgBoxBg {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    object-fit: cover; }

#sectionRoot {
  position: relative;
  width: 100vw;
  background: #fff; }
  #sectionRoot .sticky-container {
    height: 250vh;
    padding-top: 120px;
    padding-bottom: 120px;
    top: 0px;
    position: relative;
    width: 100vw; }
    #sectionRoot .sticky-container .sticky {
      gap: 1.9rem;
      width: 100vw;
      overflow: hidden;
      position: sticky;
      top: 100px;
      background-color: transparent;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      align-items: center; }
      #sectionRoot .sticky-container .sticky .bfosHK .title {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 16px;
        letter-spacing: -2px; }
      #sectionRoot .sticky-container .sticky .bfosHK .sub-title {
        width: 771px;
        color: rgba(0, 0, 0, 0.7);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      #sectionRoot .sticky-container .sticky .bfosHK .projects-container {
        display: flex;
        width: 1320px;
        padding: 47px 0px;
        overflow: hidden;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-evenly; }
        #sectionRoot .sticky-container .sticky .bfosHK .projects-container .project-image {
          position: relative;
          display: flex;
          width: 530px;
          height: 560px;
          flex-direction: column;
          -webkit-box-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          align-items: center;
          border-radius: 30px;
          background: white;
          overflow: hidden;
          opacity: 1;
          transition: all 0.5s ease-in-out 0s; }
          #sectionRoot .sticky-container .sticky .bfosHK .projects-container .project-image img {
            position: absolute;
            height: 100%;
            width: 100%;
            inset: 0px;
            color: transparent;
            object-fit: cover; }
        #sectionRoot .sticky-container .sticky .bfosHK .projects-container .dp-none {
          opacity: 0;
          display: none; }
        #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects {
          display: flex;
          flex-direction: column;
          -webkit-box-pack: center;
          justify-content: center;
          padding-top: 0.1rem; }
          #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects .project-title {
            border: none;
            background: transparent;
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 32px; }
            #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects .project-title .tag {
              color: rgba(0, 0, 0, 0.6);
              font-family: Inter;
              font-size: 15.875px;
              font-style: normal;
              font-weight: 500;
              line-height: 19.2px;
              letter-spacing: 2px;
              text-transform: uppercase; }
            #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects .project-title .tag2 {
              color: #000;
              font-family: Inter;
              font-size: 31.625px;
              font-style: normal;
              font-weight: 400;
              line-height: 32px;
              letter-spacing: -1.44px; }
            #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects .project-title .tag3 {
              color: #000;
              font-family: Inter;
              font-size: 23.438px;
              font-style: normal;
              font-weight: 400;
              line-height: 24px;
              letter-spacing: -0.72px; }
          #sectionRoot .sticky-container .sticky .bfosHK .projects-container .projects .un-selected {
            opacity: 0.3;
            transition: all 0.2s ease-in 0s; }

.btmTitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  margin-bottom: 16px; }

.btmText {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 843px;
  margin: 0 auto; }

.videoBox {
  width: 1124px;
  height: 520px;
  flex-shrink: 0;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px; }
  .videoBox iframe {
    width: 100%;
    height: 100%; }

.youtubeBg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .youtubeBg .videoBox {
    width: 1124px;
    height: 520px;
    border-radius: 30px;
    overflow: hidden;
    position: relative; }
    .youtubeBg .videoBox .closeImg {
      position: absolute;
      top: 20px;
      right: 20px; }
    .youtubeBg .videoBox iframe {
      width: 100%;
      height: 100%; }

