@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("../vendor/bain/style.css");
@import url("../vendor/bootstrap/css/bootstrap.min.css");
@import url("../vendor/fontawesome/css/all.min.css");
* {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1px;
}

html {
  scroll-behavior: smooth;
}

a, button {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.cs-fullS-height-1 {
  height: 100vh;
}

#goTpButton {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 65px;
  right: -3px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
}
#goTpButton::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 2em;
  line-height: 50px;
  color: #ffffff;
}
#goTpButton.show-active {
  opacity: 0.6;
  visibility: visible;
}
#goTpButton.show-active:hover {
  background-color: #FF2D16;
  opacity: 1;
}

.main-header-area-1 {
  position: relative;
  z-index: 9;
}
.main-header-area-1 .top-header-1 {
  border-bottom: 0.5px solid #707070;
  background-color: #ffffff;
}

.cs-header-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.cs-header-row-1 .cshr1-col-0 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.cs-header-row-1 .cshr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.cs-header-row-1 .cshr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: calc(100% - 570px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 570px);
          flex: 0 0 calc(100% - 570px);
  position: unset;
}
.cs-header-row-1 .cshr1-col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 420px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}

.cs-main-logo-1 {
  display: inline-block;
}
.cs-main-logo-1 img {
  max-height: 26px;
}

.cs-main-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-main-menu-1 .main-li-1 {
  line-height: 1;
  margin-right: 10px;
}
.cs-main-menu-1 .main-li-1.active .main-a-1 {
  color: #FF2D16;
}
.cs-main-menu-1 .main-li-1:last-child {
  margin: 0;
}
.cs-main-menu-1 .main-li-1 .main-a-1 {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #262626;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-main-menu-1 .main-li-1 .main-a-1:hover {
  color: #FF2D16;
}
.cs-main-menu-1 .main-li-1 .main-a-1.active {
  color: #FF2D16;
}
.cs-main-menu-1 .main-li-1 .main-a-1.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FF2D16;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cs-mega-menu-1 {
  position: absolute;
  max-width: 1330px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 25px 10px;
  margin-top: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-mega-menu-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-mega-menu-1 .csmm-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.cs-mega-menu-1 .csmm-row-1 .csmmr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.cs-mega-menu-1 .csmm-row-1 .csmmr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 14.2857142857%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
}
.cs-mega-menu-1 .head-1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.cs-mega-menu-1 .head-1 a {
  color: #262626;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-mega-menu-1 .head-1 a:hover {
  color: #E30613;
}
.cs-mega-menu-1 .head-1 a.active {
  color: #E30613;
}
.cs-mega-menu-1 .menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.cs-mega-menu-1 .menu-1 li {
  line-height: 1;
  margin-bottom: 10px;
}
.cs-mega-menu-1 .menu-1 li.active a {
  color: #E30613;
}
.cs-mega-menu-1 .menu-1 li:last-child {
  margin-bottom: 0px;
}
.cs-mega-menu-1 .menu-1 li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 15px;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-mega-menu-1 .menu-1 li a:hover {
  color: #FF2D16;
}

.cs-mega-menu-2 {
  position: absolute;
  max-width: 1330px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  padding: 25px 25px 10px;
  margin-top: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-mega-menu-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-mega-menu-2 .csmm2-row-1 {
  max-width: 1060px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
.cs-mega-menu-2 .csmm2-row-1 .csmm2r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 38%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  margin-bottom: 15px;
  border-right: 0.5px solid #707070;
}
.cs-mega-menu-2 .csmm2-row-1 .csmm2r1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 32%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-bottom: 15px;
}
.cs-mega-menu-2 .csmm2-row-1 .csmm2r1-col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 15px;
}
.cs-mega-menu-2 .jsControlADD {
  display: none;
}
.cs-mega-menu-2 .menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.cs-mega-menu-2 .menu-1 li {
  line-height: 1;
  margin-bottom: 20px;
}
.cs-mega-menu-2 .menu-1 li.active a {
  color: #E30613;
  text-decoration: underline;
  font-weight: 900;
}
.cs-mega-menu-2 .menu-1 li:last-child {
  margin-bottom: 0px;
}
.cs-mega-menu-2 .menu-1 li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #262626;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 30px;
}
.cs-mega-menu-2 .menu-1 li a:hover {
  color: #FF2D16;
}
.cs-mega-menu-2 .menu-1 .dd-ll-1 a::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 16px;
  color: #CCCCCC;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-mega-menu-2 .menu-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}
.cs-mega-menu-2 .menu-2 li {
  line-height: 1;
  margin-bottom: 20px;
}
.cs-mega-menu-2 .menu-2 li.active a {
  color: #E30613;
  text-decoration: underline;
}
.cs-mega-menu-2 .menu-2 li:last-child {
  margin-bottom: 0px;
}
.cs-mega-menu-2 .menu-2 li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #262626;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-right: 30px;
}
.cs-mega-menu-2 .menu-2 li a:hover {
  color: #FF2D16;
}
.cs-mega-menu-2 .csmm3-dd-1 {
  display: none;
}

.cs-header-search-d-1 {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  z-index: 9;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-header-search-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-header-search-d-1 input {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  height: 35px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
}
.cs-header-search-d-1 input:focus {
  border-color: #FF2D16;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.cs-header-search-d-1 .submit-btn-1 {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  background-color: #ffffff;
}

.cs-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-menu-1 li {
  line-height: 1;
  margin-right: 10px;
}
.cs-menu-1 li::after {
  content: "";
  height: 28px;
  border-right: 1px solid #707070;
  padding-left: 10px;
}
.cs-menu-1 li:last-child {
  margin: 0;
}
.cs-menu-1 li:last-child::after {
  display: none;
}
.cs-menu-1 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #707070;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-menu-1 a:hover {
  color: #FF2D16;
}

.cs-humberge-m-1 {
  cursor: pointer;
  position: relative;
  height: 10px;
  max-width: 32px;
  width: 100%;
}

.cs-humberge-m-1-top {
  border-radius: 1px;
  height: 2px;
  width: 100%;
  background: #1B1D21;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
  -webkit-animation-name: topreverse;
          animation-name: topreverse;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cs-humberge-m-1-bottom {
  border-radius: 1px;
  height: 2px;
  width: 100%;
  background: #1B1D21;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-animation-name: bottomreverse;
          animation-name: bottomreverse;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cs-humberge-m-1.is-active .cs-humberge-m-1-top {
  top: 36.8333333333%;
  -webkit-animation-name: top;
          animation-name: top;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cs-humberge-m-1.is-active .cs-humberge-m-1-bottom {
  bottom: 45.8333333333%;
  -webkit-animation-name: bottom;
          animation-name: bottom;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cs-humberge-m-1.is-active .no-animation {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes top {
  0% {
    top: 0%;
  }
  60% {
    top: 45.8333333333%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0%;
  }
  60% {
    bottom: 45.8333333333%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@keyframes topreverse {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 45.8333333333%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes bottomreverse {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 45.8333333333%;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 45.8333333333%;
  }
  100% {
    bottom: 0%;
  }
}
.cs-mobile-menu-d-1 {
  position: fixed;
  top: 94px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  margin: 0;
  width: 100%;
  height: 0px;
  background-color: #F5F5F5;
  overflow: hidden;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.cs-mobile-menu-d-1.active {
  height: calc(100vh - 94px);
}
.cs-mobile-menu-d-1.active .content-area-1 {
  opacity: 1;
}
.cs-mobile-menu-d-1 .content-area-1 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.cs-mobile-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.cs-mobile-menu-1 .level-1 {
  line-height: 1;
  margin-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.cs-mobile-menu-1 .level-link-1 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  padding: 10px 20px 10px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-mobile-menu-1 .level-2 {
  line-height: 1;
  margin-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.cs-mobile-menu-1 .level-link-2 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #262626;
  padding: 10px 10px 10px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-mobile-menu-1 .level-3 {
  line-height: 1;
  margin-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.cs-mobile-menu-1 .level-link-3 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
  padding: 10px 10px 10px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-mobile-menu-1 .dd-menu-l-1::after, .cs-mobile-menu-1 .dd-menu-l-2::after {
  content: "\e902";
  font-family: "bain" !important;
  font-size: 8px;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 15px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-mobile-menu-1 .dd-menu-l-1.active::after, .cs-mobile-menu-1 .dd-menu-l-2.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cs-mobile-menu-1 .dd-menu-d-1 {
  display: none;
  background-color: #e9e9e9;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.cs-mobile-menu-1 .dd-menu-d-2 {
  display: none;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.cs-mobile-menu-1 .dd-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-mobile-menu-1 .dd-menu-1 .level-2:last-child {
  border: 0;
  margin: 0;
}
.cs-mobile-menu-1 .dd-menu-2 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-mobile-menu-1 .dd-menu-2 .level-3:last-child {
  border: 0;
  margin: 0;
}

.cs-mobile-search-1 {
  font-size: 18px;
  line-height: 1px;
  color: #262626;
  background-color: transparent;
  padding: 1px 3px;
  border: 0;
}
.cs-mobile-search-1.active {
  color: #FF2D16;
}

.cs-footer-1 {
  position: relative;
  background-color: #EDEDED;
  padding: 40px 0px 20px;
  z-index: 1;
}

.cs-footer-seo-1 {
  padding: 15px 0px;
  margin-bottom: 25px;
  border-bottom: 0.5px solid #707070;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
}
.cs-footer-seo-1 p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}
.cs-footer-seo-1 a {
  font-weight: 700;
  color: #707070;
}
.cs-footer-seo-1 strong {
  font-weight: 700;
}

.cs-footer-menu-cont-1 {
  padding: 25px 0px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #707070;
}

.cs-footer-logo-1 {
  margin-bottom: 35px;
}
.cs-footer-logo-1 img {
  max-height: 15px;
}

.cs-footer-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-footer-row-1 .csfr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.cs-footer-row-1 .csfr1-col-1:last-child {
  text-align: right;
}

.cs-footer-head-1 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #12213A;
  margin-bottom: 20px;
}

.cs-footer-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.cs-footer-menu-1 li {
  line-height: 1;
  margin-bottom: 10px;
}
.cs-footer-menu-1 li:last-child {
  margin-bottom: 0px;
}
.cs-footer-menu-1 li a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 15px;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-footer-menu-1 li a:hover {
  color: #FF2D16;
}

.cs-social-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.cs-social-menu-1 li {
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 15px;
}
.cs-social-menu-1 li:last-child {
  margin-right: 0;
}
.cs-social-menu-1 li a {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-social-menu-1 li a:hover {
  color: #FF2D16;
}

.cs-lang-text-1 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  margin: 0;
}
.cs-lang-text-1 a {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-lang-text-1 a:hover {
  color: #FF2D16;
}

.cs-copyright-text-1 {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #707070;
  margin: 0;
}

.cs-footer-menu-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
}
.cs-footer-menu-2 li {
  line-height: 1;
  margin-right: 14px;
  margin-bottom: 5px;
}
.cs-footer-menu-2 li::after {
  content: "";
  border-right: 1px solid #707070;
  padding-left: 14px;
}
.cs-footer-menu-2 li:last-child {
  margin-right: 0;
}
.cs-footer-menu-2 li:last-child::after {
  display: none;
}
.cs-footer-menu-2 a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-footer-menu-2 a:hover {
  color: #FF2D16;
}

.cs-footer-breadcrumb-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-footer-breadcrumb-1 li {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.cs-footer-breadcrumb-1 li a {
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-footer-breadcrumb-1 li a:hover {
  color: #FF2D16;
}
.cs-footer-breadcrumb-1 li::before {
  content: "\e903";
  font-family: "bain" !important;
  color: #707070;
  padding: 0px 8px;
}

.cs-page-head-1 {
  background-color: #FAFAFA;
  padding: 12px 0px;
  position: sticky;
  top: 0;
  z-index: 8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-page-head-1.active {
  background-color: #F5F5F5;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.85);
}
.cs-page-head-1.active .cs-innerMenu-cont-1 {
  background-color: transparent;
}

.cs-innerHead-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-innerHead-row-1 .csihr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.cs-innerHead-row-1 .csihr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  text-align: right;
  position: unset;
}

.cs-page-head-h-1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #262626;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 4px;
}

.cs-innerLogo-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-innerLogo-row-1 .csilr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs-innerLogo-row-1 .csilr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs-innerLogo-row-1.active .csilr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 135px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
}
.cs-innerLogo-row-1.active .csilr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: calc(100% - 135px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 135px);
          flex: 0 0 calc(100% - 135px);
}

.cs-innerMenu-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.cs-innerMenu-row-1 .csimr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: calc(100% - 100px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
  position: unset;
}
.cs-innerMenu-row-1 .csimr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.cs-black-btn-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 8px;
  min-height: 25px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #F5F5F5;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-black-btn-1:hover {
  color: #262626;
  background-color: transparent;
}

.cs-innerMenu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-innerMenu-1 li {
  line-height: 1;
  margin-right: 40px;
}
.cs-innerMenu-1 li:last-child {
  margin-right: 0;
}
.cs-innerMenu-1 li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-innerMenu-1 li a:hover {
  color: #262626;
  text-decoration: underline;
}

.cs-innerMenu-btn-1 {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  padding: 0px 5px;
  margin-right: 15px;
  border: 0;
  background-color: transparent;
  width: 32px;
  height: 20px;
}
.cs-innerMenu-btn-1 i {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
  left: 5px;
}
.cs-innerMenu-btn-1.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.section-container-1 .scroll-sequence__content {
  min-height: 500vh;
}

.cs-page-scroll-con-1 {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.cs-page-scroll-container-1 {
  min-height: 100vh;
}
.cs-page-scroll-container-1 .scroll-sequence__content {
  position: relative;
  z-index: 1;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1 {
  text-align: center;
  margin: -100vh 0 -100vh;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1.active {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 30vh;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1.active .cs-scroll-head-1 {
  font-size: 90px;
  line-height: 100px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1.active .cs-scroll-desc-1 {
  font-size: 26px;
  line-height: 34px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-1 .text-d-1 {
  width: 90%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-2 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-2 .text-d-2 {
  width: 100%;
  height: 100%;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-2 .text-d-2 .cs-scroll-head-2 {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-2 .text-d-2 .cs-scroll-head-2:first-child {
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-2 .text-d-2 .cs-scroll-head-2:last-child {
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-3 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-3 .text-d-3 {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-4 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-4 .text-d-4 {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-5 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-5 .image-1 {
  position: absolute;
  right: 50px;
  top: 100px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-height: 260px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-5 .text-d-5 {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-6 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-6 .text-d-6 {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateX(-20vh);
          transform: translateX(-20vh);
  text-align: left;
  max-width: 40vw;
  margin: 0 0 0 auto;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-7 {
  width: 100%;
  text-align: center;
  margin: 0vh 0;
  min-height: 200vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-width: 1920px;
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-7 .text-d-7 {
  position: sticky;
  top: 0;
  min-height: 100vh;
  margin-top: -100vh;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.cs-page-scroll-container-1 .scroll-sequence__content .text-container-7 .text-d-7 .cs-scroll-head-5 {
  width: 100%;
}
.cs-page-scroll-container-1 .scroll-sequence {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cs-page-scroll-container-1 .scroll-sequence.bg-colored-1 canvas {
  background: rgb(23, 121, 139);
  background: radial-gradient(circle, rgb(23, 121, 139) 0%, rgb(0, 0, 0) 100%);
}
.cs-page-scroll-container-1 #masterSection1Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cs-scroll-head-1 {
  font-size: 140px;
  line-height: 148px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.cs-scroll-head-2 {
  font-size: 140px;
  line-height: 146px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
.cs-scroll-head-2 strong {
  font-weight: 700;
}

.cs-scroll-head-3 {
  font-size: 140px;
  line-height: 146px;
  font-weight: 900;
  color: #00E7F0;
  margin: 0;
}
@supports (-webkit-text-stroke: 2px #00E7F0) {
  .cs-scroll-head-3 {
    -webkit-text-stroke: 1px #00E7F0;
    -webkit-text-fill-color: transparent;
  }
}

.cs-scroll-head-4 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  margin: 0;
}

.cs-scroll-head-5 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}

.cs-scroll-desc-1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.cs-scroll-div-fix-1 {
  position: fixed;
  top: 0;
  opacity: 1 !important;
}
.cs-scroll-div-fix-1 .text-d-2 .cs-scroll-head-2:first-child {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}
.cs-scroll-div-fix-1 .text-d-2 .cs-scroll-head-2:last-child {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}
.cs-scroll-div-fix-1 .text-d-3 {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}
.cs-scroll-div-fix-1 .text-d-4 {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}
.cs-scroll-div-fix-1 .text-d-5 {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}
.cs-scroll-div-fix-1 .image-1 {
  opacity: 1 !important;
}
.cs-scroll-div-fix-1 .text-d-6 {
  -webkit-transform: translateX(0vh) !important;
          transform: translateX(0vh) !important;
}
.cs-scroll-div-fix-1 .text-d-7 {
  -webkit-transform: translateY(0vh) !important;
          transform: translateY(0vh) !important;
}

.cs-scroll-squence-f-1 {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-color: #E8E8E8;
}
.cs-scroll-squence-f-1 .scroll-sequence__content {
  height: 1600px;
}
.cs-scroll-squence-f-1 .content-area-1 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .head-1 {
  font-size: 136px;
  line-height: 142px;
  font-weight: 900;
  color: #484848;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1 {
  position: absolute;
  z-index: 1;
  right: 0%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1.image-1 {
  bottom: 20%;
  opacity: 0;
  max-height: 250px;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1.image-2 {
  top: 10%;
  opacity: 0;
  max-height: 200px;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1.image-3 {
  top: 36%;
  opacity: 0;
  max-height: 200px;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1.image-4 {
  bottom: 5%;
  opacity: 0;
  max-height: 290px;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .all-image-1.image-5 {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .last-image-d-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .last-image-d-1.deactive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #E8E8E8;
  opacity: 0;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .last-image-d-1.deactive img {
  right: 15% !important;
  opacity: 1 !important;
  -webkit-transform: translateY(-50%) scale(1.3) !important;
          transform: translateY(-50%) scale(1.3) !important;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .last-image-d-1.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: #E8E8E8;
  opacity: 1;
}
.cs-scroll-squence-f-1 .ca1-inner-1 .last-image-d-1.active img {
  right: 15% !important;
  opacity: 1 !important;
  -webkit-transform: translateY(-50%) scale(1.3) !important;
          transform: translateY(-50%) scale(1.3) !important;
}

.cs-scroll-head-6 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #585858;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-head-6 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-scroll-change-p-1 {
  overflow: hidden;
  position: relative;
  height: 134px;
  max-width: 390px;
  width: 100%;
  top: 40px;
}

.cs-scroll-change-h-1 {
  overflow: hidden;
  position: relative;
  height: 70px;
  top: 40px;
}

.cs-scroll-desc-2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #5F2591;
  background: -webkit-gradient(linear, left top, right top, from(#5F2591), to(#7F7786));
  background: linear-gradient(to right, #5F2591 0%, #7F7786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-desc-2 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-section-3-text-cont-1 {
  margin-top: -100vh;
  min-height: 900vh;
}
.cs-section-3-text-cont-1 .cs3tc-div-1 {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cs-section-3-text-cont-1 .cs3tc-div-1.active {
  opacity: 1;
}

.cs-scroll-head-7 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  background: #736656;
  background: -webkit-gradient(linear, left top, right top, from(#736656), to(#FFFFFF));
  background: linear-gradient(to right, #736656 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.cs-scroll-squence-f-2 {
  height: 100vh;
  background-color: #121316;
}

.section-container-4 .scroll-sequence__content {
  min-height: 100vh;
}
.section-container-4 .section-4-text-d-1 {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-width: 100%;
  min-height: 100vh;
}
.section-container-4 .section-4-text-d-2 {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.section-container-4 .section-4-text-d-2 .text-row-1 {
  position: relative;
  padding: 40px 15px 50px;
  max-width: 1400px;
  margin: -50px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-4 .section-4-text-d-2 .text-row-1 .image-d-1 {
  max-width: 815px;
}
.section-container-4 .section-4-text-d-2 .text-row-1 .image-d-1 img {
  width: 100%;
}
.section-container-4 .section-4-text-d-2 .text-row-1 .text-div-1 {
  position: absolute;
  top: 155px;
  right: 0;
  z-index: 1;
  max-width: 715px;
}
.section-container-4 .section-4-text-d-2 .text-row-1 .text-div-1 .head-1 {
  font-size: 82px;
  line-height: 98px;
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.section-container-4 .section-4-text-d-2 .text-row-1 .text-div-1 .desc-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0;
}
.section-container-4 .section-4-text-d-3 {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  padding-top: 60px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.section-container-4 .section-4-text-d-3 .text-row-1 {
  position: relative;
  padding: 0px 15px 80px;
  max-width: 1400px;
  margin: -50px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-4 .section-4-text-d-3 .text-row-1 .image-d-1 {
  max-width: 780px;
  margin: 0 0 0 auto;
}
.section-container-4 .section-4-text-d-3 .text-row-1 .image-d-1 img {
  width: 100%;
}
.section-container-4 .section-4-text-d-3 .text-row-1 .text-div-1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  max-width: 885px;
}
.section-container-4 .section-4-text-d-3 .text-row-1 .text-div-1 .desc-1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #F5F5F5;
  margin: 0;
}

.cs-products-overflow-1 {
  overflow: hidden;
}

.section-container-5 {
  margin-bottom: -6px;
}
.section-container-5 .scroll-sequence__content {
  min-height: 100vh;
}
.section-container-5 .scroll-sequence__content #masterSection5Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cs-fixed-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cs-fixed-text-d-1.active {
  position: fixed;
}
.cs-fixed-text-d-1.active .head-1 {
  font-size: 96px;
  line-height: 116px;
  opacity: 1;
}
.cs-fixed-text-d-1 .head-1 {
  font-size: 120px;
  line-height: 140px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.65;
}

.section-container-6 .scroll-sequence__content {
  min-height: 425vh;
}

.section-container-6v-1 {
  margin-bottom: -6px;
}
.section-container-6v-1 .scroll-sequence__content {
  min-height: 100vh;
  z-index: 0;
}
.section-container-6v-1 .scroll-sequence__content #masterSection6Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cs-fake-spacer-1 {
  margin-top: -100vh;
}

.section-container-7 .scroll-sequence__content {
  min-height: 500vh;
}
.section-container-7 .cs-section-7-bg-1 {
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 140% !important;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.section-container-7 .cs-section-7-bg-1 .text-div-1 {
  text-align: center;
  padding: 70px 0px 50px;
}
.section-container-7 .cs-section-7-bg-1 .head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #585858;
  margin-bottom: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.section-container-7 .cs-section-7-bg-1 .desc-1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.section-container-7 .cs-section-7-bg-1.active {
  position: fixed;
  top: 0;
  z-index: 1;
  background-size: 100% !important;
}
.section-container-7 .cs-section-7-bg-1.active .head-1 {
  font-size: 75px;
  line-height: 84px;
  color: #ffffff;
}
.section-container-7 .cs-section-7-bg-1.active-2 {
  height: 250px;
  background-size: 100% !important;
}
.section-container-7 .cs-section-7-bg-1.active-2 .desc-1 {
  opacity: 1;
}
.section-container-7 .cs-section-7-bg-1.deactive {
  opacity: 0;
}
.section-container-7 .scroll-sequence {
  height: calc(100vh - 250px);
}

.cs-fake-spacer-2 {
  margin-top: calc(-1 * (100vh - 250px));
}

.section-container-8 {
  background-color: #000000;
}
.section-container-8 .scroll-sequence__content {
  position: relative;
  min-height: 600vh;
  background-color: #000000;
}
.section-container-8 .cs-section-8-baf-1 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.section-container-8 .cs-section-8-baf-1::before {
  content: "";
  background-image: url("../media/img/products/master/top-side-1.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-8 .cs-section-8-baf-1::after {
  content: "";
  background-image: url("../media/img/products/master/bottom-side-1.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-8 .cs-section-8-baf-1.active::before {
  height: 220px;
}
.section-container-8 .cs-section-8-baf-1.active::after {
  height: 100px;
}
.section-container-8 .content-cont-all-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.section-container-8 .content-cont-all-1.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: 1;
}
.section-container-8 .content-cont-all-1 .head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  color: #FF0000;
  background: #FF7474;
  background: -webkit-gradient(linear, left top, right top, from(#FF7474), color-stop(45%, #FF0000));
  background: linear-gradient(to right, #FF7474 0%, #FF0000 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  width: 100%;
}
.section-container-8 .content-cont-all-1 .head-1.active {
  top: 18%;
}
.section-container-8 .content-cont-all-1 .head-2 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  color: #9F86B5;
  background: #9F86B5;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #9F86B5));
  background: linear-gradient(to right, #ffffff 0%, #9F86B5 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  width: 100%;
}
.section-container-8 .content-cont-all-1 .head-2.active {
  top: 18%;
}
.section-container-8 .content-cont-all-1 video {
  width: 100%;
}
.section-container-8 .content-cont-all-1 .video-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.section-container-8 .content-cont-all-1 .video-row-1.active {
  opacity: 1;
}
.section-container-8 .content-cont-all-1 .video-row-1 .vleft-side-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section-container-8 .content-cont-all-1 .video-row-1 .vleft-side-1 video {
  max-width: 1000px;
  margin: 0 auto;
}
.section-container-8 .content-cont-all-1 .video-row-1 .vright-side-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.section-container-8 .content-cont-all-1 .video-cont-1 {
  max-width: 800px;
  margin: 40px auto 0;
}

.section-container-9 {
  background-color: #000000;
}
.section-container-9 .scroll-sequence__content {
  position: relative;
  min-height: 300vh;
}
.section-container-9 .section9-content-d1 {
  position: relative;
  background: rgb(77, 80, 84);
  background: radial-gradient(circle, rgb(77, 80, 84) 0%, rgb(67, 70, 73) 5%, rgb(0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.section-container-9 .section9-content-d1 .head-1 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-9 .section9-content-d1 .head-1.active {
  left: calc(50% - 450px);
}
.section-container-9 .section9-content-d1 .head-2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  background: #0D7EA0;
  background: -webkit-gradient(linear, left top, right top, from(#0D7EA0), color-stop(45%, #E6E6E6));
  background: linear-gradient(to right, #0D7EA0 0%, #E6E6E6 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 380px;
}
.section-container-9 .section9-content-d1 .head-2.active {
  left: calc(50% + 500px);
}

.section-container-10 .scroll-sequence__content {
  position: relative;
  min-height: 1000vh;
}
.section-container-10 .cs-section-10-baf-1 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.section-container-10 .cs-section-10-baf-1::before {
  content: "";
  background-image: url("../media/img/products/master/top-side-1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-container-10 .cs-section-10-baf-1::after {
  content: "";
  background-image: url("../media/img/products/master/bottom-side-1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-container-10-1 .scroll-sequence__content {
  position: relative;
  min-height: 800vh;
}

.section-container-10-2 .scroll-sequence__content {
  position: relative;
  min-height: 800vh;
}

.cs-fake-spacer-3 {
  margin-top: -200vh;
}

.section10-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}
.section10-text-d-1.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.section10-text-d-1 .text-r-d-1 {
  max-width: 600px;
  margin: 0 0 0 auto;
}
.section10-text-d-1 .head-1 {
  font-size: 76px;
  line-height: 84px;
  font-weight: 700;
  color: #ffffff;
  background: #9F86B5;
  background: -webkit-gradient(linear, left top, right top, from(#6E6E6E), color-stop(45%, #9F86B5));
  background: linear-gradient(to right, #6E6E6E 0%, #9F86B5 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.section10-text-d-1 .desc-1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #DBDBDB;
  margin: 0 0 15px auto;
}
.section10-text-d-1 .desc-2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #86868B;
  margin: 0 0 15px auto;
}

.section10-text-d-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}
.section10-text-d-2.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.section10-text-d-2 .text-r-d-2 {
  max-width: 600px;
}
.section10-text-d-2 .head-1 {
  font-size: 76px;
  line-height: 84px;
  font-weight: 700;
  color: #ffffff;
  background: #0D7EA0;
  background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), color-stop(65%, #0D7EA0));
  background: linear-gradient(to right, #E6E6E6 0%, #0D7EA0 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.section10-text-d-2 .desc-1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #DBDBDB;
  margin: 0 0 15px;
}
.section10-text-d-2 .desc-2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #86868B;
  margin: 0 0 15px;
}

.section-container-11 .scroll-sequence__content {
  position: relative;
  min-height: 450vh;
}

.section-11-all-image-d {
  position: relative;
}
.section-11-all-image-d .image-cont-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-11-all-image-d .image-cont-1:first-child {
  display: block;
}
.section-11-all-image-d.active {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.section-11-all-text-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}
.section-11-all-text-d.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-11-all-text-d .head-1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: #A3A3A3;
  margin: 0 0 25px;
  max-width: 550px;
}
.section-11-all-text-d .head-2 {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  color: #ffffff;
  background: #9F86B5;
  background: -webkit-gradient(linear, left top, right top, from(#9F86B5), color-stop(45%, #6E6E6E));
  background: linear-gradient(to right, #9F86B5 0%, #6E6E6E 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 25px;
}
.section-11-all-text-d .button-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.section-11-all-text-d .button-menu-1 li {
  line-height: 1;
  width: 25%;
  padding-right: 10px;
}
.section-11-all-text-d .button-menu-1 button {
  cursor: initial;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 120px;
  line-height: 130px;
  font-weight: 700;
  color: #A3A3A3;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-11-all-text-d .button-menu-1 button.active {
  font-size: 130px;
  line-height: 140px;
  color: #9F86B5;
}

.section-container-12 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.cs-compare-div-1 {
  padding: 70px 0px 0px;
}

.cs-compare-head-1 {
  font-size: 62px;
  line-height: 72px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 40px;
  text-align: center;
}

.cs-seo-div-1 {
  padding: 70px 0px 70px;
}

.cs-seo-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 0px;
}

.cs-seo-image-d-1 {
  position: relative;
}
.cs-seo-image-d-1 img {
  width: 100%;
}

.cs-seo-img-link-1 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  background-color: #F5F5F5;
  border-radius: 8px;
  -webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  padding: 4px 8px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cs-seo-img-link-1:hover, .cs-seo-img-link-1:focus {
  color: #262626;
}
.cs-seo-img-link-1.position-1 {
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-seo-img-link-1.position-2 {
  left: 42%;
  top: 84%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-inner-seo-d-1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
}
.cs-inner-seo-d-1 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-inner-seo-d-1 h1, .cs-inner-seo-d-1 h2, .cs-inner-seo-d-1 h3, .cs-inner-seo-d-1 h4, .cs-inner-seo-d-1 h5, .cs-inner-seo-d-1 h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #707070;
  margin: 0 0 30px;
}
.cs-inner-seo-d-1 ul, .cs-inner-seo-d-1 ol {
  padding-left: 15px;
}
.cs-inner-seo-d-1 li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-inner-seo-d-1 strong {
  font-weight: 700;
}
.cs-inner-seo-d-1 a {
  font-weight: 700;
  color: #707070;
}
.cs-inner-seo-d-1 a:hover, .cs-inner-seo-d-1 a:focus {
  color: #707070;
}

.cs-compare-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-compare-row-1 .cscr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
.cs-compare-row-1 .cscr1-col-1:nth-child(3)::after {
  content: "";
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 75%;
  width: 0.5px;
}
.cs-compare-row-1.no-3br-1 .cscr1-col-1:nth-child(3)::after {
  display: none;
}

.cs-compare-sec-1 {
  border-bottom: 0.5px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cs-compare-sec-1 img {
  margin-bottom: 25px;
  min-height: 165px;
}
.cs-compare-sec-1 .pr-head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 30px;
  max-height: 56px;
  min-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs-compare-sec-1 .link-1 {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #0066CC;
  margin: 0 0 15px;
}
.cs-compare-sec-1 .link-1::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 8px;
  padding-left: 5px;
}
.cs-compare-sec-1 .link-1:hover {
  color: #0066CC;
}
.cs-compare-sec-1 .link-2 {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
  margin: 0 0 15px;
}
.cs-compare-sec-1 .link-2::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 8px;
  padding-left: 5px;
}
.cs-compare-sec-1 .link-2:hover {
  color: #262626;
}

.cs-compare-sec-2 {
  padding-bottom: 30px;
  border-bottom: 0.5px solid #707070;
}
.cs-compare-sec-2 .icon-box-1 {
  margin-bottom: 40px;
  min-height: 160px;
}
.cs-compare-sec-2 .icon-box-1:last-child {
  margin-bottom: 0px;
}
.cs-compare-sec-2 .icon-box-1 .image-1 {
  max-height: 64px;
  margin-bottom: 20px;
}
.cs-compare-sec-2 .icon-box-1 .box-head-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 5px;
}
.cs-compare-sec-2 .icon-box-1 .box-desc-1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}
.cs-compare-sec-2 .color-box-1 {
  margin-bottom: 40px;
  min-height: 130px;
}
.cs-compare-sec-2 .color-box-1 .colorb-head-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}
.cs-compare-sec-2 .color-box-1 .colorb-desc-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}
.cs-compare-sec-2 .color-box-1 .color-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.cs-compare-sec-2 .color-box-1 .color-menu-1 li {
  line-height: 1;
  margin-right: 12px;
  margin-bottom: 12px;
}
.cs-compare-sec-2 .color-box-1 .color-menu-1 li:last-child {
  margin-right: 0;
}
.cs-compare-sec-2 .color-box-1 .color-menu-1 li span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--backgrnd-color);
  border: 0.5px solid var(--border-color);
}

.cs-page-head-2 {
  background-color: #F5F5F5;
  padding: 12px 0px;
  position: sticky;
  top: 0;
  z-index: 8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-page-head-2.active {
  background-color: #F5F5F5;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.6);
}
.cs-page-head-2.active .cs-innerMenu-cont-2 {
  background-color: transparent;
}

.cs-innerHead-row-2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-innerHead-row-2 .csihr2-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.cs-innerHead-row-2 .csihr2-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  text-align: right;
  position: unset;
}

.cs-innerMenu-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-innerMenu-2 li {
  line-height: 1;
  margin-right: 40px;
}
.cs-innerMenu-2 li:last-child {
  margin-right: 0;
}
.cs-innerMenu-2 li.active a {
  text-decoration: underline;
}
.cs-innerMenu-2 li a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #262626;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-innerMenu-2 li a:hover {
  color: #262626;
  text-decoration: underline;
}

.cs-innerMenu-btn-2 {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #262626;
  padding: 0px 5px;
  margin-right: 15px;
  border: 0;
  background-color: transparent;
  width: 32px;
  height: 20px;
}
.cs-innerMenu-btn-2 i {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0px;
  left: 5px;
}
.cs-innerMenu-btn-2.active i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cs-main-breadcrumb-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-main-breadcrumb-1 li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #262626;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-main-breadcrumb-1 li a {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.cs-main-breadcrumb-1 li a:hover {
  color: #FF2D16;
}
.cs-main-breadcrumb-1 li::before {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 12px;
  color: #707070;
  padding: 0px 8px;
}
.cs-main-breadcrumb-1 li:first-child::before {
  display: none;
  padding: 0;
}

.cs-full-height-d-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
}

.JSManagementList1 {
  text-align: center;
}

.cs-management-container-1 {
  padding: 45px 0px;
}
.cs-management-container-1 .content-container-1 {
  max-width: 1054px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cs-management-container-1 .management-list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  position: relative;
  left: 132px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.cs-management-container-1 .management-list-1.active {
  left: -132px;
}
.cs-management-container-1 .management-list-1 li {
  line-height: 1;
  margin-right: 60px;
  cursor: pointer;
}
.cs-management-container-1 .management-list-1 li:last-child {
  margin: 0;
}
.cs-management-container-1 .management-list-1 li img {
  width: 190px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs-management-container-1 .management-list-1 li.active img {
  width: 264px;
}
.cs-management-container-1 .content-div-1 {
  text-align: center;
  display: none;
  margin-bottom: 30px;
}
.cs-management-container-1 .content-div-1 .management-role-head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 20px;
}
.cs-management-container-1 .content-div-1 .management-say-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.cs-management-container-1 .content-div-1 .management-name-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
}
.cs-management-container-1 .content-div-1 .story-d-1 {
  margin-bottom: 40px;
}
.cs-management-container-1 .content-div-1 .story-d-1 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-management-container-1 .content-div-1 .story-d-1 h1, .cs-management-container-1 .content-div-1 .story-d-1 h2, .cs-management-container-1 .content-div-1 .story-d-1 h3, .cs-management-container-1 .content-div-1 .story-d-1 h4, .cs-management-container-1 .content-div-1 .story-d-1 h5, .cs-management-container-1 .content-div-1 .story-d-1 h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.cs-management-container-1 .content-div-1 .story-d-1 strong {
  font-weight: 900;
}

.cs-page-inner-1 {
  padding: 25px 0px;
  min-height: 55vh;
}

.cs-page-head-3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}

.cs-image-box-1 {
  position: relative;
  margin-bottom: 30px;
}
.cs-image-box-1 .image-div-1 {
  margin-bottom: 15px;
}
.cs-image-box-1 .image-div-1 img {
  max-height: 385px;
}
.cs-image-box-1 .head-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
}
.cs-image-box-1 .title-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-image-box-1 a {
  color: #262626;
}
.cs-image-box-1 a:hover {
  color: #262626;
  text-decoration: underline;
}

.cs-page-inner-2 {
  padding: 20px 0px 40px;
  min-height: 55vh;
}

.cs-management-banner-1 {
  position: relative;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
.cs-management-banner-1 .csmb1-cont-1 {
  padding: 0px 15px;
  max-width: 1010px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-management-banner-1 .csmb1-cont-1 .csmb1c1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.cs-management-banner-1 .csmb1-cont-1 .csmb1c1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.cs-management-banner-1 .csmb1-cont-1 img {
  max-height: 335px;
}
.cs-management-banner-1 .csmb1-cont-1 .head-1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}
.cs-management-banner-1 .csmb1-cont-1 .title-1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-management-banner-1 .back-go-link-1 {
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.cs-management-banner-1 .back-go-link-1:hover {
  color: #262626;
}

.cs-page-detail-1 {
  max-width: 990px;
  margin: 0 auto 30px;
}
.cs-page-detail-1 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-page-detail-1 h1, .cs-page-detail-1 h2, .cs-page-detail-1 h3, .cs-page-detail-1 h4, .cs-page-detail-1 h5, .cs-page-detail-1 h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #707070;
  margin: 0 0 20px;
}
.cs-page-detail-1 ul, .cs-page-detail-1 ol {
  padding-left: 15px;
}
.cs-page-detail-1 li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-page-detail-1 strong {
  font-weight: 900;
}
.cs-page-detail-1 a {
  font-weight: 700;
  color: #FF2D16;
}
.cs-page-detail-1 a:hover, .cs-page-detail-1 a:focus {
  color: #FF2D16;
}

.cs-page-banner-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 215px;
  margin-bottom: 24px;
}

.cs-announcement-slider-d-1 {
  margin-bottom: 45px;
}

.cs-page-head-4 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-page-head-4 strong {
  font-weight: 700;
}

.cs-colored-slider-d-1 {
  border-radius: 12px;
  background-color: rgba(227, 6, 21, 0.16);
  padding: 20px;
}

.cs-announcement-box-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.cs-announcement-box-1 .date-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  border-right: 0.2px solid #221F20;
  padding: 10px 0px;
}
.cs-announcement-box-1 .text-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: calc(100% - 100px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
  padding-top: 10px;
  padding-bottom: 10px;
}
.cs-announcement-box-1 .date-text-1 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #262626;
  margin: 0px;
  padding: 0px 5px;
  text-align: center;
}
.cs-announcement-box-1 .info-text-1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
  max-height: 22px;
  min-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cs-announcement-box-1 .info-link-1 {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
}
.cs-announcement-box-1 .info-link-1 span {
  text-decoration: underline;
}
.cs-announcement-box-1 .info-link-1 i {
  font-size: 14px;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.cs-announcement-box-1 .info-link-1:hover span {
  text-decoration: none;
}

.announcementSlider1 .item {
  position: relative;
}
.announcementSlider1 .item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #262626;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.cs-bg-color-1 {
  background-color: rgba(0, 27, 44, 0.03);
}

.cs-full-container-1 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.cs-full-c-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 60px;
}
.cs-full-c-row-1 .csfcr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 42%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-full-c-row-1 .csfcr1-col-1.left-side {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cs-full-c-row-1 .csfcr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
}
.cs-full-c-row-1 .csfcr1-col-2.bg-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 550px;
}

.cs-info-l-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
}
.cs-info-l-row-1 .csilr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  border-right: 0.2px solid #ffffff;
  border-bottom: 0.2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-info-l-row-1 .csilr1-col-1:nth-child(n+9) {
  border-bottom: 0;
}
.cs-info-l-row-1 .csilr1-col-1:nth-child(3), .cs-info-l-row-1 .csilr1-col-1:nth-child(6), .cs-info-l-row-1 .csilr1-col-1:nth-child(9) {
  border-right: 0;
}

.cs-link-box-1 {
  text-align: center;
  padding: 30px 0px;
  width: 100%;
}
.cs-link-box-1 .icon-1 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: #ffffff;
}
.cs-link-box-1 .head-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.cs-full-c-box-1 {
  width: 100%;
  max-width: 360px;
  padding: 15px 15px;
  text-align: center;
  margin-right: 20%;
}

.cs-page-head-5 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-page-head-5 strong {
  font-weight: 700;
}

.cs-seo-area-1 {
  padding: 40px 0px;
}

.cs-modal-1.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.cs-modal-1 .modal-dialog {
  max-width: 870px;
  margin: 1.5rem auto;
  padding: 15px 30px;
}
.cs-modal-1 .modal-content {
  position: relative;
  border-radius: 12px;
  border: 0;
  padding: 30px 30px 25px;
}
.cs-modal-1 .modal-content .close {
  color: #262626;
  opacity: 1;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.cs-modal-head-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 20px;
}

.cs-modal-text-d-1 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-modal-text-d-1 h1, .cs-modal-text-d-1 h2, .cs-modal-text-d-1 h3, .cs-modal-text-d-1 h4, .cs-modal-text-d-1 h5, .cs-modal-text-d-1 h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #707070;
  margin: 0 0 10px;
}
.cs-modal-text-d-1 ul, .cs-modal-text-d-1 ol {
  padding-left: 15px;
}
.cs-modal-text-d-1 li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #707070;
  margin: 0 0 20px;
}
.cs-modal-text-d-1 strong {
  font-weight: 700;
}
.cs-modal-text-d-1 a {
  font-weight: 700;
  color: #707070;
}
.cs-modal-text-d-1 a:hover, .cs-modal-text-d-1 a:focus {
  color: #707070;
}

.cs-modal-scroll-d-1 {
  scrollbar-width: thin;
  scrollbar-color: #F5F5F5;
  padding-right: 4px;
  max-height: 72vh;
  overflow: hidden;
  overflow-y: auto;
}
.cs-modal-scroll-d-1::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.cs-modal-scroll-d-1::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.cs-modal-scroll-d-1::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 30px;
}
.cs-modal-scroll-d-1::-webkit-scrollbar-thumb:hover {
  background: #888888;
}

.cs-page-text-banner-1 {
  margin-bottom: 45px;
  margin-top: 20px;
  background-color: #F5F5F5;
}
.cs-page-text-banner-1 .txt-cont-1 {
  position: relative;
  padding: 30px 0px;
}
.cs-page-text-banner-1 .back-go-link-1 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #262626;
}
.cs-page-text-banner-1 .back-go-link-1:hover {
  color: #262626;
}
.cs-page-text-banner-1 .head-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #262626;
  margin: 0;
  text-align: center;
}

.cs-download-div-1 {
  margin-bottom: 50px;
}

.cs-download-list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-download-list-1 li {
  line-height: 1;
  border-bottom: 0.2px solid #707070;
}
.cs-download-list-1 li:first-child {
  border-top: 0.2px solid #707070;
}
.cs-download-list-1 li a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin: 0;
  padding: 20px 25px;
}
.cs-download-list-1 li a::after {
  content: "\e913";
  font-family: "bain" !important;
  font-size: 24px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-download-list-1 li a:hover {
  color: #262626;
}

.cs-bestSolutions-video-c-1 {
  position: relative;
  z-index: 1;
  min-height: 200vh;
}
.cs-bestSolutions-video-c-1.active .text-container-1 .desc-1, .cs-bestSolutions-video-c-1.active .text-container-1 .head-1, .cs-bestSolutions-video-c-1.active .text-container-1 .sub-head-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
}
.cs-bestSolutions-video-c-1 #bestSoluSection1Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}
.cs-bestSolutions-video-c-1 .text-container-1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin-top: -100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-bestSolutions-video-c-1 .text-container-1 .head-1 {
  display: inline-block;
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FF0000), color-stop(75%, #522929));
  background: linear-gradient(to right, #FF0000 25%, #522929 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(12vh);
          transform: translateY(12vh);
}
.cs-bestSolutions-video-c-1 .text-container-1 .sub-head-1 {
  font-size: 58px;
  line-height: 66px;
  font-weight: 700;
  color: #86868B;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(12vh);
          transform: translateY(12vh);
}
.cs-bestSolutions-video-c-1 .text-container-1 .desc-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
  opacity: 0;
}

.cs-bestSolutions-area-2 {
  background-image: var(--bgDesktop);
  background-position: 75% 100% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 150vh;
}
.cs-bestSolutions-area-2 .content-container-1 {
  position: relative;
  max-width: 1200px;
  padding: 75px 15px;
  margin: 0 auto;
}
.cs-bestSolutions-area-2 .content-container-1.active .desc-1.text-1 {
  opacity: 0.22;
}
.cs-bestSolutions-area-2 .content-container-1.active .desc-1.text-2 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
}
.cs-bestSolutions-area-2 .content-container-1 .head-1 {
  display: inline-block;
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FF0000), color-stop(75%, #522929));
  background: linear-gradient(to right, #FF0000 25%, #522929 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-bestSolutions-area-2 .content-container-1 .desc-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 470px;
}
.cs-bestSolutions-area-2 .content-container-1 .desc-1.text-1 {
  margin-top: 25vh;
}
.cs-bestSolutions-area-2 .content-container-1 .desc-1.text-2 {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  margin: 0;
  opacity: 0;
}

.cs-bestSolutions-sec-all {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.cs-bestSolutions-sec-all.cs-bestSolutions-sec-3 {
  z-index: 0;
}

.cs-fixed-area-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.cs-bestSolutions-sec-3 {
  min-height: 100vh;
}
.cs-bestSolutions-sec-3.active .content-container-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
}

.cs-bestSolutions-area-3 {
  background-image: var(--bgDesktop);
  background-position: center left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}
.cs-bestSolutions-area-3 .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-bestSolutions-area-3 .content-container-1 {
  max-width: 500px;
  padding: 15px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(25vh);
          transform: translateY(25vh);
  opacity: 0;
}
.cs-bestSolutions-area-3 .content-container-1 .head-1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  background: #85B5BA;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #85B5BA), color-stop(75%, #4A6A6E));
  background: linear-gradient(to right, #85B5BA 25%, #4A6A6E 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-bestSolutions-area-3 .content-container-1 .desc-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cs-bestSolutions-sec-4.cs-bestSolutions-sec-all {
  background-color: transparent;
}

.cs-bestSolutions-area-4 {
  border-radius: 60px 60px 0px 0px;
  max-width: 1920px;
  margin: 0 auto;
  background: rgb(133, 181, 186);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(133, 181, 186)), to(rgb(74, 106, 110)));
  background: linear-gradient(180deg, rgb(133, 181, 186) 0%, rgb(74, 106, 110) 100%);
  padding: 90px 0px 0px;
}
.cs-bestSolutions-area-4.active .image-container-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-bestSolutions-area-4 .text-container-1 {
  max-width: 500px;
  margin-bottom: 10px;
}
.cs-bestSolutions-area-4 .head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #F5F5F5;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-bestSolutions-area-4 .desc-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #F5F5F5;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-bestSolutions-area-4 .image-container-1 {
  position: relative;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.cs-bestSolutions-sec-5 {
  position: relative;
  z-index: 1;
  min-height: 200vh;
}
.cs-bestSolutions-sec-5 .cs-bestSolutions-area-5 {
  height: 100vh;
  width: 100%;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-bestSolutions-sec-5 .cs-bestSolutions-area-5 .text-container-1 {
  max-width: 1025px;
  margin: 0 auto;
}
.cs-bestSolutions-sec-5 .cs-bestSolutions-area-5.active .cs-scroll-head-8 {
  top: -290px;
}
.cs-bestSolutions-sec-5 .cs-bestSolutions-area-5.active .cs-scroll-desc-3 {
  top: -115px;
}

.cs-scroll-change-p-2 {
  overflow: hidden;
  position: relative;
  height: 100px;
  max-width: 500px;
  width: 100%;
  top: 40px;
  margin: 0 auto;
}

.cs-scroll-change-h-2 {
  overflow: hidden;
  position: relative;
  height: 192px;
  top: 40px;
  margin-bottom: 20px;
}

.cs-scroll-head-8 {
  font-size: 80px;
  line-height: 96px;
  font-weight: 900;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-scroll-head-8 span {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cs-scroll-desc-3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-desc-3 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-bestSolutions-sec-6.cs-bestSolutions-sec-all {
  z-index: 2;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .main-div-area-1 {
  background-position: center left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 120px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .head-1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 60px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .csbs6-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .csbs6-row-1 .csbs6r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  margin-bottom: -30px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .csbs6-row-1 .csbs6r1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-left: 75px;
  padding-right: 15px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 {
  max-width: 460px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 40px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h1, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h2, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h3, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h4, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h5, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 h6 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 40px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 ul, .cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 ol {
  padding-left: 15px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 strong {
  font-weight: 700;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 a {
  display: inline-block;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
  padding-top: 40px;
}
.cs-bestSolutions-sec-6 .cs-bestSolutions-area-6 .content-div-1 a:hover {
  color: #262626;
  text-decoration: none;
}

.cs-bestSolutions-sec-7 .cs-bestSolutions-area-7 {
  background-color: rgba(237, 237, 237, 0.4);
  padding: 140px 0px 70px;
}

.cs-count-number-box-1 .head-1 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 30px;
  text-align: center;
}
.cs-count-number-box-1 .count-number-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.cs-count-number-box-1 .count-number-list li {
  line-height: 1;
  margin-bottom: 30px;
  margin-right: 50px;
  text-align: center;
}
.cs-count-number-box-1 .count-number-list li:last-child {
  margin-right: 0;
}
.cs-count-number-box-1 .count-number-list .count-text-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
}
.cs-count-number-box-1 .count-number-list .count-text-2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}
.cs-count-number-box-1 .pr-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-count-number-box-1 .pr-row-1 .prr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 30px;
}
.cs-count-number-box-1 .pr-row-1 .prr1-col-1::after {
  content: "";
  background-color: #707070;
  opacity: 0.4;
  width: 1px;
  height: 75%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.cs-count-number-box-1 .pr-row-1 .prr1-col-1:last-child::after, .cs-count-number-box-1 .pr-row-1 .prr1-col-1:nth-child(4n)::after {
  display: none;
}
.cs-count-number-box-1 .pr-box-1 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}
.cs-count-number-box-1 .pr-box-1:hover {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.25);
}
.cs-count-number-box-1 .pr-box-1 .image-b-1 {
  margin-bottom: 20px;
}
.cs-count-number-box-1 .pr-box-1 .image-b-1 img {
  max-height: 205px;
}
.cs-count-number-box-1 .pr-box-1 .head-1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
}
.cs-count-number-box-1 .pr-box-1 .head-2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
}
.cs-count-number-box-1 .pr-box-1 .fake-link-1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 5px;
}
.cs-count-number-box-1 .pr-box-1 .fake-link-1:hover {
  text-decoration: underline;
}
.cs-count-number-box-1 .pr-box-1 .fake-link-1 i {
  font-size: 10px;
  padding-left: 5px;
}

.cs-bestSolutions-sec-9 .cs-bestSolutions-area-9 {
  background-color: rgba(237, 237, 237, 0.4);
  padding: 140px 0px 70px;
}

.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .main-div-area-1 {
  padding: 100px 0px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .csbs8-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .csbs8-row-1 .csbs8r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-left: 15px;
  padding-right: 85px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .csbs8-row-1 .csbs8r1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 {
  max-width: 460px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin: 0 0 40px auto;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h1, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h2, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h3, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h4, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h5, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 h6 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 40px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 ul, .cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 ol {
  padding-left: 15px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 li {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 strong {
  font-weight: 700;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 a {
  display: inline-block;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
  padding-top: 40px;
}
.cs-bestSolutions-sec-8 .cs-bestSolutions-area-8 .content-div-1 a:hover {
  color: #262626;
  text-decoration: none;
}

.cs-bestSolutions-area-10 .csbsa10-s-1 {
  padding: 70px 0px 55px;
  text-align: center;
}
.cs-bestSolutions-area-10 .content-div-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
}
.cs-bestSolutions-area-10 .content-div-1 h1, .cs-bestSolutions-area-10 .content-div-1 h2, .cs-bestSolutions-area-10 .content-div-1 h3, .cs-bestSolutions-area-10 .content-div-1 h4, .cs-bestSolutions-area-10 .content-div-1 h5, .cs-bestSolutions-area-10 .content-div-1 h6 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 40px;
}
.cs-bestSolutions-area-10 .content-div-1 p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 15px;
}
.cs-bestSolutions-area-10 .content-div-1 ul, .cs-bestSolutions-area-10 .content-div-1 ol {
  padding-left: 15px;
}
.cs-bestSolutions-area-10 .content-div-1 li {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #262626;
}
.cs-bestSolutions-area-10 .content-div-1 strong {
  font-weight: 700;
}
.cs-bestSolutions-area-10 .csbsa10-s-2 .scrollable-div-1 {
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-bestSolutions-area-10 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-bestSolutions-area-10 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1 .scrb-item {
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-bestSolutions-area-10 .csbsa10-s-2.active {
  position: sticky;
  top: 0;
}

.cs-fake-sticky-area-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cs-fake-sticky-area-1 .fake-s-div-1 {
  min-height: 100vh;
}

.cs-bg-color-2 {
  background-color: rgba(193, 193, 193, 0.2);
}

.cs-form-area-1 {
  padding: 50px 0px;
  max-width: 1000px;
  margin: 0 auto;
}
.cs-form-area-1 .csfa1-head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 10px;
  text-align: center;
}
.cs-form-area-1 .csfa1-head-2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.cs-form-area-1 .csfa1-head-2::after {
  content: "";
  background-color: #113747;
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cs-form-area-1 .cs-form-1 {
  padding-top: 50px;
}
.cs-form-area-1 .form-container-1 {
  max-width: 750px;
  margin: 0 auto;
}

.cs-form-1 .form-info-text-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 40px;
}
.cs-form-1 .form-row {
  margin-left: -15px;
  margin-right: -15px;
}
.cs-form-1 .form-row > .col, .cs-form-1 .form-row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.cs-form-1 .form-group {
  margin-bottom: 20px;
}
.cs-form-1 .invalid-feedback {
  padding: 5px 20px;
}
.cs-form-1 ::-webkit-input-placeholder {
  color: rgba(38, 38, 38, 0.7);
}
.cs-form-1 ::-moz-placeholder {
  color: rgba(38, 38, 38, 0.7);
}
.cs-form-1 :-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.7);
}
.cs-form-1 ::-ms-input-placeholder {
  color: rgba(38, 38, 38, 0.7);
}
.cs-form-1 ::placeholder {
  color: rgba(38, 38, 38, 0.7);
}
.cs-form-1 input:not([type=submit]), .cs-form-1 .select {
  border-radius: 40px;
  border: 1px solid #ffffff;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 5px 30px;
}
.cs-form-1 input:not([type=submit]):focus, .cs-form-1 .select:focus {
  outline: none;
  border-color: #262626;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.cs-form-1 textarea {
  resize: none;
  border-radius: 40px;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 15px 30px;
}
.cs-form-1 textarea:focus {
  outline: none;
  border-color: #262626;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.cs-black-btn-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #262626;
  border: 1px solid #262626;
  border-radius: 30px;
  min-height: 40px;
  min-width: 130px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F5F5F5;
  padding: 5px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-black-btn-2:hover {
  color: #262626;
  background-color: transparent;
}

.cs-quality-section-1 {
  position: relative;
  z-index: -1;
  height: 300vh;
}
.cs-quality-section-1 .bg-w-div-1 {
  position: sticky;
  z-index: 0;
  top: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  margin-bottom: -100vh;
}
.cs-quality-section-1 .inner-scrll-d-1 {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}
.cs-quality-section-1 .inner-scrll-d-1.deactive {
  top: -100vh;
  opacity: 0;
}
.cs-quality-section-1 .inner-scrll-d-1.deactive-2 {
  opacity: 0;
}
.cs-quality-section-1 .content-dd-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}
.cs-quality-section-1 .hh-head-1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #92B7EE;
  background: #92B7EE;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #92B7EE), color-stop(60%, #E072A4));
  background: linear-gradient(to right, #92B7EE 30%, #E072A4 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-quality-section-1 .dd-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0 auto;
  max-width: 980px;
}
.cs-quality-section-1 .hh-head-2 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 400;
  color: #F5F5F5;
  margin-bottom: 30px;
  letter-spacing: 0.2px;
}
.cs-quality-section-1 .logo-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-quality-section-1 .logo-menu-1 li {
  line-height: 1;
  margin-right: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.cs-quality-section-1 .logo-menu-1 li:last-child {
  margin-right: 0;
}
.cs-quality-section-1 .logo-menu-1 .text-1 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  color: #F5F5F5;
}
.cs-quality-section-1 .logo-menu-1 .img-dd-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 5px;
}

.cs-quality-section-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 55px;
  padding-bottom: 25px;
}
.cs-quality-section-2 .tab-area-1 .ss-sec-1 {
  padding: 20px 0px 35px;
}
.cs-quality-section-2 .tab-area-1 .ss-sec-2 {
  padding: 35px 0px;
  background-color: rgba(237, 237, 237, 0.4);
}
.cs-quality-section-2 .qs2-img-dd-1 {
  margin-bottom: 45px;
}

.cs-quality-section-3 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.cs-tabs-1.nav-tabs {
  border-bottom: 4px solid rgba(209, 46, 38, 0.25);
}
.cs-tabs-1.nav-tabs .nav-item {
  margin-bottom: -4px;
}
.cs-tabs-1.nav-tabs .nav-item.show .nav-link {
  color: #E30613;
  border-bottom: 4px solid #D12E26;
}
.cs-tabs-1.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #2E282A;
  text-align: left;
  padding: 0.5rem 1.5rem;
  min-width: 140px;
}
.cs-tabs-1.nav-tabs .nav-link.active {
  color: #E30613;
  border-bottom: 4px solid #D12E26;
}

.cs-page-content-1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
}
.cs-page-content-1 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  margin: 0 0 15px;
}
.cs-page-content-1 h1, .cs-page-content-1 h2, .cs-page-content-1 h3, .cs-page-content-1 h4, .cs-page-content-1 h5, .cs-page-content-1 h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #262626;
  margin: 0 0 10px;
}
.cs-page-content-1 ul, .cs-page-content-1 ol {
  padding-left: 15px;
}
.cs-page-content-1 li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  margin: 0 0 15px;
}
.cs-page-content-1 strong {
  font-weight: 700;
}
.cs-page-content-1 a {
  font-weight: 700;
  color: #262626;
}
.cs-page-content-1 a:hover, .cs-page-content-1 a:focus {
  color: #262626;
}

.cs-tabs-prd-d-1 {
  padding: 0px 15px;
  margin: 0 auto;
  max-width: 1475px;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #ffffff;
}

#lg-counter {
  color: #ffffff;
}

.lg-toolbar .lg-icon {
  color: #ffffff;
}

.light-gallery-1 .light-gallery-item {
  cursor: pointer;
}

.cs-tabs-div-1 {
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 15px;
}

.cs-environment-section-1 {
  position: relative;
  z-index: 1;
  height: 450vh;
}
.cs-environment-section-1 .bg-w-div-1 {
  position: sticky;
  z-index: 0;
  top: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
  margin-bottom: -100vh;
  text-align: center;
}
.cs-environment-section-1 .bg-w-div-1::before {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin: 0 auto;
}
.cs-environment-section-1 .bg-w-div-1.deactive video {
  width: 85vw;
}
.cs-environment-section-1 .bg-w-div-1.deactive::before {
  width: 85vw;
}
.cs-environment-section-1 .bg-w-div-1 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-environment-section-1 .play-pause-btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  position: sticky;
  left: 95.4vw;
  top: 90vh;
  z-index: 2;
  margin-top: -50px;
}
.cs-environment-section-1 .play-pause-btn-1::after {
  content: "";
  content: "\f28b";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.cs-environment-section-1 .play-pause-btn-1.play::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.cs-environment-section-1 .inner-scrll-d-1 {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.cs-environment-section-1 .inner-scrll-d-1.deactive {
  top: -100vh;
  opacity: 0;
}
.cs-environment-section-1 .inner-scrll-d-1.deactive-2 {
  opacity: 0;
}
.cs-environment-section-1 .content-dd-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding: 0px 15px;
}
.cs-environment-section-1 .hh-head-1 {
  font-size: 120px;
  line-height: 128px;
  font-weight: 900;
  color: #EFE84C;
  background: #EFE84C;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #EFE84C), color-stop(50%, #2C230B));
  background: linear-gradient(to right, #EFE84C 10%, #2C230B 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-environment-section-1 .hh-head-2 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 900;
  color: #F5F5F5;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.cs-environment-section-1 .dd-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #F5F5F5;
  margin: 0 auto;
  max-width: 800px;
}

.cs-environment-section-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  margin-bottom: -2px;
  min-height: 250vh;
}
.cs-environment-section-2 .container {
  min-height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cs-environment-section-2 .tt-div-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  opacity: 0;
  text-align: center;
}
.cs-environment-section-2 .tt-div-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
}
.cs-environment-section-2 .tt-div-1 .tt-head-1 {
  font-size: 120px;
  line-height: 128px;
  font-weight: 900;
  color: #EFE84C;
  background: #EFE84C;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #EFE84C), color-stop(50%, #2C230B));
  background: linear-gradient(to right, #EFE84C 10%, #2C230B 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-environment-section-2 .tt-div-1 .tt-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin: 0 auto 50px;
  max-width: 930px;
}
.cs-environment-section-2 .tt-image-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 250% 250% !important;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
.cs-environment-section-2 .tt-image-1.active {
  opacity: 1;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-environment-section-2 .tt-image-1.huge {
  background-size: 100% 100% !important;
  width: 425px;
  height: 425px;
}

.cs-environment-section-3 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
}

.cs-page-inner-3 {
  padding: 0px;
  min-height: 55vh;
}

.cs-page-banner-2 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 355px;
}

.cs-assembly-section-1 {
  padding: 0px 0px 30px;
}

.cs-assembly-section-2 {
  padding: 30px 0px;
}

.cs-assembly-section-3 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  padding-bottom: 40px;
}
.cs-assembly-section-3.overviewsection3 {
  padding-top: 150px;
}

.cs-assembly-tabs-area-1 {
  position: sticky;
  top: 52px;
  z-index: 7;
}

.cs-assembly-tabs-container-1 {
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0px 40px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}

.cs-assembly-tabs-1.nav-tabs {
  border-bottom: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-assembly-tabs-1.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 10px;
  max-width: 190px;
  text-align: center;
}
.cs-assembly-tabs-1.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  height: 100%;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link img {
  max-height: 120px;
  margin-bottom: 5px;
  width: auto;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link.active {
  border-color: transparent;
  border-bottom: 4px solid #E30613;
}
.cs-assembly-tabs-1.nav-tabs .nav-item .nav-link.active p {
  color: #FF2D16;
}

.select2 {
  width: 100% !important;
}

.cs-assembly-tabs-content-area-1 .csatca-cont-1 {
  max-width: 980px;
  padding: 55px 15px;
  margin: 0 auto;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage {
  max-width: 1180px;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .link-2 {
  color: #2B73AC;
  font-size: 20px;
  font-weight: 600;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .link-2::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 12px;
  margin-bottom: 10px;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .btn {
  font-weight: bold;
  border-color: #D0D0D0;
  padding: 15px;
  border-radius: 10px;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .btn.btn-danger {
  background: #E30613;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .serviceh3 {
  font-size: 62px;
  font-weight: 800;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .serviceh3 span {
  color: #E30613;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .overviewlorem1 {
  font-size: 30px;
  color: #86868B;
  font-weight: 800;
}
.cs-assembly-tabs-content-area-1 .csatca-cont-1.overviewpage .overviewlorem2 {
  font-size: 18px;
}
.cs-assembly-tabs-content-area-1 .csatca-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  max-width: 680px;
  margin: 0 auto 25px;
}
.cs-assembly-tabs-content-area-1 .csatca-row-1 .csatcar1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-bottom: 15px;
}
.cs-assembly-tabs-content-area-1 .tab-content-info-1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 30px;
  text-align: center;
}
.cs-assembly-tabs-content-area-1 .blurred-area-1 {
  position: relative;
  z-index: 1;
}
.cs-assembly-tabs-content-area-1 .blurred-area-1.blur-active::before {
  content: "";
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(100%) blur(4px);
          backdrop-filter: saturate(100%) blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.cs-select2-m-d-1 .select2-container .select2-selection--single {
  height: 55px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
}
.cs-select2-m-d-1 .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #262626;
  line-height: 55px;
  padding: 0px 20px;
  font-weight: 700;
}
.cs-select2-m-d-1 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 10px;
}
.cs-select2-m-d-1 .select2-container .select2-selection--single .select2-selection__arrow::before {
  content: "\e902";
  font-family: "bain" !important;
  font-size: 8px;
  color: #0066CC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-select2-m-d-1 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.cs-select2-m-d-1 .select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: "\e900";
}
.cs-select2-m-d-1 .select2-container--open.select2-container--below .select2-selection--single, .cs-select2-m-d-1 .select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 8px;
}
.cs-select2-m-d-1 .select2-container--open.select2-container--above .select2-selection--single, .cs-select2-m-d-1 .select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 8px;
}

.cs-select2-dd-1 {
  border: 1px solid #D0D0D0 !important;
  z-index: 5;
}
.cs-select2-dd-1.select2-dropdown--above {
  border-radius: 8px;
  margin-top: -5px;
}
.cs-select2-dd-1.select2-dropdown--below {
  border-radius: 8px;
  margin-top: 5px;
}
.cs-select2-dd-1 .select2-results > .select2-results__options {
  border-radius: 8px;
}
.cs-select2-dd-1 .select2-results__option {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  padding: 10px 30px;
  border-bottom: 1px solid #D0D0D0;
}
.cs-select2-dd-1 .select2-results__option:last-child {
  border-bottom: 0px;
}
.cs-select2-dd-1 .select2-results__option--selected {
  background-color: #ffffff;
}
.cs-select2-dd-1 .select2-results__option--selected {
  background-color: #ffffff !important;
  color: #262626 !important;
}
.cs-select2-dd-1 .select2-results__option--selected::before {
  content: "\e914";
  font-family: "bain" !important;
  color: #0066CC;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-select2-dd-1 .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0066CC;
}

.cs-video-box-1 {
  margin-bottom: 30px;
}
.cs-video-box-1 .image-dd-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-align: center;
}
.cs-video-box-1 .image-dd-1 .play-btn-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 65px;
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(100%) blur(4px);
          backdrop-filter: saturate(100%) blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #E50019;
  font-size: 40px;
  line-height: 1;
}
.cs-video-box-1 .image-dd-1::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cs-video-box-1 .image-dd-1 img {
  max-height: 170px;
}
.cs-video-box-1 .head-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #11142D;
  margin-bottom: 8px;
}
.cs-video-box-1 .link-1 {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
}
.cs-video-box-1 .link-1:hover {
  color: #FF2D16;
}
.cs-video-box-1 .link-1::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 10px;
  position: relative;
  top: 0.5px;
  padding-left: 5px;
}

.cs-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #11142D;
  margin-bottom: 30px;
}

.cs-link-1 {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
}
.cs-link-1:hover {
  color: #FF2D16;
}
.cs-link-1::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 10px;
  position: relative;
  top: 0.5px;
  padding-left: 5px;
}

.cs-manuals-box-1 {
  margin-bottom: 30px;
}
.cs-manuals-box-1 .csm-i-d-1 {
  margin-bottom: 15px;
  text-align: center;
}
.cs-manuals-box-1 .csm-i-d-1 img {
  max-height: 250px;
  width: 100%;
}
.cs-manuals-box-1 .head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #11142D;
  margin-bottom: 10px;
}
.cs-manuals-box-1 .head-1 small.small {
  font-size: 11px;
}
.cs-manuals-box-1 .link-1 {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #0066CC !important;
  margin-bottom: 8px;
}
.cs-manuals-box-1 .link-1:hover {
  color: #FF2D16;
}
.cs-manuals-box-1 .link-2 {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #262626;
}
.cs-manuals-box-1 .link-2:hover {
  color: #FF2D16;
}
.cs-manuals-box-1 .link-2::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 10px;
  position: relative;
  top: 0.5px;
  padding-left: 5px;
}

.cs-half-container-1 {
  max-width: 980px;
  padding: 0px 15px;
  margin: 0 auto;
}

.cs-marketing-section-1 {
  position: relative;
  z-index: 1;
  padding: 80px 0px 0px;
}

.cs-marketing-section-2 {
  padding: 40px 0px;
}

.cs-marketing-section-3 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  padding-bottom: 40px;
}

.cs-marketing-head-1 {
  font-size: 58px;
  line-height: 66px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 5px;
  text-align: center;
}
.cs-marketing-head-1 span {
  color: #E30613;
}

.cs-marketing-desc-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  color: #86868B;
  margin-bottom: 15px;
  text-align: center;
}

.cs-marketing-select-cont-1 {
  position: sticky;
  top: 52px;
  z-index: 5;
  background-color: #ffffff;
  padding: 30px 0px 15px;
  margin-bottom: 40px;
}

.cs-global-blurred-area-1 {
  position: relative;
  z-index: 1;
}
.cs-global-blurred-area-1.blur-active::before {
  content: "";
  background-color: #ffffff;
  -webkit-backdrop-filter: saturate(100%) blur(4px);
          backdrop-filter: saturate(100%) blur(4px);
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.cs-global-desc-1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 30px;
  text-align: center;
}

.cs-header-lang-btn-1 {
  font-size: 18px;
  line-height: 1px;
  color: #262626;
  background-color: transparent;
  padding: 1px 3px;
  border: 0;
}
.cs-header-lang-btn-1.active {
  color: #FF2D16;
}

.cs-header-lang-div-1 {
  position: absolute;
  max-width: 180px;
  width: 100%;
  right: 0;
  z-index: 9;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -2px 22px 0px rgba(0, 0, 0, 0.09);
  padding: 10px 15px;
  margin-top: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-header-lang-div-1 .lang-scrl-cont-1 {
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  max-height: 150px;
  scrollbar-width: thin;
  scrollbar-color: #F5F5F5;
}
.cs-header-lang-div-1 .lang-scrl-cont-1::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.cs-header-lang-div-1 .lang-scrl-cont-1::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.cs-header-lang-div-1 .lang-scrl-cont-1::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 30px;
}
.cs-header-lang-div-1 .lang-scrl-cont-1::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
.cs-header-lang-div-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-header-lang-div-1 ul li {
  border-bottom: 0.5px solid #707070;
}
.cs-header-lang-div-1 ul li:last-child {
  border: 0;
}
.cs-header-lang-div-1 ul li::after {
  display: none;
}
.cs-header-lang-div-1 ul li a {
  display: block;
  padding: 5px 8px;
}
.cs-header-lang-div-1 ul li a.active {
  color: #FF2D16;
}
.cs-header-lang-div-1.active {
  opacity: 1;
  visibility: visible;
}

.cs-mega-menu-box-1 {
  padding: 5px 10px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.cs-mega-menu-box-1 .image-div-1 {
  text-align: center;
  margin-bottom: 20px;
}
.cs-mega-menu-box-1 .image-div-1 img {
  max-height: 235px;
}
.cs-mega-menu-box-1 .head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #11142D;
  margin-bottom: 12px;
}
.cs-mega-menu-box-1 .desc-1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #11142D;
  margin-bottom: 15px;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cs-mega-menu-box-1 .link-1 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #2B73AC;
}
.cs-mega-menu-box-1 .link-1::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 12px;
  color: #2B73AC;
  padding-left: 8px;
}
.cs-mega-menu-box-1 .link-1:hover {
  color: #2B73AC;
}

.cs-color-line-section-1 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 20px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cs-color-line-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 5px;
}

.cs-color-line-head-2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 5px;
}

.cs-color-line-head-3 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 20px;
}

.cs-color-line-head-4 {
  font-size: 58px;
  line-height: 66px;
  font-weight: 900;
  color: #86868B;
  margin-bottom: 0px;
}

.cs-color-line-head-5 {
  font-size: 120px;
  line-height: 128px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5%;
  padding-right: 8%;
}

.cs-color-line-head-6 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 15px;
}

.cs-color-line-head-7 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 35px;
}

.cs-color-line-head-8 {
  font-size: 100px;
  line-height: 108px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0;
}

.cs-color-line-head-9 {
  font-size: 82px;
  line-height: 90px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
}

.cs-color-line-head-10 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #86868B;
  margin-bottom: 0;
}

.cs-color-line-desc-2 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0;
}

.cs-color-line-section-2 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.cs-color-line-section-2 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs-color-line-section-3 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-top: 40px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-color-line-section-3.active {
  padding-top: 120px;
}
.cs-color-line-section-3 .section-g-b-d-1 {
  background-color: #F5F5F5;
  border-radius: 60px 60px 0px 0px;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cs-color-line-section-4 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.cs-color-line-section-4 .bg-w-text-d-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.cs-color-line-section-5 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 300vh;
}
.cs-color-line-section-5 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-5 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-color-line-section-5 .cscl-image-d-1.active img {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-5 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(40vw, 0vh);
          transform: translate(40vw, 0vh);
}
.cs-color-line-section-5 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-color-line-section-5 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-color-line-section-5 .cs-color-line-head-6 {
  padding-top: 5%;
}
.cs-color-line-section-5 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-5 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-color-line-section-6 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 300vh;
}
.cs-color-line-section-6 .text-cont-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 100vh;
}
.cs-color-line-section-6 .text-cont-1 .inner-cont-1 {
  max-width: 570px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
  padding-top: 0vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cs-color-line-section-6 .text-cont-1 .cs-color-line-head-6 {
  padding-top: 10vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-6 .text-cont-1 .cs-color-line-desc-2 {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-color-line-section-6 .text-cont-1.active .inner-cont-1 {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-color-line-section-6 .text-cont-1.active .cs-color-line-head-6 {
  color: #ffffff;
}
.cs-color-line-section-6 .text-cont-1.active .cs-color-line-desc-2 {
  opacity: 1;
}
.cs-color-line-section-6 .image-cont-1 {
  position: sticky;
  top: 0vh;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  margin-top: -100vh;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-color-line-section-6 .image-cont-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cs-color-line-section-6 .image-cont-1.active img {
  -webkit-transform: translateX(-22vw);
          transform: translateX(-22vw);
}
.cs-color-line-section-6 .image-cont-2 {
  position: relative;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
  top: 100vh;
  width: 0vw;
}
.cs-color-line-section-6 .image-cont-2.active {
  width: 100%;
}

.cs-color-line-section-7 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 200vh;
}
.cs-color-line-section-7 .cscl-image-d-1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-7 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-color-line-section-7 .cscl-image-d-1.active img {
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.cs-color-line-section-7 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-48vw, 0vh);
          transform: translate(-48vw, 0vh);
}
.cs-color-line-section-7 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-color-line-section-7 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-color-line-section-7 .cs-color-line-head-6 {
  padding-top: 10%;
}
.cs-color-line-section-7 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-7 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-color-line-section-8 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 300vh;
}
.cs-color-line-section-8 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-8 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-color-line-section-8 .cscl-image-d-1.active img {
  -webkit-transform: translateX(2vw);
          transform: translateX(2vw);
}
.cs-color-line-section-8 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(24vw, 0vh);
          transform: translate(24vw, 0vh);
}
.cs-color-line-section-8 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-color-line-section-8 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-color-line-section-8 .cs-color-line-head-6 {
  padding-top: 5%;
}
.cs-color-line-section-8 .text-cont-1 {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-8 .text-cont-1 p {
  max-width: 550px;
  margin: 0 auto;
}
.cs-color-line-section-8 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-color-line-section-9 {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  min-height: 325vh;
}
.cs-color-line-section-9 .text-div-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  min-height: 100vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-color-line-section-9 .text-div-1.active .cs-color-line-head-8 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-color-line-section-9 .text-div-1.deactive .cs-color-line-head-8 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.cs-color-line-section-9 .text-div-1 .cs-color-line-head-8 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cs-color-line-section-9 .cscl-content-aa-1 {
  text-align: center;
  min-height: 300vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  margin-top: -75vh;
}
.cs-color-line-section-9 .cscl-content-aa-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-9 .cscl-content-aa-1.active-2 .cs-color-line-head-7 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-9 .cscl-content-aa-1.active-2 .image-div-1 img {
  position: relative;
  -webkit-transform: translate(24vw, 8vw);
          transform: translate(24vw, 8vw);
  width: 75%;
}
.cs-color-line-section-9 .cscl-content-aa-1 .cs-color-line-head-6 {
  padding-top: 15%;
  margin-bottom: 40px;
}
.cs-color-line-section-9 .cscl-content-aa-1 .cs-color-line-head-7 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-color-line-section-9 .cscl-content-aa-1 .container-w-w1 {
  max-width: 590px;
  padding: 0px 15px;
  margin: 0 auto;
  height: 100%;
}
.cs-color-line-section-9 .cscl-content-aa-1 .all-in-cont-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  min-height: 100vh;
}
.cs-color-line-section-9 .cscl-content-aa-1 .image-div-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-color-line-section-9 .cscl-content-aa-1 .image-div-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cs-color-line-section-10 {
  background-color: #FCFBF4;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.cs-color-line-section-10 .head-div-1 {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-color-line-section-10 .image-div-1 {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 85vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin: 0 auto;
}
.cs-color-line-section-10 .image-div-1.active {
  width: 100%;
}

.cs-color-line-section-11 {
  background-color: #FCFBF4;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  text-align: center;
}
.cs-color-line-section-11 .text-cont-1 {
  max-width: 600px;
  padding: 5% 15px 0px;
  width: 100%;
  margin: 0 auto -3%;
}
.cs-color-line-section-11 .image-cont-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-11 .image-cont-1.active img {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-11 .image-cont-1 img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}

.cs-color-line-section-12 {
  background-color: #FCFBF4;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  text-align: center;
}
.cs-color-line-section-12 .text-div-1 {
  max-width: 600px;
  padding: 5% 15px;
  width: 100%;
  margin: 0 auto;
}
.cs-color-line-section-12 .image-div-1 {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-12 .image-div-1.active img {
  -webkit-transform: translateX(6vw);
          transform: translateX(6vw);
}
.cs-color-line-section-12 .image-div-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.cs-color-line-section-13 {
  background-color: #FCFBF4;
  position: relative;
  z-index: 1;
  min-height: 250vh;
}
.cs-color-line-section-13 .cscl-image-d-1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-13 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-color-line-section-13 .cscl-image-d-1.active img {
  -webkit-transform: translateX(-3vw);
          transform: translateX(-3vw);
}
.cs-color-line-section-13 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-42vw, 0vh);
          transform: translate(-42vw, 0vh);
}
.cs-color-line-section-13 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-color-line-section-13 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-color-line-section-13 .cs-color-line-head-6 {
  padding-top: 10%;
}
.cs-color-line-section-13 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-13 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-color-line-section-14 {
  background-color: #FCFBF4;
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-color-line-section-14 .image-cont-1 {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateY(25vh);
          transform: translateY(25vh);
}
.cs-color-line-section-14 .image-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-14 .image-cont-1.active .text-cont-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-color-line-section-14 .image-cont-1 .text-cont-1 {
  max-width: 660px;
  padding: 0px 15px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-30vh);
          transform: translateY(-30vh);
}

.cs-color-line-section-15 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.cs-color-line-section-15 .head-div-1 {
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.cs-color-line-section-15 .image-div-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 85vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
}
.cs-color-line-section-15 .image-div-1.active {
  width: 100%;
}
.cs-color-line-section-15 .image-div-1.active-2 {
  width: auto;
}
.cs-color-line-section-15 .other-cont-1 {
  position: relative;
  z-index: 1;
  min-height: 200vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-15 .other-cont-1 .other-sticky-a-1 {
  position: sticky;
  top: 0vh;
  z-index: 1;
  overflow: hidden;
}
.cs-color-line-section-15 .other-cont-1 .other-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-color-line-section-15 .other-cont-1 .other-row-1 .otc-1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  position: absolute;
  left: -100%;
  z-index: 1;
}
.cs-color-line-section-15 .other-cont-1 .other-row-1 .otc-1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-color-line-section-15 .other-cont-1.active .otc-1-col-1 {
  opacity: 1;
  left: 0;
}
.cs-color-line-section-15 .other-cont-1.active .otc-1-col-2 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}
.cs-color-line-section-15 .text-div-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
  background-color: #BAA281;
  padding: 8% 15px 15px;
}
.cs-color-line-section-15 .text-div-1 .head-1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 20px;
}
.cs-color-line-section-15 .text-div-1 .head-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
}
.cs-color-line-section-15 .text-div-1 .head-area-1 {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cs-color-line-section-15 .text-div-1 .image-area-1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 5vh;
  z-index: 0;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 {
  position: absolute;
  left: 0;
  bottom: 5vh;
  width: 100%;
  z-index: 1;
  padding: 0px 30px;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul li::after {
  content: ",";
  font-size: 30px;
  color: #ffffff;
  padding-right: 5px;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul li:last-child::after {
  display: none;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul li.active button {
  font-size: 40px;
  color: #262626;
}
.cs-color-line-section-15 .text-div-1 .button-area-1 ul li button {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #ffffff;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.cs-color-line-section-16 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.cs-color-line-section-16 .head-div-1 {
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.cs-color-line-section-16 .image-div-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 85vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
}
.cs-color-line-section-16 .image-div-1.active {
  width: 100%;
}
.cs-color-line-section-16 .image-div-1.active-2 {
  width: auto;
}
.cs-color-line-section-16 .other-cont-1 {
  position: relative;
  z-index: 1;
  min-height: 200vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-color-line-section-16 .other-cont-1 .other-sticky-a-1 {
  position: sticky;
  top: 0vh;
  z-index: 1;
  overflow: hidden;
}
.cs-color-line-section-16 .other-cont-1 .other-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-color-line-section-16 .other-cont-1 .other-row-1 .otc-1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  position: absolute;
  left: -100%;
  z-index: 1;
}
.cs-color-line-section-16 .other-cont-1 .other-row-1 .otc-1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-color-line-section-16 .other-cont-1.active .otc-1-col-1 {
  opacity: 1;
  left: 0;
}
.cs-color-line-section-16 .other-cont-1.active .otc-1-col-2 {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}
.cs-color-line-section-16 .text-div-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0 auto;
  background-color: #BAA281;
  padding: 8% 15px 15px;
}
.cs-color-line-section-16 .text-div-1 .head-1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 20px;
}
.cs-color-line-section-16 .text-div-1 .head-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  color: #836056;
  margin-bottom: 0px;
}
.cs-color-line-section-16 .text-div-1 .head-area-1 {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cs-color-line-section-16 .text-div-1 .image-area-1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 5vh;
  z-index: 0;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 {
  position: absolute;
  left: 0;
  bottom: 5vh;
  width: 100%;
  z-index: 1;
  padding: 0px 30px;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul li::after {
  content: ",";
  font-size: 30px;
  color: #86868B;
  padding-right: 5px;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul li:last-child::after {
  display: none;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul li.active button {
  font-size: 40px;
  color: #262626;
}
.cs-color-line-section-16 .text-div-1 .button-area-1 ul li button {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  color: #86868B;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.text-grey-c-1 {
  color: #403F4A !important;
}

.cs-color-line-section-17 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.cs-side-mount-f-menu-1 {
  position: fixed;
  bottom: 30px;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-f-menu-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-f-menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-side-mount-f-menu-1 ul li {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 45px;
}
.cs-side-mount-f-menu-1 ul li:last-child {
  margin: 0;
}
.cs-side-mount-f-menu-1 ul li button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #FAFAFA;
  border: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cs-side-mount-f-menu-1 ul li.active::before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0px 50px 50px 0px;
}
.cs-side-mount-f-menu-1 ul li.active button {
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
}
.cs-side-mount-f-menu-1.colored-1 li.active::before {
  background-color: #262626;
}
.cs-side-mount-f-menu-1.colored-1 button {
  color: #262626;
}

.cs-side-mount-pr-1 {
  position: relative;
  z-index: 1;
}

.cs-side-mount-pr-2 {
  position: relative;
  z-index: 1;
}

.cs-side-mount-pr-3 {
  position: relative;
  z-index: 1;
}

.cs-side-mount-pr-4 {
  position: relative;
  z-index: 1;
}

.cs-side-mount-colored-1 {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgb(42, 106, 204);
  background: radial-gradient(circle, rgb(42, 106, 204) 0%, rgb(19, 53, 105) 100%);
  margin-bottom: -100vh;
}

.cs-side-mount-head-1 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.cs-side-mount-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-side-mount-head-3 {
  font-size: 92px;
  line-height: 100px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-side-mount-head-4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-side-mount-head-5 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}

.cs-side-mount-head-6 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}

.cs-side-mount-head-7 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}

.cs-side-mount-head-8 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #04D8E6;
  background: #04D8E6;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #04D8E6), color-stop(60%, #1668E5));
  background: linear-gradient(to right, #04D8E6 30%, #1668E5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.cs-side-mount-head-9 {
  font-size: 66px;
  line-height: 74px;
  font-weight: 700;
  color: #04D8E6;
  background: #04D8E6;
  background: -webkit-gradient(linear, left top, left bottom, from(#04D8E6), to(#1668E5));
  background: linear-gradient(to bottom, #04D8E6 0%, #1668E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.cs-side-mount-head-10 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-side-mount-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-simo-i-d-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -100vh;
  opacity: 0;
  visibility: hidden;
}
.cs-simo-i-d-1 .container {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-simo-i-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-simo-i-d-1 .cs-side-mount-head-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-simo-i-d-1 .cs-side-mount-head-2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-simo-i-d-1.deactive .container {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-simo-i-d-1.deactive .cs-side-mount-head-1 {
  font-size: 72px;
  line-height: 80px;
}
.cs-simo-i-d-1.deactive .cs-side-mount-head-2 {
  font-size: 32px;
  line-height: 40px;
}

.cs-simo-i-d-2 {
  text-align: center;
  overflow: hidden;
}
.cs-simo-i-d-2 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cs-simo-i-d-2.active img {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.cs-simo-i-d-2.deactive img {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cs-simo-cat-box-1 {
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-simo-cat-box-1 .image-div-1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.cs-simo-cat-box-1 .image-div-1 img {
  max-height: 375px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-simo-cat-box-1 .text-div-1 {
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-simo-cat-box-1 .text-div-1 .head-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #04D8E6;
  background: #04D8E6;
  background: radial-gradient(circle farthest-corner at center center, #04D8E6 0%, #E3EEFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-simo-cat-d-1 {
  padding-top: 40px;
  display: none;
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1 .image-div-1 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1 .text-div-1 .head-1 {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1.active .image-div-1 img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cs-simo-cat-d-1 .cs-simo-cat-box-1.active .text-div-1 .head-1 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.cs-side-mount-sec-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  margin-top: 150vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-2 .cs-simo-i-d-3 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-side-mount-sec-2 .cs-simo-i-d-3 .head-cont-1 {
  width: 100%;
  text-align: center;
  padding: 15px;
}

.humanin-samet {
  margin-bottom: 100px;
}
.humanin-samet.sametGlobal .sametGlobalRow {
  gap: 20px;
}
.humanin-samet.sametGlobal .sametGlobalRow .sametGlobal-boxshadow {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  padding: 20px;
  height: 491px;
}
.humanin-samet.sametGlobal .sametGlobalRow .sametGlobal-boxshadow .smt-globalboxstrong {
  font-size: 20px;
  margin-top: 20px;
}
.humanin-samet.sametGlobal .sametGlobalRow .sametGlobal-boxshadow .smt-globalboxfirstp {
  font-size: 18px;
}
.humanin-samet.sametGlobal .sametGlobalRow .sametGlobal-boxshadow .smtglobal-red-underline {
  color: #E30613;
  text-decoration: underline;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner {
  gap: 0px;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner .col-md-4 {
  margin-top: 25px;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner .sametGlobal-boxshadow {
  min-height: 319px;
  max-height: 400px;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner .sametGlobal-boxshadow .smt-globalboxfirstp {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner .sametGlobal-boxshadow .smt-globalboxsecondp {
  margin: 0;
  padding: 0;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner .sametGlobal-boxshadow .smt-globalboxstrong {
  font-size: 20px;
  margin-top: 0px;
}
.humanin-samet.sametGlobal .sametGlobalRow.sametGlobalRow-partner img {
  height: 92px;
}
.humanin-samet.sametGlobal .sametglobal-htag {
  font-weight: 600;
}
.humanin-samet .humanlistcontainer {
  max-height: 385px;
  margin-bottom: 30px;
  border-right: 1px solid rgba(112, 112, 112, 0.45);
}
.humanin-samet .humanlistcontainer .humanlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.humanin-samet .humanlistcontainer .humanlist li a {
  color: #262626;
  font-weight: 500;
  font-size: 18px;
  font-family: Lato;
  display: block;
  margin-top: 25px;
  position: relative;
}
.humanin-samet .humanlistcontainer .humanlist li a.active {
  font-weight: 600;
}
.humanin-samet .humanlistcontainer .humanlist li a.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 30px;
  background: #E30613;
}
.humanin-samet .humanrightcontainer {
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  padding: 30px !important;
}
.humanin-samet .humanrightcontainer .cs-full-container-1 {
  border-radius: 15px;
}
.humanin-samet .humanrightcontainer .contact-interact .contact-linkcontainer {
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  padding-inline: 12px;
  padding-block: 20px;
  margin-top: 10px;
  border-radius: 20px;
}
.humanin-samet .humanrightcontainer .contact-interact .contact-linkcontainer .contact-link {
  color: #E30613;
  text-decoration: underline;
  font-weight: 500;
}
.humanin-samet .humanrightcontainer .contact-interact .contact-lorem {
  border-top: 1px solid #707070;
  padding-top: 45px;
}
.humanin-samet .humanrightcontainer .contactprivacy {
  font-size: 15px;
  gap: 5px;
}
.humanin-samet .humanrightcontainer .contactprivacy input {
  accent-color: #E30613;
}
.humanin-samet .humanrightcontainer .contactprivacy span {
  color: #E30613;
  font-weight: bold;
  text-decoration: underline;
}
.humanin-samet .humanrightcontainer .contactusfillform {
  font-size: 25px;
}
.humanin-samet .humanrightcontainer .iti {
  width: 100%;
}
.humanin-samet .humanrightcontainer .contactselect2 .select2-container .select2-selection--single {
  border-radius: 40px;
  border: none;
  padding: 0 !important;
}
.humanin-samet .humanrightcontainer .contactselect2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus {
  padding-top: 10px;
  padding-bottom: 50px;
  padding-inline: 50px;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus .form-group .form-info-text-1 {
  font-size: 20px;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus ::-webkit-input-placeholder {
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus ::-moz-placeholder {
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus :-ms-input-placeholder {
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus ::-ms-input-placeholder {
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus ::placeholder {
  font-size: 21px;
  color: #707070;
}
.humanin-samet .humanrightcontainer .cs-form-area-1.cs-form-area-contactus .cs-form-1 {
  padding-top: 10px;
}
.humanin-samet .humanrightcontainer .js-btndark {
  border-radius: 10px;
}
.humanin-samet .humanrightcontainer .joinapplybtn {
  border-radius: 15px;
}
.humanin-samet .humanrightcontainer .joinusselect2 .select2-container .select2-selection--single {
  padding: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
}
.humanin-samet .humanrightcontainer .human-right-hthree {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
}
.humanin-samet .humanrightcontainer .human-right-hthree span {
  color: #E30613;
}
.humanin-samet .humanrightcontainer p.joinhere {
  color: #86868B;
  font-size: 25px;
  text-align: center;
}
.humanin-samet .humanrightcontainer .humanh2 {
  background: #EEEFF1;
  padding: 10px 15px;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
}

.strategic-banner {
  height: 371px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.strategic-banner .strategicblur {
  height: 100px;
  width: 100%;
  -webkit-backdrop-filter: saturate(180%) blur(15px);
          backdrop-filter: saturate(180%) blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0px 40px;
}
.strategic-banner .strategicblur .strategicprocess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strategic-banner .strategicblur .strategicprocess .strategicprocessh2 {
  font-size: 28px;
  font-weight: medium;
}

.training-container {
  overflow-x: hidden;
}
.training-container .trainingh2 {
  margin: 20px 0;
  font-weight: bold;
}
.training-container .col-md-6 b {
  font-size: 20px;
}
.training-container .col-md-6 p {
  font-weight: medium;
}
.training-container .col-md-6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.training-container .col-md-6 ul i {
  margin-right: 15px;
}
.training-container .col-md-5 {
  position: relative;
}
.training-container .col-md-5 .strategicbg1 {
  position: absolute;
  height: 90%;
  right: -80%;
  width: 768px;
  top: 80px;
}

.selectioncontainer {
  position: relative;
}
.selectioncontainer .selectionh2 {
  font-size: 30px;
  font-weight: 800;
  margin: 20px 0;
}
.selectioncontainer .col-md-6 img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: -320px;
}

.selectioncontainer.talent {
  overflow: hidden;
}
.selectioncontainer.talent .col-md-6 img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 60px;
}

.recruitmentcontainer {
  margin-top: 150px;
  margin-bottom: 30px;
  background: #F5F5F5;
  border-radius: 45px 45px 0 0;
  padding-bottom: 80px;
}
.recruitmentcontainer h2.underline {
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruitmentcontainer h2.underline span {
  font-size: 52px;
  font-weight: 900;
  margin-left: 15px;
}
.recruitmentcontainer center .recruitmenth2 {
  font-size: 68px;
  color: #262626;
}
.recruitmentcontainer .csstrategicborder {
  height: 100px;
  width: 1px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  background: #707070;
}
.recruitmentcontainer .strategicitems {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recruitmentcontainer .strategicitems .strategictriangle {
  height: 49px;
}
.recruitmentcontainer .strategicitems .strategictriangle.turned {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruitmentcontainer .strategicitems .boxshadow {
  background: white;
  padding: 20px 20px 80px 20px;
  height: 167px;
  width: 319px;
  border-radius: 15px;
  font-weight: semi-bold;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
}

.glyph-wrapper-active {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.line-h-active {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  left: 0;
}

.line-v-active {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  top: 0;
}

nav.joinusaccordioncontainer {
  position: relative;
  top: 50%;
}
nav.joinusaccordioncontainer #nav-tabs > li {
  margin: 0 auto;
  border-bottom: 1px solid #DBDBDB;
  padding: 25px 0;
}
nav.joinusaccordioncontainer .joinus-ul-top, nav.joinusaccordioncontainer .csaccordion {
  padding-left: 0;
  list-style: none none inside;
  overflow: hidden;
}
nav.joinusaccordioncontainer .joinus-li-top {
  position: relative;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop {
  margin: auto 0;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop p {
  font-size: 17px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .leftsubh4div {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .leftsubh4div small {
  color: #86868B;
  font-size: 17px;
  margin-top: 10px;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .leftsubh4div p {
  color: #2B73AC;
  font-size: 20px;
  margin-bottom: 0;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .glyph-wrapper {
  width: 26px;
  height: 26px;
  right: 2rem;
  top: 11px;
  -webkit-transition: all 0.5s 0.1s ease;
  transition: all 0.5s 0.1s ease;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .glyph-wrapper span {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: center;
          transform-origin: center;
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .glyph-wrapper span.line-h {
  width: inherit;
  height: 2px;
  -webkit-transform: translate(-50%, calc(-50% + 1px));
          transform: translate(-50%, calc(-50% + 1px));
}
nav.joinusaccordioncontainer .joinus-li-top .joinaccordtop .glyph-wrapper span.line-v {
  width: 2px;
  height: inherit;
  -webkit-transform: translate(-50%, calc(-50% - 1px));
          transform: translate(-50%, calc(-50% - 1px));
}

.csaccordion {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.active + .csaccordion {
  min-height: 100px;
  margin-bottom: 1rem;
}
.inactive + .csaccordion {
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.csaccordion li {
  border-left: none;
  border-right: none;
  font-size: 15px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.csaccordion li.js-seefull {
  color: #0066CC;
  margin-top: 20px;
  cursor: pointer;
}
.csaccordion li .joinresponsibilityh4 {
  cursor: default !important;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 !important;
}
.active + .csaccordion li {
  min-height: 50px;
  max-height: 650px;
}

.slidingdoor-system-container {
  position: relative;
}
.slidingdoor-system-container .slidingsystem1 {
  position: relative;
  height: 900vh;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slidingdoor-system-container .slidingsystem1 .cs-hidden {
  position: absolute;
  top: 50vh;
}
.slidingdoor-system-container .slidingsystem1 .cs-hidden2 {
  position: absolute;
  top: 250vh;
}
.slidingdoor-system-container .slidingsystem1 .cs-hidden3 {
  position: absolute;
  top: 450vh;
}
.slidingdoor-system-container .slidingsystem1 .cs-hidden4 {
  position: absolute;
  top: 650vh;
}
.slidingdoor-system-container .slidingsystem1 .cs-hidden5 {
  position: absolute;
  top: 850vh;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .insidevideo {
  position: relative;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .insidevideo video {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .insidevideo.deactive {
  opacity: 0;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .insidevideo.deactive .slidingdoorheader1.deactive {
  opacity: 0;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1.active {
  opacity: 1;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1 .elagantparag2 {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-size: 55px;
  opacity: 0.8;
  font-weight: bold;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1 .elagantparag {
  color: white;
  text-align: center;
  position: sticky;
  height: 500px;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  top: 350px;
  font-size: 55px;
  width: 80%;
  margin-inline: auto;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1 .elagantparag.active {
  opacity: 1;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .slidingdoorimg1 img {
  width: 100%;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: 0;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container .elagantparag3 {
  background: radial-gradient(circle, #D5B6AD 0%, #604D47 100%);
  font-size: 35px;
  display: -webkit-box;
  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;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container .elagantparag3 p {
  background: -webkit-linear-gradient(#020101, #534844);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container .col-lg-3 {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity, -webkit-transform 0.4s ease;
  transition: opacity, -webkit-transform 0.4s ease;
  transition: opacity, transform 0.4s ease;
  transition: opacity, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container .col-lg-3:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container .col-lg-3 p {
  font-size: 35px;
  background: -webkit-linear-gradient(#D5B6AD, #604D47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slidingdoor-system-container .slidingsystem1 .slidingvideo1 .cs-hoverproducts-container img {
  cursor: pointer;
  height: 240px;
  width: 240px;
}
.slidingdoor-system-container .slidingsystem1.active .insidevideo .slidingdoorheader1 {
  top: 5%;
  font-size: 54px;
  color: #755B55;
  opacity: 1;
}
.slidingdoor-system-container .slidingsystem1.active .insidevideo .slidingdoorheader1 p {
  display: block;
  color: #86868B;
  width: 100%;
  margin: 0 auto;
}
.slidingdoor-system-container .slidingsystem1.active video {
  -webkit-transform: scale(0.5) translateY(10%);
          transform: scale(0.5) translateY(10%);
}
.slidingdoor-system-container .slidingsystem1 .insidevideo .slidingdoorheader1 {
  position: absolute;
  font-size: 120px;
  font-weight: bold;
  opacity: 0.5;
  color: white;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 30%;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 12;
}
.slidingdoor-system-container .slidingsystem1 .insidevideo .slidingdoorheader1 p {
  display: none;
}
.slidingdoor-system-container .cs-hoverproducts-container {
  height: 100vh;
}
.slidingdoor-system-container .cs-hoverproducts-container .col-lg-3 {
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity, -webkit-transform 0.4s ease;
  transition: opacity, -webkit-transform 0.4s ease;
  transition: opacity, transform 0.4s ease;
  transition: opacity, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.slidingdoor-system-container .cs-hoverproducts-container .col-lg-3:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slidingdoor-system-container .cs-hoverproducts-container .col-lg-3 p {
  font-size: 35px;
  background: -webkit-linear-gradient(#D5B6AD, #604D47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slidingdoor-system-container .cs-hoverproducts-container img {
  cursor: pointer;
  height: 240px;
  width: 240px;
}
.slidingdoor-system-container .cs-quality-container {
  position: relative;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky {
  height: 500vh;
  position: sticky;
  background: radial-gradient(circle, #CBBEBB 0%, #FFFFFF 100%);
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .slidinghidden0 {
  position: absolute;
  top: 50vh;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .slidinghidden1 {
  position: absolute;
  top: 200vh;
  display: inline;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .slidinghidden2 {
  position: absolute;
  top: 400vh;
  display: inline;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .opening-header {
  position: sticky;
  height: 100vh;
  opacity: 1;
  top: 30%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  color: #755B55;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1 {
  position: sticky;
  height: 100vh;
  top: 50%;
  text-align: center;
  -webkit-transition: top 0.8s ease;
  transition: top 0.8s ease;
  color: #755B55;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1 .qualityh3 {
  font-size: 32px;
  font-weight: 900;
  opacity: 0;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1 .qualityh3.active {
  opacity: 1;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1 .smt110h1 {
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 82px;
  font-weight: 900;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1.active {
  top: 25%;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1.active .qualityh3 {
  font-size: 20px;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky1.active .smt110h1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky2 {
  position: sticky;
  height: 50vh;
  top: 50%;
  overflow: hidden;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky2 img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  overflow-x: hidden;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky2 img.active1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky2 img.active2 {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky3 {
  position: sticky;
  height: 50vh;
  width: 450px;
  left: 15%;
  top: 43%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky3 .upperguidedh3 {
  font-size: 50px;
  background: -webkit-linear-gradient(#D5B6AD, #604D47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky3.active {
  opacity: 1;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 {
  position: sticky;
  height: 100vh;
  bottom: 10px;
  margin-left: 50px;
  z-index: 100;
  color: #262626;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 a {
  color: #262626;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 .sticky4-activep {
  position: relative;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.slidingdoor-system-container .cs-quality-container .cs-quality-sticky .sticky4 .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.slidingdoor-system-container .cs-excellent {
  position: sticky;
  height: 600vh;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: radial-gradient(circle, #D5B6AD 0%, #604D47 100%);
}
.slidingdoor-system-container .cs-excellent .excellent-mechanism {
  position: absolute;
  text-align: center;
  top: 55%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.slidingdoor-system-container .cs-excellent .excellent-mechanism .excellent-mechanismh1 {
  font-size: 80px;
  -webkit-transition: font-size 0.4s ease;
  transition: font-size 0.4s ease;
}
.slidingdoor-system-container .cs-excellent .excellent-mechanism p {
  width: 30%;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.slidingdoor-system-container .cs-excellent .sticky4container {
  position: sticky;
  height: 100vh;
  bottom: 10px;
  margin-left: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  font-weight: 600;
}
.slidingdoor-system-container .cs-excellent .sticky4container a {
  color: #ffffff;
}
.slidingdoor-system-container .cs-excellent .sticky4container .sticky4-activep {
  position: relative;
}
.slidingdoor-system-container .cs-excellent .sticky4container .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: white;
}
.slidingdoor-system-container .cs-excellent .sticky4container .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.slidingdoor-system-container .cs-excellent .sticky4container .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.slidingdoor-system-container .cs-excellent .cs-hidden-excellent0 {
  position: absolute;
  top: 10vh;
}
.slidingdoor-system-container .cs-excellent .cs-hidden-excellent {
  position: absolute;
  top: 200vh;
}
.slidingdoor-system-container .cs-excellent .slidingvideo1 {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.slidingdoor-system-container .cs-excellent .slidingvideo1 video {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
}
.slidingdoor-system-container .cs-excellent.active {
  padding-top: 200px;
}
.slidingdoor-system-container .cs-excellent.active .slidingvideo1 .slidingdoorheader1 {
  top: 15%;
  font-size: 54px;
  color: #755B55;
  opacity: 1;
}
.slidingdoor-system-container .cs-excellent.active .slidingvideo1 .slidingdoorheader1 p {
  display: block;
  color: #86868B;
  overflow-x: hidden;
}
.slidingdoor-system-container .cs-excellent.active .slidingvideo1 video {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-top: -250px;
}
.slidingdoor-system-container .cs-excellent.active .excellent-mechanism {
  top: 63%;
}
.slidingdoor-system-container .cs-excellent.active .excellent-mechanism .excellent-mechanismh1 {
  font-size: 60px;
}
.slidingdoor-system-container .cs-excellent.active .excellent-mechanism p {
  width: 30%;
  font-size: 20px;
  opacity: 1;
}

.sliding-sequnce-mobile {
  display: none;
}

.sliding-sequence-container {
  position: relative;
  height: 460vh;
  background: radial-gradient(circle, #CBBEBB 0%, #FFFFFF 100%);
  background-size: cover;
}
.sliding-sequence-container .sliding-sequence-hidden1 {
  position: absolute;
  top: 50vh;
}
.sliding-sequence-container .sliding-sequence-hidden2 {
  position: absolute;
  top: 150vh;
}
.sliding-sequence-container .sliding-sequence-hidden3 {
  position: absolute;
  top: 170vh;
}
.sliding-sequence-container .sliding-sequence-hidden4 {
  position: absolute;
  top: 190vh;
}
.sliding-sequence-container .sliding-sequence-hidden5 {
  position: absolute;
  top: 210vh;
}
.sliding-sequence-container .sliding-sequence-hidden6 {
  position: absolute;
  top: 230vh;
}
.sliding-sequence-container .sliding-sequence-hidden7 {
  position: absolute;
  top: 250vh;
}
.sliding-sequence-container .sliding-sequence-hidden8 {
  position: absolute;
  top: 270vh;
}
.sliding-sequence-container .sliding-sequence-hidden9 {
  position: absolute;
  top: 290vh;
}
.sliding-sequence-container .sliding-sequence-hidden10 {
  position: absolute;
  top: 300vh;
}
.sliding-sequence-container .sliding-sequence-hidden11 {
  position: absolute;
  top: 320vh;
}
.sliding-sequence-container .sliding-sequence-hidden12 {
  position: absolute;
  top: 340vh;
}
.sliding-sequence-container .sliding-sequence-hidden13 {
  position: absolute;
  top: 360vh;
}
.sliding-sequence-container .sequence-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}
.sliding-sequence-container .sequence-sticky .easy-assemble {
  position: absolute;
  font-size: 80px;
  font-weight: bolder;
  top: 20%;
  width: 100%;
  text-align: center;
  z-index: 15;
  color: #755B55;
  opacity: 0.5;
}
.sliding-sequence-container .sequence-sticky .sequence-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.01s ease;
  transition: opacity 0.01s ease;
}
.sliding-sequence-container .sequence-sticky .sequence-img.active {
  opacity: 1;
}

.quality-container-mobile {
  display: none;
}

.quality-container {
  position: relative;
  height: 700vh;
  background: radial-gradient(circle, #D5B6AD 0%, #604D47 100%);
}
.quality-container .hidden-quality1 {
  position: absolute;
  top: 50vh;
}
.quality-container .hidden-quality2 {
  position: absolute;
  top: 250vh;
}
.quality-container .hidden-quality3 {
  position: absolute;
  top: 450vh;
}
.quality-container .hidden-quality4 {
  position: absolute;
  top: 650vh;
}
.quality-container .sticky-container {
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-container .sticky-container .sticky4container {
  position: fixed;
  opacity: 0;
  height: 100vh;
  bottom: 10px;
  margin-left: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-weight: 600;
}
.quality-container .sticky-container .sticky4container a {
  color: #262626;
}
.quality-container .sticky-container .sticky4container .sticky4-activep {
  color: #262626;
  position: relative;
}
.quality-container .sticky-container .sticky4container .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
}
.quality-container .sticky-container .sticky4container .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.quality-container .sticky-container .sticky4container .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.quality-container .sticky-container .sticky4container.active {
  opacity: 1;
}
.quality-container .sticky-container .sticky4container.white a {
  color: white;
}
.quality-container .sticky-container .sticky4container.white a.sticky4-activep::after {
  background: white;
}
.quality-container .sticky-container .img-container .qualityimg1 {
  -webkit-transform: translateX(-35%) translateY(7%);
          transform: translateX(-35%) translateY(7%);
}
.quality-container .sticky-container .img-container .qualityimg1, .quality-container .sticky-container .img-container .qualityimg2, .quality-container .sticky-container .img-container .qualityimg3 {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.quality-container .sticky-container .img-container .qualityimg1.active, .quality-container .sticky-container .img-container .qualityimg2.active, .quality-container .sticky-container .img-container .qualityimg3.active {
  opacity: 1;
}
.quality-container .sticky-container .parag-container {
  position: absolute;
  right: 20%;
  top: 40%;
  width: 30%;
}
.quality-container .sticky-container .parag-container .parag1, .quality-container .sticky-container .parag-container .parag2 {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.quality-container .sticky-container .parag-container .parag1.active, .quality-container .sticky-container .parag-container .parag2.active {
  opacity: 1;
}
.quality-container .sticky-container .parag-container .parag2 .parag1h1 {
  color: #461003;
  font-weight: bold;
  font-size: 50px;
}
.quality-container .sticky-container .parag-container .parag2 p.active {
  opacity: 1;
}
.quality-container .sticky-container .parag-container .parag2 p {
  opacity: 0.5;
  font-size: 25px;
  color: #461003;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.quality-container .sticky-container .parag-container .parag1 .parag1h1 {
  color: #461003;
  font-weight: bold;
  font-size: 50px;
}
.quality-container .sticky-container .parag-container .parag1 p {
  font-size: 20px;
  color: white;
}
.quality-container .sticky-container .parag-container .parag1 p span {
  font-size: 50px;
  background: -webkit-linear-gradient(#461003, #0e0301);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quality-container .sticky-container .header-container {
  position: absolute;
  left: 50%;
  top: 15%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
}
.quality-container .sticky-container .header-container p {
  font-size: 20px;
  font-weight: 800;
}
.quality-container .sticky-container .header-container .header-smt-1h1 {
  font-size: 55px;
  font-weight: 800;
}

.room-container-mobile {
  display: none;
}

.room-container {
  position: relative;
  height: 1500vh;
  background: radial-gradient(circle, #ffffff 0%, #bfc3a7 100%);
}
.room-container .hidden-room1 {
  position: absolute;
  top: 50vh;
}
.room-container .hidden-room2 {
  position: absolute;
  top: 250vh;
}
.room-container .hidden-room3 {
  position: absolute;
  top: 450vh;
}
.room-container .hidden-room4 {
  position: absolute;
  top: 650vh;
}
.room-container .hidden-room5 {
  position: absolute;
  top: 850vh;
}
.room-container .hidden-room6 {
  position: absolute;
  top: 1050vh;
}
.room-container .hidden-room7 {
  position: absolute;
  top: 1250vh;
}
.room-container .hidden-room8 {
  position: absolute;
  top: 1450vh;
}
.room-container .sticky-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.room-container .sticky-room .sticky4container {
  position: sticky;
  height: 100vh;
  bottom: 10px;
  margin-left: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-weight: 600;
}
.room-container .sticky-room .sticky4container a {
  color: #262626;
}
.room-container .sticky-room .sticky4container .sticky4-activep {
  position: relative;
}
.room-container .sticky-room .sticky4container .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
}
.room-container .sticky-room .sticky4container .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.room-container .sticky-room .sticky4container .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.room-container .sticky-room.lastbg {
  background: -webkit-gradient(linear, right top, left top, from(#BFC3A7), to(#fff));
  background: linear-gradient(to left, #BFC3A7 0%, #fff 100%);
}
.room-container .sticky-room div.left-container {
  z-index: 100;
  overflow: hidden;
  position: absolute;
}
.room-container .sticky-room div.left-container .image1 {
  -webkit-transform: translateY(100px) scaleX(1.5) translateX(300px);
          transform: translateY(100px) scaleX(1.5) translateX(300px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.room-container .sticky-room div.left-container .image1.deactive {
  opacity: 0;
}
.room-container .sticky-room div.left-container .image1.active1 {
  -webkit-transform: translateY(100px) scaleX(1.5) translateX(100px);
          transform: translateY(100px) scaleX(1.5) translateX(100px);
}
.room-container .sticky-room div.left-container .imagel2, .room-container .sticky-room div.left-container .imagel3, .room-container .sticky-room div.left-container .imagel4 {
  position: absolute;
  top: 20%;
  left: 0%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.room-container .sticky-room div.left-container .imagel2.active, .room-container .sticky-room div.left-container .imagel3.active, .room-container .sticky-room div.left-container .imagel4.active {
  opacity: 1;
}
.room-container .sticky-room div.left-container .parag-container {
  position: absolute;
  left: 15%;
  top: 35%;
  width: 30%;
}
.room-container .sticky-room div.left-container .parag-container .gradientcolor {
  font-size: 50px;
  background: -webkit-linear-gradient(#3E491A, #bfc3a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.room-container .sticky-room div.left-container .parag-container p {
  color: #262626;
  font-size: 22px;
}
.room-container .sticky-room div.left-container .parag-container .paragl1, .room-container .sticky-room div.left-container .parag-container .paragl2 {
  position: absolute;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.room-container .sticky-room div.left-container .parag-container .paragl1.active, .room-container .sticky-room div.left-container .parag-container .paragl2.active {
  opacity: 1;
}
.room-container .sticky-room div.right-container {
  z-index: 100;
  overflow: hidden;
  position: absolute;
}
.room-container .sticky-room div.right-container .image2 {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.room-container .sticky-room div.right-container .image2.deactive {
  opacity: 0;
}
.room-container .sticky-room div.right-container .image2.active1 {
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
}
.room-container .sticky-room div.right-container .imager1 {
  position: absolute;
  top: 30%;
  right: 0%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.room-container .sticky-room div.right-container .imager1.active {
  opacity: 1;
}
.room-container .sticky-room div.right-container .parag-container2 {
  position: absolute;
  right: 15%;
  top: 35%;
  width: 30%;
}
.room-container .sticky-room div.right-container .parag-container2 p {
  color: #262626;
  font-size: 22px;
}
.room-container .sticky-room div.right-container .parag-container2 .gradientcolor {
  font-size: 50px;
  background: -webkit-linear-gradient(#3E491A, #bfc3a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.room-container .sticky-room div.right-container .parag-container2 .paragr3 .technicalh3 {
  font-size: 50px;
  font-weight: 900;
  color: #262626;
}
.room-container .sticky-room div.right-container .parag-container2 .paragr3 p {
  font-size: 30px;
  background: -webkit-linear-gradient(#3E491A, #bfc3a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.room-container .sticky-room div.right-container .parag-container2 .paragr3 p.active {
  opacity: 1;
}
.room-container .sticky-room div.right-container .parag-container2 .paragr1, .room-container .sticky-room div.right-container .parag-container2 .paragr2, .room-container .sticky-room div.right-container .parag-container2 .paragr3 {
  position: absolute;
  opacity: 0;
}
.room-container .sticky-room div.right-container .parag-container2 .paragr1.active, .room-container .sticky-room div.right-container .parag-container2 .paragr2.active, .room-container .sticky-room div.right-container .parag-container2 .paragr3.active {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.room-container .sticky-room .header-container {
  position: absolute;
  left: 50%;
  top: 45%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  -webkit-transition: top 0.4s ease, opacity 0.4s ease;
  transition: top 0.4s ease, opacity 0.4s ease;
  color: #404821;
}
.room-container .sticky-room .header-container.active1 {
  top: 15%;
}
.room-container .sticky-room .header-container.active1 .header-smt-1h1 {
  opacity: 1;
}
.room-container .sticky-room .header-container.active1.active2 {
  top: 8%;
}
.room-container .sticky-room .header-container.active1.active2 p {
  font-size: 20px;
}
.room-container .sticky-room .header-container p {
  font-size: 32px;
  font-weight: 800;
}
.room-container .sticky-room .header-container .header-smt-1h1 {
  font-size: 72px;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.bottom-running-mobile {
  display: none;
}

.bottom-running-container {
  position: relative;
  height: 1300vh;
  background: radial-gradient(circle, #ffffff 0%, #D3D2D2 100%);
}
.bottom-running-container .hidden-bottomrun0 {
  position: absolute;
  top: 10vh;
}
.bottom-running-container .hidden-bottomrun1 {
  position: absolute;
  top: 50vh;
}
.bottom-running-container .hidden-bottomrun2 {
  position: absolute;
  top: 250vh;
}
.bottom-running-container .hidden-bottomrun3 {
  position: absolute;
  top: 450vh;
}
.bottom-running-container .hidden-bottomrun4 {
  position: absolute;
  top: 650vh;
}
.bottom-running-container .hidden-bottomrun5 {
  position: absolute;
  top: 850vh;
}
.bottom-running-container .hidden-bottomrun6 {
  position: absolute;
  top: 1050vh;
}
.bottom-running-container .hidden-bottomrun7 {
  position: absolute;
  top: 1250vh;
}
.bottom-running-container .bottom-running-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.bottom-running-container .bottom-running-sticky .sticky4container {
  position: sticky;
  height: 100vh;
  bottom: 10px;
  margin-left: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #37625A;
  font-weight: 600;
}
.bottom-running-container .bottom-running-sticky .sticky4container a {
  color: #37625A;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4-activep {
  position: relative;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
  -webkit-transition: 3s bottom ease;
  transition: 3s bottom ease;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4-activep.active::after {
  bottom: -18px;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4sub.passive {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 0;
  position: absolute;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4-bottomrun {
  opacity: 0;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.bottom-running-container .bottom-running-sticky .sticky4container .sticky4-bottomrun.active {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky .sticky4container.whiteactive {
  color: white;
}
.bottom-running-container .bottom-running-sticky .sticky4container.whiteactive a {
  color: white;
}
.bottom-running-container .bottom-running-sticky .sticky4container.whiteactive .sticky4-activep::after {
  background: white;
}
.bottom-running-container .bottom-running-sticky div.left-container {
  z-index: 100;
  overflow: hidden;
}
.bottom-running-container .bottom-running-sticky div.left-container .imagel2, .bottom-running-container .bottom-running-sticky div.left-container .imagel3, .bottom-running-container .bottom-running-sticky div.left-container .imagel4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.bottom-running-container .bottom-running-sticky div.left-container .imagel2.active, .bottom-running-container .bottom-running-sticky div.left-container .imagel3.active, .bottom-running-container .bottom-running-sticky div.left-container .imagel4.active {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky div.left-container .parag-container {
  position: absolute;
  left: 15%;
  top: 35%;
  width: 30%;
}
.bottom-running-container .bottom-running-sticky div.left-container .parag-container .gradientcolor {
  font-size: 50px;
  background: -webkit-linear-gradient(#26635A, #081412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.bottom-running-container .bottom-running-sticky div.left-container .parag-container p {
  color: #262626;
  font-size: 22px;
}
.bottom-running-container .bottom-running-sticky div.left-container .parag-container .paragl1, .bottom-running-container .bottom-running-sticky div.left-container .parag-container .paragl2 {
  position: absolute;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.bottom-running-container .bottom-running-sticky div.left-container .parag-container .paragl1.active, .bottom-running-container .bottom-running-sticky div.left-container .parag-container .paragl2.active {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky div.right-container .imager1, .bottom-running-container .bottom-running-sticky div.right-container .imager2 {
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.bottom-running-container .bottom-running-sticky div.right-container .imager1.active, .bottom-running-container .bottom-running-sticky div.right-container .imager2.active {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky div.right-container .technicalh3 {
  font-size: 50px;
  font-weight: bold;
  background: -webkit-linear-gradient(#26635A, #081412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 {
  position: absolute;
  right: 15%;
  top: 35%;
  width: 30%;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 p {
  color: #262626;
  font-size: 22px;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .gradientcolor {
  font-size: 50px;
  background: -webkit-linear-gradient(#26635A, #081412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .technicalh3 {
  font-size: 50px;
  background: -webkit-linear-gradient(#26635A, #081412);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .featureh3, .bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .halfopac {
  font-size: 30px;
  background: -webkit-linear-gradient(#ff0000, #170162);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .featureh3.passive {
  opacity: 0.5;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 p.normal {
  font-size: 22px;
  color: #262626;
  font-weight: 600;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .halfopac {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .first.halfopac {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2 .halfopac.passive {
  opacity: 0;
  display: none;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr1, .bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2, .bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr3 {
  position: absolute;
  opacity: 0;
}
.bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr1.active, .bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr2.active, .bottom-running-container .bottom-running-sticky div.right-container .parag-container2 .paragr3.active {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky .header-container {
  position: absolute;
  left: 50%;
  top: 45%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  -webkit-transition: top 0.4s ease, opacity 0.4s ease;
  transition: top 0.4s ease, opacity 0.4s ease;
  color: #37625A;
}
.bottom-running-container .bottom-running-sticky .header-container.active1 {
  top: 15%;
}
.bottom-running-container .bottom-running-sticky .header-container.active1 .header-smt-1h1 {
  opacity: 1;
}
.bottom-running-container .bottom-running-sticky .header-container.active1.active2 {
  top: 8%;
}
.bottom-running-container .bottom-running-sticky .header-container.active1.active2 p {
  font-size: 20px;
}
.bottom-running-container .bottom-running-sticky .header-container p {
  font-size: 32px;
  font-weight: 800;
}
.bottom-running-container .bottom-running-sticky .header-container .header-smt-1h1 {
  font-size: 72px;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.slidingdoor-side-mount {
  position: relative;
}
.slidingdoor-side-mount .side-mount-hidden {
  position: absolute;
  top: 10vh;
}
.slidingdoor-side-mount .cscr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}
.slidingdoor-side-mount .cscr1-col-1:nth-child(3)::after {
  content: "";
  display: none;
}
.slidingdoor-side-mount .cscr1-col-1 .cs-compare-sec-2 .color-menu-1 .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.fixed.sticky4container {
  position: fixed;
  opacity: 0;
  height: 100vh;
  bottom: 20px;
  margin-left: 50px;
  z-index: 100;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #262626;
  font-weight: 600;
}
.fixed.sticky4container a {
  color: #262626;
}
.fixed.sticky4container .sticky4-activep {
  color: #262626;
  position: relative;
}
.fixed.sticky4container .sticky4-activep::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
}
.fixed.sticky4container .sticky4-activep.deactive::after {
  background: transparent;
}
.fixed.sticky4container .sticky4-activep2 {
  position: relative;
}
.fixed.sticky4container .sticky4-activep2.active::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: black;
}
.fixed.sticky4container .sticky4-bottomrun {
  font-size: 30px;
  font-weight: bold;
  opacity: 0;
  margin-left: 15px;
}
.fixed.sticky4container .sticky4-bottomrun.active {
  opacity: 1;
}
.fixed.sticky4container .sticky4sub {
  display: block;
  margin-left: 15px;
  font-size: 25px;
  opacity: 0.4;
}
.fixed.sticky4container .sticky4sub.active {
  opacity: 1;
  font-size: 30px;
}
.fixed.sticky4container .sticky4sub.deactive {
  display: none;
}
.fixed.sticky4container.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed.sticky4container.white .sticky4-activep2 {
  position: relative;
}
.fixed.sticky4container.white .sticky4-activep2.active::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: white;
}
.fixed.sticky4container.white p {
  color: white;
}
.fixed.sticky4container.white a {
  color: white;
}
.fixed.sticky4container.white a.sticky4-activep::after {
  background: white;
}
.fixed.sticky4container.white2 .sticky4-activep2 {
  position: relative;
}
.fixed.sticky4container.white2 .sticky4-activep2.active::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  bottom: 10px;
  height: 4px;
  background: white;
}
.fixed.sticky4container.white2 p {
  color: white;
}
.fixed.sticky4container.white2 a {
  color: white;
}
.fixed.sticky4container.white2 a.sticky4-activep::after {
  background: transparent;
}

.sophisticated-container {
  position: relative;
  height: 550vh;
}
.sophisticated-container .sophisticated-hidden1 {
  position: absolute;
  top: 50vh;
}
.sophisticated-container .sophisticated-hidden2 {
  position: absolute;
  top: 250vh;
}
.sophisticated-container .sophisticated-hidden3 {
  position: absolute;
  top: 450vh;
}
.sophisticated-container .sophisticated-hidden4 {
  position: absolute;
  top: 550vh;
}
.sophisticated-container .sophisticated-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}
.sophisticated-container .sophisticated-sticky .sticky1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  height: 100vh;
}
.sophisticated-container .sophisticated-sticky .sticky1 center {
  margin: 0 auto;
  margin-top: -150px;
  width: 45%;
  line-height: 140px;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-weight: bold;
}
.sophisticated-container .sophisticated-sticky .sticky1 center span {
  font-size: 60px;
}
.sophisticated-container .sophisticated-sticky .imgcontainer {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  height: 100vh;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.sophisticated-container .sophisticated-sticky .imgcontainer .carousel-control-next, .sophisticated-container .sophisticated-sticky .imgcontainer .carousel-control-prev {
  visibility: hidden;
}
.sophisticated-container .sophisticated-sticky .imgcontainer.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sophisticated-container .sophisticated-sticky .imgcontainer img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.harmony-container {
  position: relative;
  height: 500vh;
}
.harmony-container .harmonyhidden1 {
  position: absolute;
  top: 50vh;
}
.harmony-container .harmonyhidden2 {
  position: absolute;
  top: 250vh;
}
.harmony-container .harmonyhidden3 {
  position: absolute;
  top: 450vh;
}
.harmony-container .harmonysticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#79584A), to(#FAC2AA));
  background: linear-gradient(#79584A, #FAC2AA);
  overflow-x: hidden;
}
.harmony-container .harmonysticky .sliding-header {
  position: absolute;
  top: 35%;
  font-size: 180px;
  color: white;
  white-space: nowrap;
  overflow-x: hidden;
  font-weight: bold;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.harmony-container .harmonysticky .sliding-header.active {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.harmony-container .harmonysticky .sliding-header2 {
  position: absolute;
  top: 60%;
  left: 20%;
  font-size: 102px;
  color: white;
  white-space: nowrap;
  overflow-x: hidden;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.harmony-container .harmonysticky .sliding-header2.active {
  opacity: 1;
}

.elegant-container {
  position: relative;
  height: 900vh;
}
.elegant-container .eleganthidden1 {
  position: absolute;
  top: 50vh;
}
.elegant-container .eleganthidden2 {
  position: absolute;
  top: 200vh;
}
.elegant-container .eleganthidden3 {
  position: absolute;
  top: 350vh;
}
.elegant-container .eleganthidden4 {
  position: absolute;
  top: 500vh;
}
.elegant-container .eleganthidden5 {
  position: absolute;
  top: 650vh;
}
.elegant-container .eleganthidden6 {
  position: absolute;
  top: 800vh;
}
.elegant-container .elegant-sticky {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  background: #554A4A;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.elegant-container .elegant-sticky .fourth {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  float: right;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.elegant-container .elegant-sticky .fourth.active {
  opacity: 1;
}
.elegant-container .elegant-sticky .last, .elegant-container .elegant-sticky .last2, .elegant-container .elegant-sticky .last3, .elegant-container .elegant-sticky .last4 {
  opacity: 0;
  position: absolute;
  font-size: 42px;
  line-height: 60px;
  left: 0;
  top: 150px;
  width: 100%;
}
.elegant-container .elegant-sticky .last4 {
  color: #86868B;
  width: 40%;
  white-space: normal;
}
.elegant-container .elegant-sticky .last4 .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.elegant-container .elegant-sticky.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.elegant-container .elegant-sticky .sliding-header1 {
  font-size: 200px;
  color: white;
  line-height: 220px;
  position: absolute;
  font-weight: 300;
  top: 17%;
  width: 100%;
  -webkit-transition: 2s -webkit-transform ease;
  transition: 2s -webkit-transform ease;
  transition: 2s transform ease;
  transition: 2s transform ease, 2s -webkit-transform ease;
  z-index: 100;
  text-align: center;
}
.elegant-container .elegant-sticky .sliding-header1::after {
  content: "FlowBox";
  position: absolute;
  bottom: -12%;
  left: 43%;
  text-align: center;
  font-size: 62px;
  font-weight: bold;
}
.elegant-container .elegant-sticky .sliding-header1.active {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.elegant-container .elegant-sticky .sliding-header1.deactive {
  opacity: 0;
}
.elegant-container .elegant-sticky .sliding-header2 {
  z-index: 100;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 120%;
  left: 0;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.elegant-container .elegant-sticky .sliding-header2 .flowboxp {
  text-align: center;
  opacity: 0;
}
.elegant-container .elegant-sticky .sliding-header2 .last {
  opacity: 0;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 170px;
  left: 0;
}
.elegant-container .elegant-sticky .sliding-header2.active1 {
  top: 90%;
  opacity: 0;
}
.elegant-container .elegant-sticky .sliding-header2.active1 .last {
  opacity: 0;
}
.elegant-container .elegant-sticky .sliding-header2.active2 {
  opacity: 1;
  top: 40%;
  font-size: 100px;
}
.elegant-container .elegant-sticky .sliding-header2.active2 .flowboxp {
  opacity: 1;
}
.elegant-container .elegant-sticky .sliding-header2.active2 .last {
  opacity: 1;
}
.elegant-container .elegant-sticky .sliding-header2.active3 {
  top: 30%;
  left: 8%;
  text-align: left;
}
.elegant-container .elegant-sticky .sliding-header2.active3 .flowboxp {
  text-align: left;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.artflow-container {
  position: relative;
  height: 900vh;
}
.artflow-container .artflowhidden1 {
  position: absolute;
  top: 50vh;
}
.artflow-container .artflowhidden2 {
  position: absolute;
  top: 200vh;
}
.artflow-container .artflowhidden3 {
  position: absolute;
  top: 350vh;
}
.artflow-container .artflowhidden4 {
  position: absolute;
  top: 500vh;
}
.artflow-container .artflowhidden5 {
  position: absolute;
  top: 650vh;
}
.artflow-container .artflowhidden6 {
  position: absolute;
  top: 800vh;
}
.artflow-container .sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#C6C6C8), to(#565151));
  background: linear-gradient(#C6C6C8, #565151);
}
.artflow-container .sticky-container .owl-carousel.owl-theme.artflow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
}
.artflow-container .sticky-container .owl-carousel.owl-theme.artflow .item .artflowheader1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 120px;
  color: white;
  font-weight: bold;
}
.artflow-container .sticky-container .owl-carousel.owl-theme.artflow .item .artflowheader1.video {
  top: 36%;
  left: 0%;
}
.artflow-container .sticky-container .owl-carousel.owl-theme.artflow .item .artflowheader1.video::after {
  content: "Inner Drawer Organization System";
  position: absolute;
  font-size: 62px;
  color: white;
  font-weight: bold;
  bottom: -50px;
  white-space: nowrap;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.artflow-container .sticky-container .slidingheader {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 180px;
  white-space: nowrap;
  color: white;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.artflow-container .sticky-container .slidingheader::after {
  content: "of Artflow";
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  font-size: 68px;
  color: white;
  font-weight: bold;
}
.artflow-container .sticky-container .slidingheader.active1 {
  left: -60%;
}
.artflow-container .sticky-container .slidingheader.active2 {
  left: -120%;
}

.alphabox-container {
  position: relative;
  height: 800vh;
}
.alphabox-container .alphaboxhidden1 {
  position: absolute;
  top: 50vh;
}
.alphabox-container .alphaboxhidden2 {
  position: absolute;
  top: 200vh;
}
.alphabox-container .alphaboxhidden3 {
  position: absolute;
  top: 350vh;
}
.alphabox-container .alphaboxhidden4 {
  position: absolute;
  top: 500vh;
}
.alphabox-container .alphaboxhidden6 {
  position: absolute;
  top: 650vh;
}
.alphabox-container .alphabox-sticky {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle, #6F6F6F 0%, #262525 100%);
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.alphabox-container .alphabox-sticky .fourth {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  float: right;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.alphabox-container .alphabox-sticky .fourth.active {
  opacity: 1;
}
.alphabox-container .alphabox-sticky .last, .alphabox-container .alphabox-sticky .last2, .alphabox-container .alphabox-sticky .last3, .alphabox-container .alphabox-sticky .last4 {
  opacity: 0;
  position: absolute;
  font-size: 42px;
  line-height: 60px;
  white-space: normal;
  width: 100%;
  left: 0;
  text-align: center;
}
.alphabox-container .alphabox-sticky .last4 {
  color: #86868B;
  width: 100%;
  white-space: normal;
  text-align: left;
  width: 30%;
  top: 150px;
  left: 100px;
}
.alphabox-container .alphabox-sticky .last4 .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.alphabox-container .alphabox-sticky.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.alphabox-container .alphabox-sticky .sliding-header1 {
  font-size: 200px;
  color: white;
  position: absolute;
  font-weight: 300;
  top: 15%;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 210px;
  text-align: center;
  -webkit-transition: 2s -webkit-transform ease;
  transition: 2s -webkit-transform ease;
  transition: 2s transform ease;
  transition: 2s transform ease, 2s -webkit-transform ease;
  z-index: 100;
}
.alphabox-container .alphabox-sticky .sliding-header1::after {
  content: "AlphaBox";
  position: absolute;
  bottom: -140px;
  left: 60%;
  font-size: 62px;
  font-weight: bold;
}
.alphabox-container .alphabox-sticky .sliding-header1.active {
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.alphabox-container .alphabox-sticky .sliding-header1.deactive {
  opacity: 0;
}
.alphabox-container .alphabox-sticky .sliding-header2 {
  z-index: 100;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 120%;
  text-align: center;
  left: 0;
  width: 100%;
  font-weight: bold;
}
.alphabox-container .alphabox-sticky .sliding-header2 .alphaboxsub {
  opacity: 0;
  width: 100%;
}
.alphabox-container .alphabox-sticky .sliding-header2 .last {
  opacity: 0;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 150px;
  white-space: nowrap;
}
.alphabox-container .alphabox-sticky .sliding-header2.active1 {
  top: 75%;
  left: 0;
}
.alphabox-container .alphabox-sticky .sliding-header2.active1 .alphaboxsub {
  opacity: 0;
}
.alphabox-container .alphabox-sticky .sliding-header2.active2 {
  top: 40%;
  font-size: 100px;
  left: 0;
}
.alphabox-container .alphabox-sticky .sliding-header2.active2 .alphaboxsub {
  opacity: 1;
}
.alphabox-container .alphabox-sticky .sliding-header2.active2 .last {
  opacity: 1;
  text-align: center;
}
.alphabox-container .alphabox-sticky .sliding-header2.active3 {
  text-align: left;
  top: 30%;
  left: 0;
}
.alphabox-container .alphabox-sticky .sliding-header2.active3 .alphaboxsub {
  opacity: 1;
  margin-left: 100px;
}
.alphabox-container .alphabox-sticky .owl-carousel.owl-theme {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.alphabox-container .alphabox-sticky .owl-carousel.owl-theme .firstimg {
  -o-object-fit: contain;
     object-fit: contain;
  height: 110vh;
}
.alphabox-container .alphabox-sticky .owl-carousel.owl-theme .alphaimg2 {
  width: 70%;
  height: 100vh;
}

.invaria-container {
  position: relative;
  height: 900vh;
}
.invaria-container .invariahidden1 {
  position: absolute;
  top: 50vh;
}
.invaria-container .invariahidden2 {
  position: absolute;
  top: 200vh;
}
.invaria-container .invariahidden3 {
  position: absolute;
  top: 350vh;
}
.invaria-container .invariahidden4 {
  position: absolute;
  top: 500vh;
}
.invaria-container .invariahidden6 {
  position: absolute;
  top: 650vh;
}
.invaria-container .invaria-sticky {
  position: sticky;
  background: radial-gradient(circle, #ffffff 0%, #CBC2BE 100%);
  height: 100vh;
  top: 0;
  overflow: hidden;
}
.invaria-container .invaria-sticky .firstheader {
  background: -webkit-linear-gradient(#79584A, #FAC2AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 250px;
  position: absolute;
  font-weight: 200;
  top: 20%;
  left: 0%;
  width: 100%;
  line-height: 210px;
  text-align: center;
  -webkit-transition: 2s -webkit-transform ease;
  transition: 2s -webkit-transform ease;
  transition: 2s transform ease;
  transition: 2s transform ease, 2s -webkit-transform ease;
}
.invaria-container .invaria-sticky .firstheader.active1 {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.invaria-container .invaria-sticky .firstheader.active2 {
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
.invaria-container .invaria-sticky .firstheader.active3 {
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}
.invaria-container .invaria-sticky .second-slide {
  position: absolute;
  top: 50px;
  opacity: 0;
  text-align: center;
  font-size: 100px;
  left: 40%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: -webkit-linear-gradient(#79584A, #FAC2AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.invaria-container .invaria-sticky .third-slide {
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.invaria-container .invaria-sticky .third-slide p {
  position: absolute;
  bottom: 100px;
  left: 100px;
  font-size: 120px;
  color: #797471;
  font-weight: bold;
}
.invaria-container .invaria-sticky .third-slide img {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  height: 100vh;
}

.multi-mech-container {
  position: relative;
  height: 950vh;
}
.multi-mech-container .multi-mech-hidden1 {
  position: absolute;
  top: 50vh;
}
.multi-mech-container .multi-mech-hidden2 {
  position: absolute;
  top: 200vh;
}
.multi-mech-container .multi-mech-hidden3 {
  position: absolute;
  top: 350vh;
}
.multi-mech-container .multi-mech-hidden4 {
  position: absolute;
  top: 500vh;
}
.multi-mech-container .multi-mech-hidden5 {
  position: absolute;
  top: 650vh;
}
.multi-mech-container .multi-mech-hidden6 {
  position: absolute;
  top: 800vh;
}
.multi-mech-container .multi-mech-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: radial-gradient(circle, #766560 0%, #453D3D 100%);
  overflow: hidden;
}
.multi-mech-container .multi-mech-sticky .fourth {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  float: right;
  opacity: 0;
  position: absolute;
  top: 100px;
  right: 0;
}
.multi-mech-container .multi-mech-sticky .fourth.active {
  opacity: 1;
}
.multi-mech-container .multi-mech-sticky .last2, .multi-mech-container .multi-mech-sticky .last3, .multi-mech-container .multi-mech-sticky .last4 {
  opacity: 0;
  position: absolute;
  font-size: 42px;
  line-height: 60px;
  top: 130px;
  width: 100%;
  left: 0;
}
.multi-mech-container .multi-mech-sticky .last4 {
  color: #86868B;
  width: 40%;
  white-space: normal;
  margin-left: 100px;
}
.multi-mech-container .multi-mech-sticky .last4 .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.multi-mech-container .multi-mech-sticky .sliding-header1 {
  position: absolute;
  top: 35%;
  font-size: 180px;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 0.4s ease;
  transition: transform 2s ease, opacity 0.4s ease, -webkit-transform 2s ease;
}
.multi-mech-container .multi-mech-sticky .sliding-header1::after {
  content: "Multi-Mech";
  position: absolute;
  display: block;
  left: 80%;
  bottom: -50px;
  color: white;
  font-size: 62px;
  font-weight: bold;
}
.multi-mech-container .multi-mech-sticky .sliding-header1.active {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.multi-mech-container .multi-mech-sticky .sliding-header1.deactive {
  opacity: 0;
}
.multi-mech-container .multi-mech-sticky .sliding-header2 {
  z-index: 100;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 120%;
  left: 0%;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.multi-mech-container .multi-mech-sticky .sliding-header2 .header2p {
  text-align: center;
}
.multi-mech-container .multi-mech-sticky .sliding-header2 .last {
  opacity: 0;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 150px;
}
.multi-mech-container .multi-mech-sticky .sliding-header2.active2 {
  top: 40%;
  font-size: 100px;
}
.multi-mech-container .multi-mech-sticky .sliding-header2.active2 .last {
  opacity: 1;
}
.multi-mech-container .multi-mech-sticky .sliding-header2.active3 {
  top: 30%;
  left: 0%;
  text-align: left;
}
.multi-mech-container .multi-mech-sticky .sliding-header2.active3 .header2p {
  text-align: left;
  margin-left: 100px;
}
.solo-mech-container {
  position: relative;
  height: 800vh;
}
.solo-mech-container .solo-mech-hidden1 {
  position: absolute;
  top: 50vh;
}
.solo-mech-container .solo-mech-hidden2 {
  position: absolute;
  top: 200vh;
}
.solo-mech-container .solo-mech-hidden3 {
  position: absolute;
  top: 350vh;
}
.solo-mech-container .solo-mech-hidden4 {
  position: absolute;
  top: 500vh;
}
.solo-mech-container .solo-mech-hidden5 {
  position: absolute;
  top: 650vh;
}
.solo-mech-container .solo-mech-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: radial-gradient(circle, #64646E 0%, #323237 100%);
  overflow: hidden;
}
.solo-mech-container .solo-mech-sticky .fourth {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  float: right;
  opacity: 0;
  position: absolute;
  top: 20%;
  right: -50px;
}
.solo-mech-container .solo-mech-sticky .fourth.active {
  opacity: 1;
}
.solo-mech-container .solo-mech-sticky .last2, .solo-mech-container .solo-mech-sticky .last3, .solo-mech-container .solo-mech-sticky .last4 {
  opacity: 0;
  position: absolute;
  font-size: 42px;
  line-height: 60px;
  white-space: nowrap;
  width: 100%;
}
.solo-mech-container .solo-mech-sticky .last2 {
  left: 0px;
  text-align: center;
  white-space: normal;
}
.solo-mech-container .solo-mech-sticky .last4 {
  color: #86868B;
  width: 30%;
  white-space: normal;
}
.solo-mech-container .solo-mech-sticky .last4 .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.solo-mech-container .solo-mech-sticky .sliding-header1 {
  position: absolute;
  top: 32%;
  font-size: 180px;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 0.4s ease;
  transition: transform 2s ease, opacity 0.4s ease, -webkit-transform 2s ease;
}
.solo-mech-container .solo-mech-sticky .sliding-header1::after {
  content: "Solo-Mech";
  position: absolute;
  display: block;
  left: 87%;
  bottom: -50px;
  color: white;
  font-size: 62px;
  font-weight: bold;
}
.solo-mech-container .solo-mech-sticky .sliding-header1.active {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.solo-mech-container .solo-mech-sticky .sliding-header1.deactive {
  opacity: 0;
}
.solo-mech-container .solo-mech-sticky .sliding-header2 {
  z-index: 100;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 120%;
  left: 0%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.solo-mech-container .solo-mech-sticky .sliding-header2 .last {
  opacity: 0;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 150px;
  white-space: nowrap;
}
.solo-mech-container .solo-mech-sticky .sliding-header2.active2 {
  top: 40%;
  font-size: 100px;
}
.solo-mech-container .solo-mech-sticky .sliding-header2.active2 .last {
  opacity: 1;
}
.solo-mech-container .solo-mech-sticky .sliding-header2.active3 {
  text-align: left;
  top: 30%;
  left: 10%;
}

.master-container {
  position: relative;
  height: 800vh;
}
.master-container .master-hidden1 {
  position: absolute;
  top: 50vh;
}
.master-container .master-hidden2 {
  position: absolute;
  top: 200vh;
}
.master-container .master-hidden3 {
  position: absolute;
  top: 350vh;
}
.master-container .master-hidden4 {
  position: absolute;
  top: 500vh;
}
.master-container .master-hidden5 {
  position: absolute;
  top: 650vh;
}
.master-container .master-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: white;
  overflow: hidden;
}
.master-container .master-sticky .fourth {
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
  opacity: 0;
  position: absolute;
  top: 40%;
  right: -50px;
  width: 70%;
}
.master-container .master-sticky .fourth.active {
  opacity: 1;
}
.master-container .master-sticky .last2, .master-container .master-sticky .last3, .master-container .master-sticky .last4 {
  opacity: 0;
  position: absolute;
  font-size: 42px;
  line-height: 60px;
  white-space: nowrap;
  left: 0px;
  width: 100%;
  text-align: center;
}
.master-container .master-sticky .last4 {
  color: #262626;
  width: 30%;
  white-space: normal;
  text-align: left;
}
.master-container .master-sticky .last4 .btn {
  border: 1px solid black;
  color: black;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.master-container .master-sticky .sliding-header1 {
  position: absolute;
  top: 35%;
  font-size: 180px;
  background: -webkit-linear-gradient(#FF0000, #522929);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: opacity 0.4s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 0.4s ease;
  transition: transform 2s ease, opacity 0.4s ease, -webkit-transform 2s ease;
  display: block;
}
.master-container .master-sticky .sliding-header1::after {
  content: "Master";
  position: absolute;
  display: block;
  -webkit-text-fill-color: #262626;
  right: 2%;
  bottom: -50px;
  color: #262626;
  font-size: 62px;
  font-weight: bold;
}
.master-container .master-sticky .sliding-header1.active {
  -webkit-transform: translateX(-37%);
          transform: translateX(-37%);
}
.master-container .master-sticky .sliding-header1.deactive {
  opacity: 0;
}
.master-container .master-sticky .sliding-header2 {
  z-index: 100;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 120%;
  left: 0%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.master-container .master-sticky .sliding-header2 .last {
  opacity: 0;
  font-size: 62px;
  color: white;
  position: absolute;
  top: 150px;
  white-space: nowrap;
}
.master-container .master-sticky .sliding-header2.active2 {
  top: 40%;
  font-size: 100px;
}
.master-container .master-sticky .sliding-header2.active2 .last {
  opacity: 1;
}
.master-container .master-sticky .sliding-header2.active3 {
  text-align: left;
  top: 30%;
  left: 0%;
  color: #766560;
}
.master-container .master-sticky .masterimg {
  position: absolute;
  right: -15%;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}

.kb-hinge-container {
  position: relative;
  height: 650vh;
}
.kb-hinge-container .kb-hinge-hidden1 {
  position: absolute;
  top: 50vh;
}
.kb-hinge-container .kb-hinge-hidden2 {
  position: absolute;
  top: 200vh;
}
.kb-hinge-container .kb-hinge-hidden3 {
  position: absolute;
  top: 350vh;
}
.kb-hinge-container .kb-hinge-hidden4 {
  position: absolute;
  top: 500vh;
}
.kb-hinge-container .kb-hinge-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(circle, #766560 0%, #453D3D 100%);
}
.kb-hinge-container .kb-hinge-sticky .last4 {
  position: absolute;
  top: 0%;
  margin: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kb-hinge-container .kb-hinge-sticky .last4 div.lefttext {
  font-size: 90px;
  line-height: 85px;
  color: white;
  left: 10%;
  width: 50%;
  margin-top: 300px;
  margin-left: 150px;
  top: 0;
}
.kb-hinge-container .kb-hinge-sticky .last4 div.lefttext .btn {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
.kb-hinge-container .kb-hinge-sticky .last4 .img-div {
  margin: 0;
  height: 100vh;
  margin-top: 20px;
}
.kb-hinge-container .kb-hinge-sticky .last4 .img-div video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.kb-hinge-container .kb-hinge-sticky .last4 .img-div img {
  height: 100vh;
  width: 100%;
}
.kb-hinge-container .kb-hinge-sticky .sliding-header1 {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  font-size: 200px;
  color: white;
  text-align: center;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.kb-hinge-container .kb-hinge-sticky .sliding-header1.active1 {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.kb-hinge-container .kb-hinge-sticky .sliding-header1.active2 {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.sophisticated-tablet {
  display: none;
}
.sophisticated-tablet .sticky-mobil {
  display: none;
}

.harmony-tablet {
  display: none;
}

.elegant-tablet {
  display: none;
}

.artflow-tablet {
  display: none;
}
.artflow-tablet .videoheader2 {
  display: none;
}

.alphabox-tablet {
  display: none;
}
.alphabox-tablet .alphabox3-mobil {
  display: none;
}

.invaria-tablet {
  display: none;
}

.multi-mech-tablet {
  display: none;
}
.multi-mech-tablet .multimechmobil-header {
  display: none;
}

.solo-mech-tablet {
  display: none;
}
.solo-mech-tablet .multimechmobil-header {
  display: none;
}

.master-tablet {
  display: none;
}
.master-tablet .multimechmobil-header {
  display: none;
}

.kb-hinge-tablet {
  display: none;
}

.mobil-header-rd {
  display: none;
}

.division-container {
  height: 1080px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  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;
  color: white;
  text-align: center;
  position: relative;
}
.division-container .lg-screenbg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1080px;
}
.division-container .sm-screenbg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.division-container .xs-screenbg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.division-container .header {
  z-index: 12;
}
.division-container .header .mainheader {
  font-size: 40px;
  font-weight: bold;
}
.division-container .header .subheader {
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto;
}

.productdev-container {
  height: auto;
}
.productdev-container .producth1 {
  font-size: 96px;
  background: -webkit-linear-gradient(#FF0000, #372952);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.productdev-container .product-alt {
  position: relative;
}
.productdev-container .product-alt .img-fluid {
  width: 80%;
}
.productdev-container .product-alt .header {
  width: 30%;
  text-align: right;
  position: absolute;
  right: 25%;
  bottom: -50px;
  z-index: 15;
}
.productdev-container .product-alt .header p {
  background: -webkit-linear-gradient(#92B7EE, #E072A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 500;
}

.rd-video-container {
  height: 100vh;
  position: relative;
}
.rd-video-container .video-header {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: white;
}
.rd-video-container .video-header p {
  font-size: 30px;
  font-weight: 500;
}
.rd-video-container .video-header .headerh2 {
  font-size: 68px;
  font-weight: bold;
}
.rd-video-container .rd-video {
  width: 100%;
}

.patent-container {
  margin-top: 200px;
  background: #12213A;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 200px;
  position: relative;
}
.patent-container .application {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  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;
  text-align: center;
}
.patent-container .application .patenth3 {
  background: -webkit-linear-gradient(#92B7EE, #E072A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 78px;
  font-weight: bold;
}
.patent-container .application i {
  color: #86868B;
  font-size: 62px;
}
.patent-container .imgcontainer {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patent-container .imgcontainer img {
  width: 50%;
}
.patent-container .header {
  width: 90%;
  margin: 50px auto;
}
.patent-container .header .patenth3 {
  background: -webkit-linear-gradient(#92B7EE, #E072A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 98px;
  font-weight: bold;
}
.patent-container .header p {
  font-size: 68px;
  color: white;
  font-weight: bold;
}
.patent-container .slider-container {
  position: relative;
}
.patent-container .slider-container .owl-carousel .div1 {
  height: 100vh;
  width: 100%;
  background-size: contain;
}
.patent-container .slider-container .owl-carousel .owl-nav, .patent-container .slider-container .owl-carousel .owl-dots {
  display: none;
}
.patent-container .slider-container .slider-header {
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
  color: white;
  text-align: center;
}
.patent-container .slider-container .slider-header .sliderh3 {
  font-size: 78px;
  font-style: italic;
  font-weight: bold;
}
.patent-container .slider-container .slider-header p {
  font-size: 50px;
  font-weight: 500;
}

.rd-automation {
  background: -webkit-gradient(linear, right bottom, left top, from(#FF0000), to(#372952));
  background: linear-gradient(to left top, #FF0000, #372952);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 100px;
  position: relative;
}
.rd-automation .rdh3 {
  color: white;
  font-size: 98px;
  font-weight: bold;
  padding-block: 80px;
  padding-inline: 10%;
}
.rd-automation .img-container {
  height: 100vh;
}
.rd-automation .sub-header {
  position: absolute;
  bottom: 10%;
  left: 15%;
  width: 40%;
}
.rd-automation .sub-header p {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

.omni-sec1 {
  height: auto;
}
.omni-sec1 .omni-sec1-h1 {
  background: -webkit-linear-gradient(#B28676, #FFF3EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 111px;
  font-weight: bold;
}
.omni-sec1 p.top-p {
  font-size: 62px;
  font-weight: bold;
  color: #262626;
  width: 80%;
}
.omni-sec1 .omni-sec1-div1 {
  min-height: 120vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C39C8E), to(#FFFFFF));
  background: linear-gradient(#C39C8E, #FFFFFF);
  position: relative;
  display: -webkit-box;
  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;
}
.omni-sec1 .omni-sec1-div1 .tel1 {
  margin-top: 300px;
}
.omni-sec1 .omni-sec1-div1 .animated1 {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 24px;
  font-weight: 500;
  width: 20%;
}
.omni-sec1 .omni-sec1-div1 .animated2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  font-size: 24px;
  font-weight: 500;
  width: 20%;
  text-align: right;
}

.omni-sec2 {
  position: relative;
  height: 800vh;
}
.omni-sec2 .omni-hidden1 {
  position: absolute;
  top: 50vh;
}
.omni-sec2 .omni-hidden2 {
  position: absolute;
  top: 150vh;
}
.omni-sec2 .omni-hidden3 {
  position: absolute;
  top: 250vh;
}
.omni-sec2 .omni-hidden4 {
  position: absolute;
  top: 350vh;
}
.omni-sec2 .omni-hidden5 {
  position: absolute;
  top: 450vh;
}
.omni-sec2 .omni-hidden6 {
  position: absolute;
  top: 550vh;
}
.omni-sec2 .omni-hidden7 {
  position: absolute;
  top: 650vh;
}
.omni-sec2 .omni-hidden8 {
  position: absolute;
  top: 750vh;
}
.omni-sec2 .omni-sec2-h2 {
  font-size: 60px;
  font-weight: bold;
  background: -webkit-linear-gradient(#B28676, #FFF3EF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omni-sec2 .omnisec2-paragvideo-mobil {
  display: none;
}
.omni-sec2 .sticky-container {
  position: sticky;
  top: 100px;
  margin-top: 300px;
}
.omni-sec2 .sticky-container .parag-container {
  position: absolute;
  top: 0px;
}
.omni-sec2 .sticky-container .parag-container p {
  font-size: 62px;
  width: 100%;
  color: #86868B;
  margin: 0;
  padding: 0;
}
.omni-sec2 .sticky-container .parag-container p.active {
  color: #262626;
}
.omni-sec2 .sticky-container .img-container {
  margin-top: -200px;
}
.omni-sec2 .sticky-container .img-container video {
  position: static;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
}

.omni-sec3 {
  min-height: 80vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C39C8E), to(#FFF3EF));
  background: linear-gradient(to bottom, #C39C8E, #FFF3EF);
  padding-block: 150px;
}
.omni-sec3 i {
  display: block;
  text-align: center;
  font-size: 55px;
  margin-bottom: 80px;
}
.omni-sec3 .omni-sec3h1 {
  margin-bottom: 80px;
  font-weight: bolder;
  font-size: 60px;
}
.omni-sec3 .social {
  gap: 80px;
}
.omni-sec3 .social div:nth-child(1), .omni-sec3 .social div:nth-child(2) {
  position: relative;
}
.omni-sec3 .social div:nth-child(1)::after, .omni-sec3 .social div:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: -40px;
  height: 120px;
  width: 1px;
  background: #707070;
}

/********************************************************/
.cs-eventcalendar .cs-eventcalendar-textbox {
  max-width: 1115px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 45px 0;
}
.cs-eventcalendar .cs-eventcalendar-desc {
  font-size: 18px;
  line-height: 26px;
  padding: 20px 0;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
.cs-eventcalendar .cs-eventcalendar-title {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
}
.cs-eventcalendar .cs-eventcalendar-title .cs-eventcalendar-t1 {
  color: #262626;
}
.cs-eventcalendar .cs-eventcalendar-title .cs-eventcalendar-t2 {
  color: #E30613;
}
.cs-eventcalendar .cs-eventcalendar-banner {
  height: 555px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cs-eventcalendar .cs-eventcalendar-row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.cs-eventcalendar .cs-eventcalendar-row-1 .cs-eventcalendar-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 15px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents {
  background-color: #F5F5F5;
  padding: 50px 0;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-mainlist {
  margin-bottom: 40px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content .owl-upcomingevents-pagination {
  color: #86868B;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content .cs-item1 {
  border-radius: 4px;
  padding: 5px 7px;
  background-color: #ffffff;
  border: 1px solid #DBDADA;
  color: #11142D;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-dots {
  display: none;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-nav {
  position: absolute;
  width: 100%;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-nav button.owl-next {
  position: absolute;
  right: 35%;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-nav button.owl-next span {
  font-size: 30px;
  color: #86868B;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-nav button.owl-prev {
  position: absolute;
  left: 35%;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .owl-nav button.owl-prev span {
  font-size: 30px;
  color: #86868B;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap {
  margin-top: 30px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-remindtitle {
  font-size: 20px;
  font-weight: 400;
  color: #262626;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-popupemail label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #262626;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-popupemail input {
  margin-bottom: 15px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-popupemailbutton {
  width: 100% !important;
  background-color: #262626 !important;
  color: #F5F5F5 !important;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-popupradio .form-check-label {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #11142D;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .cs-popupradio input:checked {
  accent-color: #E30613 !important;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .popup {
  display: none;
  position: absolute;
  top: -25px;
  right: 20px;
  width: 210px;
  height: 265px;
  z-index: 9999;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-gap .popup .cs-popupradio {
  margin-left: 20px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background-color: #ffffff;
  padding: 25px 12px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-date1 {
  font-size: 20px;
  line-height: 28px;
  color: #E30613;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-desc {
  font-size: 20px;
  line-height: 28px;
  color: #11142D;
  font-weight: 400;
  margin: 5px 0;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-date2 {
  font-size: 15px;
  line-height: 23px;
  color: #11142D;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-learnmore {
  font-size: 15px;
  line-height: 23px;
  color: #E30613;
  font-weight: 400;
  margin: 12px 0;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-learnmore span {
  font-size: 10px;
  margin-left: 5px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-calendar-remind {
  border-top: 1px solid #707070;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-calendar-remind .cs-remindtext {
  color: #707070;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: transparent;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-calendar-remind .cs-remindtext span {
  margin-right: 5px;
  font-size: 20px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-calendar-remind .cs-calendartext {
  color: #707070;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content #owl-carousel-upcomingevents .cs-eventcalendar-mainlist .cs-eventcalendar-listitem .cs-calendar-remind .cs-calendartext span {
  margin-right: 5px;
  font-size: 20px;
}
.cs-eventcalendar .cs-eventcalendar-upcomingevents .cs-eventcalendar-upcomingevents-content .cs-upcomingevents-title {
  color: #262626;
  font-weight: 900;
}
.cs-eventcalendar .cs-eventcalendar-oldevents {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
}
.cs-eventcalendar .cs-eventcalendar-oldevents hr {
  width: 90%;
  margin: 40px auto;
  border-bottom: 1px solid #707070;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content0 {
  max-width: 300px;
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  background-size: cover;
  border-radius: 12px;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 {
  background-color: #F5F5F5;
  padding: 22px 10px;
  border-radius: 12px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 .cs-date1 {
  font-size: 20px;
  line-height: 28px;
  color: #E30613;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 .cs-desc {
  font-size: 20px;
  line-height: 28px;
  color: #11142D;
  font-weight: 400;
  margin: 5px 0;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 .cs-date2 {
  font-size: 15px;
  line-height: 23px;
  color: #11142D;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 .link-1 {
  font-size: 15px;
  line-height: 23px;
  color: #E30613;
  font-weight: 400;
  margin: 12px 0;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-oldevents-main .cs-oldevents-content2 .link-1 span {
  font-size: 10px;
  margin-left: 3px;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 {
  border-radius: 12px;
  height: auto;
  min-height: 354px;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 .cs-eventcalendar-oldevents-item0-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E30613;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-radius: 12px;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 .cs-dateyear {
  font-size: 62px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 .cs-desc {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 .cs-viewall {
  position: absolute;
  bottom: 15px;
  right: 30px;
  margin-top: 105px;
  font-size: 15px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
}
.cs-eventcalendar .cs-eventcalendar-oldevents .cs-eventcalendar-oldevents-item0 .cs-viewall span {
  font-size: 10px;
  margin-left: 5px;
}

.cs-newsdetail {
  position: relative;
  padding: 50px 0 100px 0;
}
.cs-newsdetail .cs-newsdetailmain {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right {
  padding-left: 50px;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main {
  position: relative;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main .owl-newdetails-pagination {
  position: absolute;
  bottom: -15px;
  right: 50%;
  color: #86868B;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main .owl-newdetails-pagination .cs-item1 {
  border-radius: 4px;
  padding: 5px 7px;
  background-color: #ffffff;
  border: 1px solid #DBDADA;
  color: #11142D;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails {
  position: relative;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .owl-nav button.owl-next {
  position: absolute;
  right: 38%;
  bottom: -25px;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .owl-nav button.owl-next span {
  font-size: 30px;
  color: #86868B;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .owl-nav button.owl-prev {
  position: absolute;
  left: 28%;
  bottom: -25px;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .owl-nav button.owl-prev span {
  font-size: 30px;
  color: #86868B;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .item {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-newsdetail .cs-newsdetailmain .cs-newsdetail-right .cs-newsdetail-right-main #owl-carousel-newdetails .item img {
  max-width: 500px;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-newsdetail .cs-newsbackground {
  background-color: #F5F5F5;
  height: 560px;
  width: 45%;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
}
.cs-newsdetail .cs-newsdetail-left .cs-newsdetail-text1 {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}

.cs-news .cs-newsbanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-news .cs-newsbanner .cs-newsbanner-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E6D1BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-news .cs-newsbanner .cs-newsbanner-left .cs-newbanner-textbox {
  max-width: 590px;
  width: 100%;
  padding-right: 12%;
  padding-left: 15px;
}
.cs-news .cs-newsbanner .cs-newsbanner-left .cs-newbanner-textbox .cs-newbanner-textbox-title {
  font-size: 46px;
  line-height: 54px;
  color: #11142D;
  font-weight: 700;
}
.cs-news .cs-newsbanner .cs-newsbanner-left .cs-newbanner-textbox .cs-newbanner-textbox-desc {
  font-size: 20px;
  line-height: 28px;
  color: #11142D;
  font-weight: 400;
}
.cs-news .cs-newsbanner .cs-newsbanner-left .cs-newbanner-textbox button {
  background-color: #ffffff;
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  border-radius: 20px;
  padding: 8px 20px;
}
.cs-news .cs-newsbanner .cs-newsbanner-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: center;
  background-size: cover;
  height: 555px;
}
.cs-news .cs-newslist {
  margin: 70px 0 120px 0;
}
.cs-news .cs-newslist #owl-carousel-news .owl-nav {
  position: absolute;
  width: 100%;
}
.cs-news .cs-newslist #owl-carousel-news .owl-nav .owl-prev {
  position: absolute;
  left: 35%;
}
.cs-news .cs-newslist #owl-carousel-news .owl-nav .owl-prev span {
  font-size: 30px;
  color: #86868B;
}
.cs-news .cs-newslist #owl-carousel-news .owl-nav .owl-next {
  position: absolute;
  right: 35%;
}
.cs-news .cs-newslist #owl-carousel-news .owl-nav .owl-next span {
  font-size: 30px;
  color: #86868B;
}
.cs-news .cs-newslist #owl-carousel-news .card {
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: none;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-title {
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-img-top {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-body {
  height: 250px;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-body .cs-readmore {
  font-size: 15px;
  line-height: 23px;
  color: #262626;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-body .cs-readmore span {
  font-size: 11px;
  color: #262626;
  margin-left: 5px;
}
.cs-news .cs-newslist #owl-carousel-news .card .card-body .card-text {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  font-size: 15px;
  line-height: 23px;
  color: #11142D;
}
.cs-news .cs-newslist .cs-newslist-title {
  font-size: 32px;
  line-height: 40px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 30px;
}
.cs-news .cs-newslist .cs-newslist-container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.cs-news .cs-newslist .cs-newslist-container .owl-news-pagination {
  color: #86868B;
  text-align: center;
  margin-top: -14px;
}
.cs-news .cs-newslist .cs-newslist-container .owl-news-pagination .cs-item1 {
  border-radius: 4px;
  padding: 5px 7px;
  background-color: #ffffff;
  border: 1px solid #DBDADA;
  color: #11142D;
}
.cs-news .cs-relatedtopics {
  background-color: #F7F7F7;
  padding: 40px 0;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 780px;
  background-color: #A08882;
  width: 100%;
  height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-left .cs-relatedtopics-left-textbox {
  max-width: 440px;
  width: 100%;
  margin-right: 5%;
  padding: 0 15px;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-left .cs-relatedtopics-left-textbox .cs-relatedtopics-left-title {
  font-size: 46px;
  line-height: 54px;
  color: #ffffff;
  font-weight: 700;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-left .cs-relatedtopics-left-textbox .cs-relatedtopics-left-desc {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
  width: 100%;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right .cs-relatedtopics-right-title {
  font-size: 32px;
  line-height: 40px;
  color: #262626;
  font-weight: 700;
  padding-left: 70px;
  padding-bottom: 24px;
  margin: 0;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics {
  padding: 0 70px;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .owl-dots {
  display: none;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .owl-nav button.owl-next {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .owl-nav button.owl-next span {
  font-size: 40px;
  color: #86868B;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .owl-nav button.owl-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .owl-nav button.owl-prev span {
  font-size: 40px;
  color: #86868B;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .item {
  border-radius: 12px;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card {
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: none;
  min-height: 490px;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card .card-title {
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card .card-img-top {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card .card-body .cs-readmore {
  font-size: 15px;
  line-height: 23px;
  color: #262626;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card .card-body .cs-readmore span {
  font-size: 11px;
  color: #262626;
  margin-left: 5px;
}
.cs-news .cs-relatedtopics .cs-relatedtopics-main .cs-relatedtopics-right #owl-carousel-relatedtopics .card .card-body .card-text {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  font-size: 15px;
  line-height: 23px;
  color: #11142D;
}
.cs-news .cs-news-sectionend {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 120px 0;
}
.cs-news .cs-news-sectionend .cs-sectionend-title {
  font-size: 32px;
  line-height: 40px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 30px;
}
.cs-news .cs-news-sectionend .card {
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: none;
}
.cs-news .cs-news-sectionend .card .card-title {
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.cs-news .cs-news-sectionend .card .card-img-top {
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-news .cs-news-sectionend .card .card-body {
  height: 250px;
}
.cs-news .cs-news-sectionend .card .card-body .cs-readmore {
  font-size: 15px;
  line-height: 23px;
  color: #262626;
}
.cs-news .cs-news-sectionend .card .card-body .cs-readmore span {
  font-size: 11px;
  color: #262626;
  margin-left: 5px;
}
.cs-news .cs-news-sectionend .card .card-body .card-text {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  font-size: 15px;
  line-height: 23px;
  color: #11142D;
}

/**********************************************************/
.cs-side-mount-sec-3 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  min-height: 800vh;
}
.cs-side-mount-sec-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-3 .cs-simo-i-d-4 {
  max-width: 1400px;
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 90px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-side-mount-sec-3 .cs-simo-i-d-4 .cs-side-mount-head-4, .cs-side-mount-sec-3 .cs-simo-i-d-4 .cs-side-mount-head-10 {
  text-align: center;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 15vh 15px 0px;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 {
  min-height: 25vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 .ssir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  position: unset;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 .ssir1-col-1:first-child .ssi-icon-box-1 .head-1 {
  margin-left: 90px;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 .ssir1-col-1:first-child .ssi-icon-box-1 .head-1::before {
  margin-left: 30px;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 .ssir1-col-1:last-child .ssi-icon-box-1 .head-1 {
  margin-left: -14vw;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .slide-system-i-row-1 .ssir1-col-1:last-child .ssi-icon-box-1 .head-1::before {
  margin-left: calc(130px + 12vw);
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-align: center;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1 .head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 130px;
  width: 1px;
  height: 150px;
  background-color: #ffffff;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1.active .image-div-1 img {
  width: 80%;
}
.cs-side-mount-sec-3 .slide-system-icon-cont-1 .ssi-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}

.cs-side-mount-colored-2 {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
  margin-bottom: -100vh;
}

.cs-side-mount-sec-4 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-4.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-side-mount-sec-5 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 120vh;
  text-align: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 70px 0px;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-5 .cs-side-mount-head-6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}
.cs-side-mount-sec-5.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-5.active .cs-side-mount-head-6 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-side-mount-sec-6 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-6.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-6 .cssms6-container-1 .scroll-sequence__content {
  position: relative;
  min-height: 500vh;
}
.cs-side-mount-sec-6 .text-sec-6-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-side-mount-sec-6 .text-sec-6-1 .ss-sec-6-1-tt {
  max-width: 830px;
  padding: 15px;
  width: 100%;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-head-1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 5rem 0px 3rem;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-menu-1 li {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #535353;
  margin-bottom: 10px;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-menu-1 li:last-child {
  margin: 0;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-link-1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #262626;
  text-decoration: underline;
}
.cs-side-mount-sec-6 .text-sec-6-1 .cssm6-link-1:hover {
  text-decoration: none;
}

.cs-page-scroll-container-1 .scroll-sequence.left-ss-1 {
  -webkit-transform: translateX(-24vw);
          transform: translateX(-24vw);
  margin-bottom: -100vh;
}

.cs-side-mount-sec-7 {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  background: rgb(111, 111, 111);
  background: radial-gradient(circle, rgb(111, 111, 111) 0%, rgb(26, 26, 26) 100%);
}
.cs-side-mount-sec-7 .sticky-image-1 {
  position: absolute;
  top: 0;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.cs-side-mount-sec-7 .sticky-text-1 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-side-mount-sec-7 .sticky-text-1 .text-a-1 {
  max-width: 675px;
  width: 100%;
  padding: 15px;
  margin: 0 0 0 auto;
}
.cs-side-mount-sec-7 .sticky-text-1 .text-a-1 .stt-head-1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.cs-side-mount-sec-7 .sticky-text-1 .text-a-1 .cssm7-link-1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}
.cs-side-mount-sec-7 .sticky-text-1 .text-a-1 .cssm7-link-1:hover {
  text-decoration: none;
}

.cs-side-mount-sec-8 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-8.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-side-mount-sec-9 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 550vh;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-9.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-9.active .cs-side-mount-head-8 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-side-mount-sec-9 .content-cssm-cont-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
}
.cs-side-mount-sec-9 .cssm-head-a-1 {
  overflow: hidden;
}
.cs-side-mount-sec-9 .cs-side-mount-head-8 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.cs-side-mount-sec-9 .cssm-text-m-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 650px;
  width: 100%;
  padding: 15px;
  position: absolute;
  right: 0%;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-side-mount-sec-9 .cssm-text-m-1.left-side-active {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.cs-side-mount-sec-9 .cssm-text-m-1.left-side-active li {
  color: #ffffff;
}
.cs-side-mount-sec-9 .cssm-text-m-1 li {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #262626;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cs-side-mount-sec-9 .cssm-text-m-1 li.active {
  opacity: 1;
}

.cs-side-mount-pr-3.active-2 .cs-side-mount-head-8 {
  color: #ffffff;
  background: unset;
  -webkit-text-fill-color: #ffffff;
}
.cs-side-mount-pr-3 .cs-side-mount-colored-2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-side-mount-pr-3 .cs-side-mount-colored-2.color-changed-1 {
  background: rgb(42, 106, 204);
  background: radial-gradient(circle, rgb(42, 106, 204) 0%, rgb(19, 53, 105) 100%);
}

.cs-globalfullimage {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.cs-careeratsamet hr {
  margin: 60px 30px;
  background-color: #707070;
}
.cs-careeratsamet .cs-careertextbox {
  margin-top: 30px;
}
.cs-careeratsamet .cs-careeratsamet-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-careeratsamet .cs-careeratsamet-content .cs-careeratsamet-contentimage {
  max-width: 380px;
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.cs-careeratsamet .cs-careeratsamet-content .cs-careertitle {
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  font-weight: 700;
}
.cs-careeratsamet .cs-careeratsamet-content .cs-careerdesc {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  font-weight: 400;
  max-width: 455px;
  width: 100%;
}

.cs-veriislemepolitikasi .cs-veriislemecontent {
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.cs-veriislemepolitikasi .cs-veriislemecontent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.cs-veriislemepolitikasi .cs-veriislemecontent::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cs-veriislemepolitikasi .cs-veriislemecontent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D3D3D3;
}

.cs-ilgilikisiformu .cs-ilgilikisiformucontent {
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.cs-ilgilikisiformu .cs-ilgilikisiformucontent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.cs-ilgilikisiformu .cs-ilgilikisiformucontent::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cs-ilgilikisiformu .cs-ilgilikisiformucontent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D3D3D3;
}

.cs-ziyaretcimetni .cs-ziyaretcimetnicontent {
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.cs-ziyaretcimetni .cs-ziyaretcimetnicontent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.cs-ziyaretcimetni .cs-ziyaretcimetnicontent::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cs-ziyaretcimetni .cs-ziyaretcimetnicontent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D3D3D3;
}

.cs-cerezpolitikasi .cs-cerezpolitikasicontent {
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.cs-cerezpolitikasi .cs-cerezpolitikasicontent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.cs-cerezpolitikasi .cs-cerezpolitikasicontent::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.cs-cerezpolitikasi .cs-cerezpolitikasicontent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D3D3D3;
}

.cs-side-mount-pr-4 .cs-side-mount-colored-2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-side-mount-pr-4 .cs-side-mount-colored-2.color-changed-1 {
  background: rgb(42, 106, 204);
  background: radial-gradient(circle, rgb(42, 106, 204) 0%, rgb(19, 53, 105) 100%);
}

.cs-side-mount-sec-10 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-10.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-10 .cs-side-mount-head-5 {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-10 .cs-side-mount-head-5.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
  visibility: visible;
}

.cs-side-mount-sec-11 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 400vh;
  opacity: 0;
  visibility: hidden;
}
.cs-side-mount-sec-11.active {
  opacity: 1;
  visibility: visible;
}
.cs-side-mount-sec-11 .cssms-11-dt-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 80px;
}
.cs-side-mount-sec-11 .row {
  padding-top: 50px;
}
.cs-side-mount-sec-11 .cssm-text-m-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-side-mount-sec-11 .cssm-text-m-1 li {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.cs-side-mount-sec-11 .cs-side-mount-head-9.active {
  color: #ffffff;
  background: unset;
  -webkit-text-fill-color: #ffffff;
}

.cs-side-mount-compare-d-1 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.cs-side-mount-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.cs-hinge-systems-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}

.cs-hinge-systems-compare-d-1 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.cs-hinge-sys-cat-sec-1 {
  position: relative;
  z-index: 1;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .text-div-c-1 {
  -webkit-transform: translate(-50%, -1000%);
          transform: translate(-50%, -1000%);
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .image-div-c-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 830vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-sys-cat-sec-1 .cshsisec-i-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
.cs-hinge-sys-cat-sec-1 .cshsisec-cont-1 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 15px;
  width: 100%;
}
.cs-hinge-sys-cat-sec-1 .text-div-c-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.cs-hinge-sys-cat-sec-1 .image-div-c-1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cs-hinge-sys-cat-sec-1 .cs-hinge-head-1 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 0px;
}
.cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 {
  min-height: 50vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  position: unset;
}
.cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1 {
  margin-left: -180px;
}
.cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1::before {
  margin-left: 298px;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-align: center;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 40%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 118px;
  width: 1px;
  height: 150px;
  background-color: #404040;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .image-div-1 img {
  width: 115%;
  max-width: inherit;
}
.cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}

.cs-hinge-sys-cat-box-1 {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-sys-cat-box-1.deactive {
  opacity: 0.4;
}
.cs-hinge-sys-cat-box-1 .hs-img-div-1 {
  margin-bottom: 20px;
}
.cs-hinge-sys-cat-box-1 .hs-img-div-1 img {
  max-height: 350px;
}
.cs-hinge-sys-cat-box-1 .hs-head-1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #FFFFFF;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #FFFFFF), to(#5C5A5A));
  background: linear-gradient(to right, #FFFFFF 40%, #5C5A5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-hinge-sys-prd-all {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.cs-hinge-sys-f-menu-1 {
  position: fixed;
  bottom: 30px;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-sys-f-menu-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-f-menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-hinge-sys-f-menu-1 ul li {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 45px;
}
.cs-hinge-sys-f-menu-1 ul li:last-child {
  margin: 0;
}
.cs-hinge-sys-f-menu-1 ul li button {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #FAFAFA;
  border: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cs-hinge-sys-f-menu-1 ul li.active::before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0px 50px 50px 0px;
}
.cs-hinge-sys-f-menu-1 ul li.active button {
  font-size: 40px;
  line-height: 48px;
  opacity: 1;
}
.cs-hinge-sys-f-menu-1.colored-1 li.active::before {
  background-color: #262626;
}
.cs-hinge-sys-f-menu-1.colored-1 button {
  color: #262626;
}

.cs-hinge-cat-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-hinge-cat-row-1 .cshcr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.cs-hinge-cat-row-1 .cshcr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cs-hinge-cat-upSide-1 {
  min-height: 25vh;
  background-color: #373737;
}
.cs-hinge-cat-upSide-1 .cont-ups-1 {
  max-width: 980px;
  padding: 30px 15px 0px;
  margin: 0 auto;
}

.cs-hinge-cat-downSide-1 {
  background-color: #F9F9F9;
}
.cs-hinge-cat-downSide-1 .cont-down-1 {
  min-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-hinge-sys-cat-box-2 {
  text-align: center;
  margin-bottom: 30px;
}
.cs-hinge-sys-cat-box-2 .hs-img-div-1 {
  margin-bottom: 30px;
}
.cs-hinge-sys-cat-box-2 .hs-img-div-1 img {
  max-height: 300px;
}
.cs-hinge-sys-cat-box-2 .hs-head-1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 0px;
}

.cs-hinge-in-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.cs-hinge-in-sec-1 .cs-hinge-head-2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-hinge-in-sec-1.active .cs-hinge-head-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}

.cs-hinge-head-2 {
  font-size: 120px;
  line-height: 132px;
  font-weight: 900;
  color: #717B3F;
  background: #717B3F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #717B3F), to(#114853));
  background: linear-gradient(to bottom, #717B3F 40%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-hinge-in-sec-2 {
  position: relative;
  z-index: 1;
  background-color: #F1F1F1;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cshis2-tc1-link-1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cs-scroll-change-p-3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1.active .cshis2-tc1-head-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-hinge-in-sec-2 .cshis2-text-c-1.active .cs-scroll-change-p-3 {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1.active-2 .cshis2-tc1-link-1 {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cont-ct-1 {
  max-width: 1260px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cshis2-tc1-head-1 {
  font-size: 110px;
  line-height: 130px;
  font-weight: 900;
  color: #114853;
  margin-bottom: 0px;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cshis2-tc1-link-1 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
  padding-top: 20px;
}
.cs-hinge-in-sec-2 .cshis2-text-c-1 .cshis2-tc1-link-1:hover {
  color: #0068D1;
  text-decoration: none;
}
.cs-hinge-in-sec-2 .cshis2-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -100vh;
}
.cs-hinge-in-sec-2 .cshis2-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #F1F1F1;
}
.cs-hinge-in-sec-2 .cshis2-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-2 .cshis2-2 .cshis22-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 250vh;
}
.cs-hinge-in-sec-2 .cshis2-2 .cshis22-area-1 {
  overflow: hidden;
}
.cs-hinge-in-sec-2 .cshis2-2 .cshis22-area-1 canvas {
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
}
.cs-hinge-in-sec-2 .cshis2-1-bg-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}

.cs-scroll-change-p-3 {
  overflow: hidden;
  position: relative;
  height: 215px;
  max-width: 490px;
  width: 100%;
  top: 40px;
  margin-bottom: 40px;
}

.cs-scroll-desc-4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-desc-4 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-hinge-sys-prd-3 {
  background-color: #ffffff;
}

.cs-hinge-in-sec-4 {
  position: relative;
  z-index: 1;
  min-height: 500vh;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cs-scroll-change-p-1 {
  margin-bottom: 40px;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cont2-ct-1 {
  max-width: 680px;
  width: 100%;
  padding: 0px 15px;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cshis4-head-1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #522929;
  background: #FF7474;
  background: -webkit-gradient(linear, left top, right top, from(#522929), color-stop(10%, #FF0000));
  background: linear-gradient(to right, #522929 0%, #FF0000 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cshis4-tc1-link-1 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cshis4-tc1-link-1:hover {
  color: #0068D1;
  text-decoration: none;
}
.cs-hinge-in-sec-4 .cshis4-text-c-1 .cshis4-tc1-link-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-4 .cshis4-dd-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  margin-top: -100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-4 .cshis4-dd-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-4 .cshis4-dd-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-4 .cshis4-dd-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-4 .cshis4-dd-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-4 .cshis4-dd-3.active {
  opacity: 1;
  visibility: visible;
}

.cs-hinge-in-sec-5 {
  position: relative;
  z-index: 1;
  background-color: #F5FBFF;
  min-height: 300vh;
  margin-top: -100vh;
}
.cs-hinge-in-sec-5 .cshis5-in-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  background-color: #F5FBFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1 {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1.deactive picture img {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1.deactive .cs-scroll-change-h-3.jsHSP45Head1 {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1.deactive .cs-scroll-change-h-3.jsHSP45Head2 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1 picture img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1 .cs-scroll-change-h-3.jsHSP45Head1 {
  position: absolute;
  top: 30%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  text-align: right;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-5 .cshis5-in-1 .cshis5-cont-1 .cs-scroll-change-h-3.jsHSP45Head2 {
  position: absolute;
  top: 54%;
  left: 60%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 550px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cs-scroll-change-h-3 {
  overflow: hidden;
  position: relative;
  height: 100px;
  top: 40px;
}

.cs-scroll-head-9 {
  font-size: 86px;
  line-height: 94px;
  font-weight: 900;
  color: #04D8E6;
  background: #04D8E6;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #04D8E6), to(#1668E5));
  background: linear-gradient(to right, #04D8E6 30%, #1668E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-head-9 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-hinge-in-sec-6 {
  position: relative;
  z-index: 1;
  background-color: #F5FBFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-6 .cshi6f-d-1 {
  position: sticky;
  top: 0;
  z-index: 2;
}
.cs-hinge-in-sec-6 .cshi6f-d-1 .cshis6-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 200vh;
}
.cs-hinge-in-sec-6 .cshi6f-d-1 .cshis6-cont-1 .cshis6-area-1 {
  overflow: hidden;
}
.cs-hinge-in-sec-6 .cshi6f-d-1 .cshis6-cont-1 .cshis6-area-1 canvas {
  -webkit-transform: translateX(-18vw);
          transform: translateX(-18vw);
}

.cs-hinge-in-sec-7 {
  position: relative;
  z-index: 1;
  background-color: #F5FBFF;
}
.cs-hinge-in-sec-7 .cshi7f-d-1 {
  position: sticky;
  top: 0;
  z-index: 2;
}
.cs-hinge-in-sec-7 .cshi7f-d-1 .cshis7-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 200vh;
}
.cs-hinge-in-sec-7 .cshi7f-d-1 .cshis7-cont-1 .cshis7-area-1 {
  overflow: hidden;
}
.cs-hinge-in-sec-7 .cshi7f-d-1 .cshis7-cont-1 .cshis7-area-1 canvas {
  -webkit-transform: translateX(-18vw);
          transform: translateX(-18vw);
}

.cs-hinge-sys-prd-4 .cshi6f-d-text-1 {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-sys-prd-4 .cshi6f-d-text-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-prd-4 .cshi6f-d-text-1 .cs-scroll-change-h-4 {
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 1vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.cs-scroll-change-h-4 {
  overflow: hidden;
  position: relative;
  height: 52px;
  top: 40px;
}

.cs-scroll-head-10 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #707070;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-scroll-head-10 span {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cs-hinge-resp-prd-2-1 {
  background-color: #EFEFEF;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-2-1 .cshrpr21-head-1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #114853;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-2-1 .cshrpr21-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-2-1 .cshrpr21-text-d-1 p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 25px;
}
.cs-hinge-resp-prd-2-1 .cshrpr21-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-2-1 .cshrpr21-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-resp-prd-3-1 {
  background-color: #EFEFEF;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-head-1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #522929;
  background: #FF7474;
  background: -webkit-gradient(linear, left bottom, left top, from(#522929), to(#FF0000));
  background: linear-gradient(to top, #522929 0%, #FF0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h1, .cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h2, .cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h3, .cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h4, .cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h5, .cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 25px;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-3-1 .cshrpr31-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-resp-prd-4-1 {
  background-color: #F5FBFF;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h1, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h2, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h3, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h4, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h5, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-0 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #04D8E6;
  background: #04D8E6;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #04D8E6), to(#1668E5));
  background: linear-gradient(to right, #04D8E6 30%, #1668E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 30px;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h1, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h2, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h3, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h4, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h5, .cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 25px;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-4-1 .cshrpr41-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-in-sec-8 {
  position: relative;
  z-index: 1;
  background-color: #EAE6DB;
  min-height: 300vh;
}
.cs-hinge-in-sec-8 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-8 .sec-8-con-1 .top-side-sec8-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-hinge-in-sec-8 .sec-8-con-1 .top-side-sec8-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-8 .cshis8-head-1 {
  font-size: 108px;
  line-height: 120px;
  font-weight: 900;
  color: #407FBF;
  background: #407FBF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #407FBF), to(#204060));
  background: linear-gradient(to bottom, #407FBF 30%, #204060 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-hinge-in-sec-8 .cshis8-head-2 {
  font-size: 108px;
  line-height: 120px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 0px;
  text-align: center;
}

.cs-hinge-in-sec-9 {
  position: relative;
  z-index: 1;
  background-color: #EAE6DB;
  min-height: 450vh;
  margin-top: -100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-9.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-9 .cshis91-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 300vh;
}
.cs-hinge-in-sec-9 .cshis91-cont-1 .cshis91-area-1 {
  overflow: hidden;
}
.cs-hinge-in-sec-9 .cshis91-cont-1 .cshis91-area-1 canvas {
  -webkit-transform: translateX(-14vw);
          transform: translateX(-14vw);
}
.cs-hinge-in-sec-9 .sec-9-con-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-hinge-in-sec-9 .sec-9-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-9 .sec-9-text-1 .sec-9-cont-1 {
  max-width: 530px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-hinge-in-sec-9 .sec-9-text-1 .sec-9-cont-1 .s9c1-head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 15px;
}
.cs-hinge-in-sec-9 .sec-9-text-1 .sec-9-cont-1 .s9c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}

.cs-hinge-in-sec-10 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-10 .sec-10-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 {
  max-width: 530px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 0 auto;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 15px;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #707070;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li.active {
  opacity: 1;
  color: #00AFE3;
}
.cs-hinge-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li:last-child {
  margin-right: 0;
}
.cs-hinge-in-sec-10 .sec-10-con-all {
  position: relative;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  opacity: 0;
  visibility: hidden;
  margin-top: -100vh;
}
.cs-hinge-in-sec-10 .sec-10-con-all.sec-10-con-1 {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-10 .sec-10-con-all.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-10 .sec-10-con1-bg-all {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}

.cs-scroll-change-p-5 {
  overflow: hidden;
  position: relative;
  height: 170px;
  width: 100%;
  top: 40px;
}

.cs-scroll-desc-5 {
  font-size: 56px;
  line-height: 70px;
  font-weight: 400;
  color: #707070;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-scroll-desc-5 span {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-hinge-sys-prd-6 {
  background-color: #2D2D2D;
}

.cs-hinge-in-sec-11 {
  position: relative;
  z-index: 2;
  background-color: #2D2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-11 .jsHead2, .cs-hinge-in-sec-11 .jsDesc2 {
  display: none;
}
.cs-hinge-in-sec-11 .sec-11-con-all {
  position: relative;
  top: 0;
  z-index: 1;
  min-height: 300vh;
  opacity: 0;
  visibility: hidden;
  margin-top: -100vh;
}
.cs-hinge-in-sec-11 .sec-11-con-all.sec-11-con-1 {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-11 .sec-11-con-all.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-11 .sec-11-con1-bg-all {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: 70% 100% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}
.cs-hinge-in-sec-11 .sec-11-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .s11c1-head-1, .cs-hinge-in-sec-11 .sec-11-text-1 .s11c1-head-2, .cs-hinge-in-sec-11 .sec-11-text-1 .s11c1-desc-1 {
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}
.cs-hinge-in-sec-11 .sec-11-text-1.active .s11c1-head-1, .cs-hinge-in-sec-11 .sec-11-text-1.active .s11c1-head-2, .cs-hinge-in-sec-11 .sec-11-text-1.active .s11c1-desc-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 {
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-head-2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #B9B9B9;
  margin-bottom: 25px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-desc-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #B9B9B9;
  margin-bottom: 0px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-mm-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-mm-1 li {
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 5px;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-mm-1 li:last-child {
  margin-right: 0;
}
.cs-hinge-in-sec-11 .sec-11-text-1 .sec-11-cont-1 .s11c1-mm-1 li img {
  max-height: 180px;
}

.cs-hinge-resp-prd-5-1 {
  background-color: #EAE6DB;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h1, .cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h2, .cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h3, .cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h4, .cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h5, .cs-hinge-resp-prd-5-1 .cshrpr51-head-d-1 h6 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h1, .cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h2, .cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h3, .cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h4, .cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h5, .cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 25px;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-5-1 .cshrpr51-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-resp-prd-6-1 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h1, .cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h2, .cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h3, .cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h4, .cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h5, .cs-hinge-resp-prd-6-1 .cshrpr61-head-d-1 h6 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h1, .cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h2, .cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h3, .cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h4, .cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h5, .cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 p {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-6-1 .cshrpr61-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-resp-prd-7-1 {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 400vh;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-sticky-d-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  padding: 100px 0px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-img-d-1 {
  position: relative;
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-img-d-1 .hide-first-af-1 {
  display: none;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-mm-l-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-mm-l-1 li {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #707070;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-mm-l-1 li.active {
  opacity: 1;
  color: #00AFE3;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-mm-l-1 li:last-child {
  margin-right: 0;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h1, .cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h2, .cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h3, .cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h4, .cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h5, .cs-hinge-resp-prd-7-1 .cshrpr71-head-d-1 h6 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h1, .cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h2, .cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h3, .cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h4, .cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h5, .cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 p {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-7-1 .cshrpr71-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-resp-prd-8-1 {
  background-color: #2D2D2D;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-img-d-1 {
  margin-bottom: 55px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-mm-l-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-mm-l-1 li {
  line-height: 1;
  margin-bottom: 15px;
  margin-right: 5px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-mm-l-1 li:last-child {
  margin-right: 0;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-mm-l-1 li img {
  max-height: 180px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h1, .cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h2, .cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h3, .cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h4, .cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h5, .cs-hinge-resp-prd-8-1 .cshrpr81-head-d-1 h6 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h1, .cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h2, .cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h3, .cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h4, .cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h5, .cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 h6 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: #B9B9B9;
  margin-bottom: 30px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #B9B9B9;
  margin-bottom: 0px;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 a {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0068D1;
  text-decoration: underline;
}
.cs-hinge-resp-prd-8-1 .cshrpr81-text-d-1 a:hover {
  color: #0068D1;
  text-decoration: none;
}

.cs-hinge-sys-prd-7 {
  position: relative;
  z-index: 1;
}

.cs-hinge-systems-colored-1 {
  position: sticky;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%);
  overflow: hidden;
}
.cs-hinge-systems-colored-1.active-1 .bg-image-1, .cs-hinge-systems-colored-1.active-1 .bg-image-2, .cs-hinge-systems-colored-1.active-1 .bg-image-3 {
  -webkit-transform: translate(-50%, -50%) rotate(25deg);
          transform: translate(-50%, -50%) rotate(25deg);
  width: 80%;
  max-width: 100%;
}
.cs-hinge-systems-colored-1.active-2 .bg-image-1 {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  max-width: 945px;
}
.cs-hinge-systems-colored-1.active-2 .bg-image-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  left: 5%;
  width: 80%;
  max-width: 100%;
}
.cs-hinge-systems-colored-1.active-2 .bg-image-3 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  left: 75%;
  width: 80%;
  max-width: 100%;
}
.cs-hinge-systems-colored-1.active-3 .bg-image-1 {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  max-width: 945px;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-systems-colored-1.active-3 .bg-image-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-130deg);
          transform: translate(-50%, -50%) rotate(-130deg);
  left: 25%;
  width: 80%;
  max-width: 100%;
  opacity: 0.4;
}
.cs-hinge-systems-colored-1.active-3 .bg-image-3 {
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
  left: 95%;
  width: 80%;
  max-width: 100%;
  opacity: 0.4;
}
.cs-hinge-systems-colored-1.active-4 .bg-image-1 {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  max-width: 945px;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-systems-colored-1.active-4 .bg-image-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-80deg);
          transform: translate(-50%, -50%) rotate(-80deg);
  left: 25%;
  width: 80%;
  max-width: 100%;
  opacity: 0.4;
}
.cs-hinge-systems-colored-1.active-4 .bg-image-3 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  left: 70%;
  width: 80%;
  max-width: 100%;
  opacity: 0.4;
}
.cs-hinge-systems-colored-1 .bg-image-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  z-index: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  max-width: 945px;
}
.cs-hinge-systems-colored-1 .bg-image-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  z-index: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  max-width: 945px;
}
.cs-hinge-systems-colored-1 .bg-image-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  z-index: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  max-width: 945px;
}

.cs-hinge-in-sec-12 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 250vh;
  margin-top: -100vh;
}
.cs-hinge-in-sec-12 .sec-12-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  padding: 120px 0px 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-12 .sec-12-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-12 .sec-12-head-1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 30px;
  text-align: center;
}
.cs-hinge-in-sec-12 .sec-12-mm-l-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-12 .sec-12-mm-l-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-12 .sec-12-mm-l-1 li {
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
}
.cs-hinge-in-sec-12 .sec-12-mm-l-1 li a {
  display: inline-block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #E30613;
}
.cs-hinge-in-sec-12 .sec-12-mm-l-1 li a:hover {
  color: #E30613;
}

.cs-hinge-sys-prd-8 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: hidden;
}
.cs-hinge-sys-prd-8.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-hinge-in-sec-13 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 200vh;
}
.cs-hinge-in-sec-13 .sec-13-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hinge-in-sec-13 .sec-13-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-13 .sec-13-cont-1 .line-div-1 {
  background-color: #393939;
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 50vw;
  height: 4px;
}
.cs-hinge-in-sec-13 .sec-13-cont-1 .line-div-1.active::after {
  -webkit-transform: rotate(0.45turn);
          transform: rotate(0.45turn);
}
.cs-hinge-in-sec-13 .sec-13-cont-1 .line-div-1::after {
  content: "";
  background-color: #393939;
  position: absolute;
  width: 300px;
  height: 4px;
  right: 0vw;
  bottom: -0.2vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.cs-hinge-in-sec-13 .sec-13-cont-1 .cs-scroll-desc-6.active {
  top: -1800px;
}

.cs-scroll-change-p-4 {
  overflow: hidden;
  position: relative;
  height: 100px;
  max-width: 250px;
  width: 100%;
  top: 70px;
  margin: 0px auto 40px;
  text-align: center;
}

.cs-scroll-desc-6 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: #F22500;
  background: -webkit-gradient(linear, left top, left bottom, from(#F22500), to(#6B0074));
  background: linear-gradient(to bottom, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-scroll-desc-6 span {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cs-hinge-in-sec-14 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 250vh;
}
.cs-hinge-in-sec-14 .sec-14-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -100vh;
}
.cs-hinge-in-sec-14 .sec-14-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-14 .sec-14-cont-1 .sec14-in-cont-1 {
  max-width: 1140px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.cs-hinge-in-sec-14 .sec-14-head-1 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: #6B0074;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-14 .sec-14-head-2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-14 .sec-14-desc-1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-14 .sec-14-desc-g-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-14 .sec-14-desc-g-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-14 .sec-14-image-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 50px;
  margin-top: -10vw;
}
.cs-hinge-in-sec-14 .sec-14-image-1.active {
  max-width: 55%;
  margin-top: 0vw;
}

.cs-hinge-sys-prd-9 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-prd-9.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-hinge-in-sec-15 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 400vh;
}
.cs-hinge-in-sec-15 .sec-15-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-15 .sec-15-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-15 .sec-15-imd-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-hinge-in-sec-15 .sec-15-imd-1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: auto;
}
.cs-hinge-in-sec-15 .sec-15-imd-1 img.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 540px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-15 .sec-15-txd-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-head-1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-desc-1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-mm-1 li {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 15px;
  margin-right: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-mm-1 li.active {
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-hinge-in-sec-15 .sec-15-txd-1 .sc15-mm-1 li:last-child {
  margin-right: 0;
}
.cs-hinge-in-sec-15 .sec-15-txd-2 {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 540px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-15 .sec-15-txd-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-15 .sec-15-txd-2 .sc152-head-1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.cs-hinge-in-sec-15 .sec-15-txd-2 .sc152-desc-1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}

.cs-hinge-sys-prd-10 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-prd-10.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-hinge-in-sec-16 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 700vh;
}
.cs-hinge-in-sec-16 .sec-16-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-16 .sec-16-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-16 .sec-16-imd-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-hinge-in-sec-16 .sec-16-imd-1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: auto;
}
.cs-hinge-in-sec-16 .sec-16-imd-1 img.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 540px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-16 .sec-16-txd-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-head-1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-desc-1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-mm-1 li {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 15px;
  margin-right: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-mm-1 li.active {
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-hinge-in-sec-16 .sec-16-txd-1 .sc16-mm-1 li:last-child {
  margin-right: 0;
}

.cs-hinge-sys-prd-11 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-sys-prd-11.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-hinge-in-sec-17 {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 500vh;
}
.cs-hinge-in-sec-17 .sec-17-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-hinge-in-sec-17 .sec-17-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-17 .sec-17-imd-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-hinge-in-sec-17 .sec-17-imd-1 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: auto;
}
.cs-hinge-in-sec-17 .sec-17-imd-1 img.active {
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-17 .sec-17-imd-1 img.s17-image-2 {
  left: auto;
  right: 0;
}
.cs-hinge-in-sec-17 .sec-17-imd-1 img.s17-image-3 {
  left: auto;
  right: 0;
}
.cs-hinge-in-sec-17 .sec-17-txd-1 {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 550px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-hinge-in-sec-17 .sec-17-txd-1.left-side-1 {
  right: auto;
  left: 8%;
}
.cs-hinge-in-sec-17 .sec-17-txd-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-hinge-in-sec-17 .sec-17-txd-1 .sc17-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-hinge-in-sec-17 .sec-17-txd-1 .sc17-mm-1 li {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-hinge-in-sec-17 .sec-17-txd-1 .sc17-mm-1 li.active {
  color: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-hinge-in-sec-17 .sec-17-txd-1 .sc17-mm-1 li:last-child {
  margin-bottom: 0;
}

.cs-hmpg-section-1 {
  position: relative;
  z-index: 1;
}

.cs-owl-cont-1 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.cs-slider-1 video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cs-slider-1 .slider-container-1 {
  position: relative;
  height: 700px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cs-slider-1 .text-cc-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-slider-1 .text-cc-1.deactive {
  background: unset;
}
.cs-slider-1 .text-div-1 {
  max-width: 1100px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.cs-slider-1 .text-div-1 .head-1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
}
.cs-slider-1 .text-div-1 .head-2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
}

.cs-hmpg-section-2 {
  padding: 50px 0px;
}
.cs-hmpg-section-2 .cs-rb-grad-head-1 {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cs-count-number-box-2 .count-number-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.cs-count-number-box-2 .count-number-list li {
  line-height: 1;
  margin-bottom: 25px;
}
.cs-count-number-box-2 .count-number-list .count-text-1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}
.cs-count-number-box-2 .count-number-list .count-text-2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}

.cs-rb-grad-head-1 {
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  color: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #FF0000), color-stop(60%, #522929));
  background: linear-gradient(to right, #FF0000 40%, #522929 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.cs-hmpg-ani-d-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 80px;
}
.cs-hmpg-ani-d-1 .jsSHRowD1 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hmpg-ani-d-1.active .cshmphad1-txt-d-1 p:last-child {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
  visibility: visible;
}
.cs-hmpg-ani-d-1.active .cshmphad1-image-1 {
  left: -35vw;
  top: -15vh;
}
.cs-hmpg-ani-d-1.active .cshmphad1-image-1 img {
  max-height: 100%;
}
.cs-hmpg-ani-d-1.active .jsSHRowD1 {
  opacity: 1;
  visibility: visible;
}
.cs-hmpg-ani-d-1 .cshmphad1-image-1 {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hmpg-ani-d-1 .cshmphad1-image-1 img {
  max-height: 600px;
}
.cs-hmpg-ani-d-1 .cshmphad1-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-hmpg-ani-d-1 .cshmphad1-row-1 .cshmphad1r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 62%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
}
.cs-hmpg-ani-d-1 .cshmphad1-row-1 .cshmphad1r1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 38%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
.cs-hmpg-ani-d-1 .cshmphad1-txt-d-1 p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hmpg-ani-d-1 .cshmphad1-txt-d-1 p:last-child {
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
  opacity: 0;
  visibility: hidden;
}
.cs-hmpg-ani-d-1 .cshmphad1-in-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-hmpg-ani-d-1 .cshmphad1-in-row-1 .cshmphad1ir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: calc(100% - 250px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 250px);
          flex: 0 0 calc(100% - 250px);
}
.cs-hmpg-ani-d-1 .cshmphad1-in-row-1 .cshmphad1ir1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

.cs-hmpg-section-3 {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}

.cs-rb-grad-head-2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.cs-hmpg-video-c-1 {
  position: relative;
  z-index: 1;
}
.cs-hmpg-video-c-1 #hmpgSection3Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}
.cs-hmpg-video-c-1 .image-cont-1 {
  margin-top: -100vh;
}

.cs-hmpg-section-4 {
  position: relative;
  z-index: 1;
  padding: 40px 0px 10px;
  background-color: rgba(245, 245, 245, 0.35);
}

.cs-head-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-head-row-1 .csher1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: calc(100% - 130px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 130px);
          flex: 0 0 calc(100% - 130px);
  margin-bottom: 30px;
}
.cs-head-row-1 .csher1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  margin-bottom: 30px;
}

.cs-product-groups-box-1 {
  margin-bottom: 30px;
}
.cs-product-groups-box-1 .csm-i-d-1 {
  margin-bottom: 15px;
  text-align: center;
}
.cs-product-groups-box-1 .csm-i-d-1 img {
  max-height: 250px;
  width: 100%;
}
.cs-product-groups-box-1 .head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #11142D;
  margin-bottom: 15px;
}
.cs-product-groups-box-1 .desc-1 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #404040;
  margin-bottom: 15px;
  max-height: 88px;
  min-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cs-product-groups-box-1 .link-1 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #2B73AC;
}
.cs-product-groups-box-1 .link-1:hover {
  color: #FF2D16;
}
.cs-product-groups-box-1 .link-1::after {
  content: "\e903";
  font-family: "bain" !important;
  font-size: 12px;
  position: relative;
  top: -1px;
  padding-left: 10px;
}

.cs-hmpg-section-5 {
  position: relative;
  z-index: 1;
  padding: 100px 0px 70px;
  background-color: #ffffff;
  text-align: center;
}

.cs-rb-grad-head-3 {
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  color: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #522929), color-stop(60%, #FF0000));
  background: linear-gradient(to right, #522929 40%, #FF0000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
}

.cs-hmpg-section-6 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.cs-hmpg-section-6 .row {
  margin: 0;
}
.cs-hmpg-section-6 .row .csm-col-all {
  padding: 0;
}
.cs-hmpg-section-6 .row .csm-col-all:nth-child(2) {
  padding-right: 6px;
}
.cs-hmpg-section-6 .row .csm-col-all:nth-child(2) .cs-image-box-2 {
  margin-bottom: 0;
}
.cs-hmpg-section-6 .row .csm-col-all:nth-child(3) {
  padding-left: 6px;
}
.cs-hmpg-section-6 .row .csm-col-all:nth-child(3) .cs-image-box-2 {
  margin-bottom: 0;
}

.cs-image-box-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  text-align: center;
}
.cs-image-box-2 img {
  width: 100%;
}
.cs-image-box-2.w-color-1 .content-cont-1 .head-1 {
  color: #ffffff;
}
.cs-image-box-2.top-line-1 .content-cont-1 {
  top: 40%;
}
.cs-image-box-2.bottom-line-1 .content-cont-1 {
  top: auto;
  bottom: 5%;
}
.cs-image-box-2 .content-cont-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cs-image-box-2 .content-cont-1 .head-1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 25px;
}

.cs-grey-lb-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  min-height: 60px;
  border: 1px solid #606060;
  background-color: #606060;
  border-radius: 8px;
  padding: 5px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-grey-lb-1:hover {
  color: #606060;
  background-color: #ffffff;
  border-color: #606060;
}

.cs-white-lb-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #606060;
  min-height: 60px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-white-lb-1:hover {
  color: #ffffff;
  background-color: #606060;
}

.cs-hmpg-section-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  text-align: center;
}
.cs-hmpg-section-7 .text-box-1 {
  padding: 100px 0px 70px;
}

.cs-hmpg-section-8 {
  position: relative;
  z-index: 1;
  padding: 40px 0px 10px;
  background-color: rgba(245, 245, 245, 0.35);
}

.cs-hmpg-section-9 {
  position: relative;
  z-index: 1;
  padding: 60px 0px;
  background-color: #F5F5F5;
}

.jsTransformSecAll.active .image-cont-1 .image-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.jsTransformSecAll.active .cs-image-box-2 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.jsTransformSecAll.active .full-image-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.jsTransformSecAll .image-cont-1 .image-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.jsTransformSecAll .cs-image-box-2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}
.jsTransformSecAll .full-image-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50vh);
          transform: translateY(50vh);
}

.cs-american-types-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}

.cs-american-types-f-menu-1 {
  position: fixed;
  bottom: 30px;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-f-menu-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-f-menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-american-types-f-menu-1 ul li {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 45px;
}
.cs-american-types-f-menu-1 ul li:last-child {
  margin: 0;
}
.cs-american-types-f-menu-1 ul li button {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #FAFAFA;
  border: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cs-american-types-f-menu-1 ul li.active::before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0px 50px 50px 0px;
}
.cs-american-types-f-menu-1 ul li.active button {
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
}
.cs-american-types-f-menu-1.colored-1 li.active::before {
  background-color: #262626;
}
.cs-american-types-f-menu-1.colored-1 button {
  color: #262626;
}

.cs-american-types-prd-1 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
  background-color: #ffffff;
}
.cs-american-types-prd-1 .sec-at-1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-1 .sec-at-1-cont-1.active .bg-ab-img-1 {
  top: 0;
  width: 100%;
}
.cs-american-types-prd-1 .sec-inner-cont-1 {
  padding: 80px 0px 50px;
}
.cs-american-types-prd-1 .bg-ab-img-1 {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 35vh;
  left: 50%;
  z-index: -1;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
}

.cs-american-types-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 15px;
}

.cs-american-types-head-2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 15px;
}

.cs-american-types-head-3 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 30px;
}

.cs-american-types-head-4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #86868B;
  margin-bottom: 25px;
}

.cs-american-types-head-5 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-american-types-head-6 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 30px;
}

.cs-american-types-head-7 {
  font-size: 120px;
  line-height: 132px;
  font-weight: 900;
  color: #717B3F;
  background: #717B3F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #717B3F), to(#114853));
  background: linear-gradient(to bottom, #717B3F 40%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.cs-american-types-head-8 {
  font-size: 120px;
  line-height: 132px;
  font-weight: 900;
  color: #114853;
  margin-bottom: 0px;
}

.cs-american-types-desc-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}

.cs-american-types-desc-2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}

.cs-american-types-prd-2 {
  position: relative;
  z-index: 1;
  min-height: 650vh;
  background-color: #ffffff;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-2 .sec-at-2-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 .sec-inner-cont-2 {
  padding: 80px 0px 50px;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 .bg-ab-img-1 {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 .bg-ab-img-1 img {
  height: calc(100% - 60px);
  width: auto;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 .bg-ab-img-2 {
  position: absolute;
  left: 12vw;
  bottom: 4vh;
  z-index: -1;
}
.cs-american-types-prd-2 .sec-at-2-cont-1 .bg-ab-img-2 img {
  max-height: 450px;
  width: auto;
}
.cs-american-types-prd-2 .sec-at-2-cont-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  margin-top: -5vh;
}
.cs-american-types-prd-2 .sec-at-2-cont-2 .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-2 .cs-american-types-head-4, .cs-american-types-prd-2 .sec-at-2-cont-2 .cs-american-types-desc-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-2 .sec-at-2-cont-2.active .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-2.active .cs-american-types-head-4, .cs-american-types-prd-2 .sec-at-2-cont-2.active .cs-american-types-desc-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-2 .text-div-1 {
  overflow: hidden;
  max-width: 590px;
  width: 100%;
}
.cs-american-types-prd-2 .sec-at-2-cont-2 .bg-video-1 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: -1;
  height: calc(100% - 80px);
  overflow: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-2 .bg-video-1 video {
  height: 100%;
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}
.cs-american-types-prd-2 .sec-at-2-cont-2 .bg-gradient-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: rgb(203, 192, 173);
  background: -webkit-gradient(linear, left top, right top, from(rgb(203, 192, 173)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(203, 192, 173) 0%, rgba(255, 255, 255, 0) 60%);
}
.cs-american-types-prd-2 .sec-at-2-cont-3 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-2 .sec-at-2-cont-3 #americanTypesVideo2 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cs-american-types-prd-2 .sec-at-2-cont-4 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-4 .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-4 .cs-american-types-desc-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-4.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-2 .sec-at-2-cont-4.active .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-4.active .cs-american-types-desc-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-4 .bg-gradient-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 75vw;
  height: 100%;
  background: rgb(209, 196, 177);
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(209, 196, 177)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(209, 196, 177) 20%, rgba(255, 255, 255, 0) 60%);
}
.cs-american-types-prd-2 .sec-at-2-cont-4 .image-div-1 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-4 .image-div-1 img {
  height: 100%;
}
.cs-american-types-prd-2 .sec-at-2-cont-4 .text-div-2 {
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-5 .cs-american-types-desc-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-5.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-2 .sec-at-2-cont-5.active .cs-american-types-head-3, .cs-american-types-prd-2 .sec-at-2-cont-5.active .cs-american-types-desc-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .bg-gradient-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 75vw;
  height: 100%;
  background: rgb(209, 196, 177);
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(209, 196, 177)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(209, 196, 177) 20%, rgba(255, 255, 255, 0) 60%);
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .text-div-3 {
  overflow: hidden;
  text-align: center;
  padding: 18% 0px 30px;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .text-div-4 {
  overflow: hidden;
  max-width: 490px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 3;
  text-align: left;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .mb-image-d-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 img {
  width: 1920px;
  max-width: unset;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .sat2c5-cont-1 .scroll-sequence {
  z-index: 2;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .sat2c5-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 300vh;
  margin-top: -100vh;
}
.cs-american-types-prd-2 .sec-at-2-cont-5 .scroll-sequence-tt-1 {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sec-at-2-cont-6 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 150vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.sec-at-2-cont-6.active {
  opacity: 1;
  visibility: visible;
}
.sec-at-2-cont-6.active .cs-american-types-head-3, .sec-at-2-cont-6.active .cs-american-types-head-6, .sec-at-2-cont-6.active .cs-american-types-desc-2 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.sec-at-2-cont-6 .bg-gradient-4 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 75vw;
  height: 100%;
  background: rgb(209, 196, 177);
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgb(209, 196, 177)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(209, 196, 177) 20%, rgba(255, 255, 255, 0) 60%);
}
.sec-at-2-cont-6 .text-div-5 {
  overflow: hidden;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.sec-at-2-cont-6 .sat2c6-c-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5vh;
}

.cs-hr-1 {
  border-top: 0.5px solid #707070;
  margin: 40px auto;
  max-width: 300px;
}

.cs-american-types-prd-3 {
  position: relative;
  z-index: 1;
  min-height: 600vh;
  background-color: #ffffff;
}
.cs-american-types-prd-3 .sec-at-3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  background-color: #EFEFEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-3 .sec-at-3-cont-1 .cs-american-types-head-7, .cs-american-types-prd-3 .sec-at-3-cont-1 .cs-american-types-head-8 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-american-types-prd-3 .sec-at-3-cont-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-1.deactive .cs-american-types-head-7, .cs-american-types-prd-3 .sec-at-3-cont-1.deactive .cs-american-types-head-8 {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-american-types-prd-3 .sec-at-3-cont-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 200vh;
  background-color: #004E52;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-3 .sec-at-3-cont-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-2.deactive .sat3c2-img-1 {
  left: -100%;
}
.cs-american-types-prd-3 .sec-at-3-cont-2.deactive .sat3c2-tt-d-1 .tt-hh-1, .cs-american-types-prd-3 .sec-at-3-cont-2.deactive .sat3c2-tt-d-1 .tt-pp-1 {
  -webkit-transform: translateX(50vw);
          transform: translateX(50vw);
}
.cs-american-types-prd-3 .sec-at-3-cont-2.deactive .sat3c2-abt-1 {
  top: 50%;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3-content-a-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-img-1 {
  position: absolute;
  left: -3%;
  top: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-img-1 img {
  height: 100%;
  max-width: unset;
  width: auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-tt-d-1 {
  max-width: 590px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: right;
  overflow-x: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-tt-d-1 .tt-hh-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #F5F5F5;
  background: #F5F5F5;
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #F5F5F5), to(#114853));
  background: linear-gradient(to right, #F5F5F5 85%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-tt-d-1 .tt-pp-1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #FAFAFA;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-abt-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-abt-1 .abt-hh-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-american-types-prd-3 .sec-at-3-cont-2 .sat3c2-abt-1 .abt-hh-2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  background-color: #EFEFEF;
}
.cs-american-types-prd-3 .sec-at-3-cont-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .sat3c3-cont-1 .scroll-sequence {
  z-index: 1;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .sat3c3-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 250vh;
  margin-top: -100vh;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2 {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2.deactive .sst2-ab-d-1 .sst2abd1-hh-1 {
  opacity: 0.5;
  -webkit-transform: translateY(-20vh);
          transform: translateY(-20vh);
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2.deactive .sst2-ab-d-1 .sst2abd1-tt-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2 .sst2-imd-d-1 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2 .sst2-ab-d-1 {
  max-width: 610px;
  width: 100%;
  padding: 0px 15px;
  position: absolute;
  bottom: 50px;
  left: 52%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2 .sst2-ab-d-1 .sst2abd1-hh-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  color: #004E52;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-3 .scroll-sequence-tt-2 .sst2-ab-d-1 .sst2abd1-tt-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 {
  position: relative;
  top: 0;
  z-index: 2;
  min-height: 150vh;
  background-color: rgb(6, 113, 118);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-v-1 {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: -100vh;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-v-1 video {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-v-1.deactive video {
  width: 70%;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-c-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgb(6, 113, 118);
  background: radial-gradient(circle, rgb(6, 113, 118) 40%, rgb(0, 78, 82) 80%);
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-tt-d-1 {
  max-width: 610px;
  padding: 0px 15px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-tt-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-tt-d-1 .sat3cont4-hh-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-tt-d-1 .sat3cont4-tt-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-vh-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 775px;
  margin: 0 auto;
  width: 100%;
}
.cs-american-types-prd-3 .sec-at-3-cont-4 .sat3cont4-vh-1 .sat3cont4-hh-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 {
  position: relative;
  top: 0;
  z-index: 2;
  min-height: 150vh;
  background-color: rgb(6, 113, 118);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-v-1 {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: -100vh;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-v-1 video {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-v-1.deactive video {
  width: 70%;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-c-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgb(6, 113, 118);
  background: radial-gradient(circle, rgb(6, 113, 118) 40%, rgb(0, 78, 82) 80%);
  min-height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-tt-d-1 {
  max-width: 610px;
  padding: 0px 15px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-tt-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-tt-d-1 .sat3cont5-hh-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 20px;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-tt-d-1 .sat3cont5-tt-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-vh-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 775px;
  margin: 0 auto;
  width: 100%;
}
.cs-american-types-prd-3 .sec-at-3-cont-5 .sat3cont5-vh-1 .sat3cont5-hh-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-fitting-sys-main-d-1 .cs-title-fixed1 {
  position: fixed !important;
}
.cs-fitting-sys-main-d-1 .cs-title-fixed2.active, .cs-fitting-sys-main-d-1 .cs-title-fixed3.active {
  position: fixed !important;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge {
  position: relative;
  z-index: 1;
  background-color: white;
  min-height: 480vh;
  margin-top: -100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fitting-horizantal-hinge-title {
  width: 100%;
  display: -webkit-box;
  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;
  margin: 0 0 50px 0;
  padding-top: 55px;
  background: rgb(39, 180, 180);
  background: radial-gradient(circle, rgb(39, 180, 180) 0%, rgb(0, 85, 85) 100%);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fitting-horizantal-hinge-title .cs-title-main {
  font-size: 40px;
  line-height: 48px;
  color: white;
  text-align: center;
  font-weight: 600;
  max-width: 890px;
  width: 100%;
  padding-bottom: 55px;
  margin-top: 55px;
  -webkit-transform: translate3d(-20vw, 100vh, 0);
          transform: translate3d(-20vw, 100vh, 0);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge.active .cs-title-main {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate3d(0vw, 0vh, 0);
          transform: translate3d(0vw, 0vh, 0);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fitting-horizantal-hinge-center {
  min-height: 55vh;
  display: -webkit-box;
  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;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-first {
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-first:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-second {
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-second:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-third {
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-img-third:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fitting-horizantal-hinge-scrolling {
  position: sticky;
  top: 0;
  left: 50%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-horizantal-hinge .cs-fhh-title {
  font-size: 35px;
  text-align: center;
  background-color: #f3ec78;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 600;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-9 {
  background: #008887;
  position: relative;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-9 .cs-sec-9-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-9 .cs-sec-9-text-1 .cs-sec-9-cont-1 {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-9 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-1 {
  height: 100%;
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-9 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-2 {
  height: 100%;
  font-size: 82px;
  line-height: 90px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 {
  position: relative;
  z-index: 1;
  background-color: white;
  min-height: 300vh;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .cs-title-main {
  font-size: 45px;
  text-align: center;
  background-color: #f3ec78;
  background: linear-gradient(45deg, rgb(39, 180, 180) 0%, rgb(0, 85, 85) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 600;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 .top-side-sec8-1 {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  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;
  background: rgb(39, 180, 180);
  background: radial-gradient(circle, rgb(39, 180, 180) 0%, rgb(0, 85, 85) 100%);
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1 {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  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;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1 img {
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-content1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  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;
  background: rgb(39, 180, 180);
  background: radial-gradient(circle, rgb(39, 180, 180) 0%, rgb(0, 85, 85) 100%);
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-content1.active {
  opacity: 1;
  visibility: visible;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .cs-fit-head-1 {
  font-size: 108px;
  line-height: 120px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-hinge-in-sec-8 .cs-fit-head-1 span {
  font-size: 60px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 {
  position: relative;
  z-index: 2;
  min-height: 900vh;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
  background-size: cover;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-text-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-text-titlebox .cs-titlebox-1 {
  font-size: 32px;
  color: #262626;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-text-titlebox .cs-titlebox-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-text-titlebox .cs-titlebox-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
  font-size: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-text-titlebox .cs-titlebox-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-scroll-change-p-5 {
  height: auto;
  top: 5px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-scroll-change-p-5 .cs-scroll-desc-5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-img1 img, .cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .cs-sec10-img2 img {
  max-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2 .cs-sec-10-text-1-title {
  font-size: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(90deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-transform: translateX(-25vw);
          transform: translateX(-25vw);
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2 .cs-sec-10-text-1-desc-1 {
  font-size: 40px;
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2 .cs-sec-10-text-1-desc-1 span {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2.active .cs-sec-10-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2.active .cs-sec-10-text-1-desc-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-2 .cs-sec-10-text-1-desc-2 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  margin-top: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .cs-sec-10-text-1-title {
  font-size: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(90deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-transform: translateX(-25vw);
          transform: translateX(-25vw);
  font-weight: 700;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1.active .cs-sec-10-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 {
  max-width: 530px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-head-1.active .cs-sec-10-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #707070;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li.active {
  opacity: 1;
  color: #00AFE3;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-1 .sec-10-cont-1 .s10c1-mm-1 li:last-child {
  margin-right: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  background: white !important;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .color-box-1 {
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: 100px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .colorb-head-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #262626;
  margin: 0;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .color-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .color-menu-1 li {
  line-height: 1;
  margin-right: 12px;
  margin-bottom: 12px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .color-menu-1 li:last-child {
  margin-right: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .color-menu-1 li span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--backgrnd-color);
  border: 0.5px solid var(--border-color);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-colorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 210px);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-colorlist .cs-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem {
  position: relative;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  width: 195px;
  height: 1px;
  content: "";
  background-color: #707070;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem img {
  width: 255px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-text-3-titlebox {
  height: 210px;
  display: -webkit-box;
  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;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-10 .sec-10-text-3 .cs-sec10-text-3-titlebox .cs-text3-title {
  margin: 0;
  margin-top: 15px;
  font-size: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-11 {
  background: #007388;
  position: relative;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-11 .cs-sec-9-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-11 .cs-sec-9-text-1 .cs-sec-9-cont-1 {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-11 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-1 {
  height: 100%;
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-11 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-2 {
  height: 100%;
  font-size: 82px;
  line-height: 90px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 {
  position: relative;
  z-index: 2;
  min-height: 900vh;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: unset;
  background-size: cover;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-img1 img, .cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-img2 img {
  width: 100%;
  max-height: 570px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-text-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-text-titlebox .cs-titlebox-1 {
  font-size: 32px;
  color: #262626;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-text-titlebox .cs-titlebox-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-text-titlebox .cs-titlebox-2 {
  color: #007388;
  font-weight: 700;
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-text-titlebox .cs-titlebox-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-scroll-change-p-5 {
  height: auto;
  top: 5px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-scroll-change-p-5 .cs-scroll-desc-5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-img1 img {
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2 .cs-sec-12-text-1-title {
  font-size: 62px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 115, 136)), to(rgb(0, 58, 68)));
  background: linear-gradient(90deg, rgb(0, 115, 136) 0%, rgb(0, 58, 68) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transform: translateX(-25vw);
          transform: translateX(-25vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2 .cs-sec-12-text-1-desc-1 {
  font-size: 30px;
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2 .cs-sec-12-text-1-desc-1 span {
  color: #007388;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2.active .cs-sec-12-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2.active .cs-sec-12-text-1-desc-1 {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-2 .cs-sec-12-text-1-desc-2 {
  font-size: 20px;
  color: #262626;
  font-weight: 600;
  margin-top: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .cs-sec-12-text-1-title {
  font-size: 58px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 115, 136)), to(rgb(0, 58, 68)));
  background: linear-gradient(90deg, rgb(0, 115, 136) 0%, rgb(0, 58, 68) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
  -webkit-transform: translateX(-20vw);
          transform: translateX(-20vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1.active .cs-sec-12-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 {
  max-width: 530px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-mm-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-mm-1 li {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #707070;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-mm-1 li.active {
  opacity: 1;
  color: #00AFE3;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .sec-12-text-1 .sec-12-cont-1 .s12c1-mm-1 li:last-child {
  margin-right: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: white;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-assembly {
  height: calc(100vh - 210px);
  display: -webkit-box;
  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;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-textlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-textlist .cs-borderline {
  border-top: 0.5px solid #707070;
  width: 195px;
  margin-top: 35px;
  padding-bottom: 35px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-textlist .cs-textlist-content-img img {
  -o-object-fit: content;
     object-fit: content;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-textlist .cs-textlist-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-textlist .cs-textlist-content .cs-textlist-content-text {
  font-size: 20px;
  color: #262626;
  padding: 0 15px;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-text-3-titlebox {
  height: 210px;
  display: -webkit-box;
  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;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-12 .cs-sec12-listbox .cs-sec12-text-3-titlebox .cs-text3-title {
  margin: 0;
  margin-top: 15px;
  font-size: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 115, 136)), to(rgb(0, 58, 68)));
  background-image: linear-gradient(90deg, rgb(0, 115, 136) 0%, rgb(0, 58, 68) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-13 {
  background: #039A88;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-13 .cs-sec-9-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-13 .cs-sec-9-text-1 .cs-sec-9-cont-1 {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-13 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-1 {
  height: 100%;
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-13 .cs-sec-9-text-1 .cs-sec-9-cont-1 .s9c1-head-2 {
  height: 100%;
  font-size: 82px;
  line-height: 90px;
  font-weight: 900;
  color: white;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 {
  position: relative;
  z-index: 2;
  min-height: 900vh;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
  background-size: cover;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-img1 img, .cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-img2 img {
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-text-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-text-titlebox .cs-titlebox-1 {
  font-size: 32px;
  color: #262626;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-text-titlebox .cs-titlebox-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-text-titlebox .cs-titlebox-2 {
  color: #007388;
  font-weight: 700;
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec12-text-titlebox .cs-titlebox-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-scroll-change-p-5 {
  height: auto;
  top: 5px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-scroll-change-p-5 .cs-scroll-desc-5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 {
  position: sticky;
  top: 0;
  z-index: 2;
  height: 300vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-2-main {
  position: fixed !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-2-1 {
  font-size: 20px;
  color: #707070;
  font-weight: 600;
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-2-1.active {
  color: #262626;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-2-2 {
  font-size: 20px;
  color: #707070;
  font-weight: 600;
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-2-2.active {
  color: #262626;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-1 {
  font-size: 40px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-1 span {
  color: #707070;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-1 span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-2 {
  font-size: 40px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-2 span {
  color: #707070;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-2 .cs-sec-14-text-1-desc-1-2 span.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .cs-sec-14-text-1-title {
  font-size: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#039a88), to(#024D44));
  background-image: linear-gradient(0deg, #039a88, #024D44);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
  -webkit-transform: translateX(-25vw);
          transform: translateX(-25vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1.active .cs-sec-14-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 {
  max-width: 530px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-head-1 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #00AFE3;
  margin-bottom: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-head-1.active .cs-sec-10-text-1-title {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-mm-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-mm-1 li {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #707070;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-top: 35px;
  padding-left: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-mm-1 li.active {
  opacity: 1;
  color: #00AFE3;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-14-text-1 .sec-14-cont-1 .s10c1-mm-1 li:last-child {
  margin-right: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .sec-10-text-3 .sec-14-cont-2 {
  max-width: 530px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  overflow: hidden;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  background: white !important;
  opacity: 0;
  visibility: hidden;
  background-color: white;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .color-box-1 {
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: 100px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .colorb-head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0;
  text-align: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .color-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .color-menu-1 li {
  line-height: 1;
  margin-right: 12px;
  margin-bottom: 12px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .color-menu-1 li:last-child {
  margin-right: 0;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .color-menu-1 li span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--backgrnd-color);
  border: 0.5px solid var(--border-color);
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-textlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-textlist .cs-textlist-content-img {
  max-width: 240px;
  width: 100%;
  height: 180px;
  -o-object-fit: content;
     object-fit: content;
  border-bottom: 1px solid #707070;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-textlist .cs-textlist-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-textlist .cs-textlist-content .cs-textlist-content-text {
  font-size: 20px;
  color: #262626;
  padding: 0 20px;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-text-3-titlebox {
  height: 210px;
  display: -webkit-box;
  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;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.cs-fitting-sys-main-d-1 .cs-fitting-in-sec-14 .cs-sec14-listbox .cs-sec12-text-3-titlebox .cs-text3-title {
  margin: 0;
  margin-top: 15px;
  font-size: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}

.cs-compare-row-1-2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-compare-row-1-2 .cscr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}

.cs-resp-slider-1 .csrs1-h-area-1 {
  text-align: center;
  padding: 40px 15px;
}
.cs-resp-slider-1 .csrs1-h-desc-1 {
  padding: 40px 15px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.cs-resp-slider-1 .csrs1-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #484848;
  margin-bottom: 0px;
}
.cs-resp-slider-1 .csrs1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #9F86B5;
  background: #9F86B5;
  background: -webkit-gradient(linear, left top, left bottom, from(#9F86B5), color-stop(50%, #6E6E6E));
  background: linear-gradient(to bottom, #9F86B5 0%, #6E6E6E 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-master-resp-sec-1 {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  display: none;
  background: rgb(23, 121, 139);
  background: radial-gradient(circle, rgb(23, 121, 139) 0%, rgb(0, 0, 0) 100%);
}

.cs-master-resp-img-sec-1 {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  display: none;
}

.cs-master-resp-content-sec-1 {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  display: none;
}
.cs-master-resp-content-sec-1 .resp-head-a-all {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}
.cs-master-resp-content-sec-1 .resp-head-a-all.resp-head-a-6 {
  top: 72%;
}
.cs-master-resp-content-sec-1 .rha1-h-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-master-resp-content-sec-1 .rha1-h-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-master-resp-content-sec-1 .rha1-h-3 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-master-resp-content-sec-1 .rha1-h-4 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #00E7F0;
  margin-bottom: 0px;
}
@supports (-webkit-text-stroke: 2px #00E7F0) {
  .cs-master-resp-content-sec-1 .rha1-h-4 {
    -webkit-text-stroke: 1px #00E7F0;
    -webkit-text-fill-color: transparent;
  }
}
.cs-master-resp-content-sec-1 .rha1-h-5 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px;
}
.cs-master-resp-content-sec-1 .rha1-img-1 {
  position: absolute;
  right: 20px;
  top: 30vh;
}

.cs-full-container-2 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.cs-undermount-slide-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
}

.cs-undermount-slide-compare-d-1 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.cs-undermount-slide-cat-sec-1 {
  position: relative;
  z-index: 1;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 20%, rgb(185, 206, 219) 60%);
  min-height: 100vh;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-sec-bg-2 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-sec-bg-2 video {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-sec-bg-2 video.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-1 .uss1-head-1 {
  display: inline-block;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-2 .uss1-head-2 {
  display: inline-block;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 800vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-3 .uss1-head-3 {
  display: -webkit-box;
  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;
  text-align: center;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-sec-3 .uss1-i-3 {
  max-width: 1400px;
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 90px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-head-1 {
  font-size: 74px;
  line-height: 82px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 25%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-head-2 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #F22500), to(#6B0074));
  background: linear-gradient(to bottom, #F22500 20%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-undermount-slide-cat-sec-1 .undermount-slide-section-1 .uss1-head-3 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(50%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 30vh 15px 0px;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 {
  min-height: 25vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 .uss1ir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  position: unset;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 .uss1ir1-col-1:first-child .uss1-icon-box-1 .head-1 {
  margin-left: 68px;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 .uss1ir1-col-1:first-child .uss1-icon-box-1 .head-1::before {
  margin-left: 30px;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 .uss1ir1-col-1:last-child .uss1-icon-box-1 .head-1 {
  margin-left: -10vw;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-i-row-1 .uss1ir1-col-1:last-child .uss1-icon-box-1 .head-1::before {
  margin-left: calc(130px + 8vw);
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-align: center;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1 .head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(60%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 130px;
  width: 1px;
  height: 150px;
  background-color: #6B0074;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1.active .image-div-1 img {
  width: 80%;
}
.cs-undermount-slide-cat-sec-1 .uss1-icon-cont-1 .uss1-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}

.cs-undermount-slide-cat-sec-2 {
  position: relative;
  z-index: 1;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-sec-bg-3 {
  position: sticky;
  top: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(169, 205, 227) 0%, rgb(44, 114, 126) 95%);
  min-height: 100vh;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-head-1 {
  font-size: 80px;
  line-height: 92px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-head-1.deactive {
  font-size: 60px;
  line-height: 72px;
  top: 20%;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-prod-b-c-1 {
  max-width: 1200px;
  padding: 15vh 15px 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-slide-cat-sec-2 .undermount-slide-section-2 .uss2-prod-b-c-1.active {
  opacity: 1;
  visibility: visible;
}

.cs-undermount-s-cat-box-1 {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-undermount-s-cat-box-1.deactive {
  opacity: 0.4;
}
.cs-undermount-s-cat-box-1 .hs-img-div-1 {
  margin-bottom: 20px;
}
.cs-undermount-s-cat-box-1 .hs-img-div-1 img {
  max-height: 375px;
}
.cs-undermount-s-cat-box-1 .hs-head-1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 0px;
}

.cs-undermount-s-f-menu-1 {
  position: fixed;
  bottom: 30px;
  z-index: 9;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-s-f-menu-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-s-f-menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-undermount-s-f-menu-1 ul li {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 45px;
}
.cs-undermount-s-f-menu-1 ul li:last-child {
  margin: 0;
}
.cs-undermount-s-f-menu-1 ul li button {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #FAFAFA;
  border: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cs-undermount-s-f-menu-1 ul li.active::before {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0px 50px 50px 0px;
}
.cs-undermount-s-f-menu-1 ul li.active button {
  font-size: 40px;
  line-height: 48px;
  opacity: 1;
}
.cs-undermount-s-f-menu-1.colored-1 li.active::before {
  background-color: #262626;
}
.cs-undermount-s-f-menu-1.colored-1 button {
  color: #262626;
}

.cs-undermount-s-prd-all {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.cs-undermount-s-cat-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-undermount-s-cat-row-1 .csuscr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.cs-undermount-s-cat-row-1 .csuscr1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cs-undermount-s-cat-upSide-1 {
  min-height: 25vh;
  background-color: #2C727E;
}
.cs-undermount-s-cat-upSide-1 .cont-ups-1 {
  max-width: 980px;
  padding: 30px 15px 0px;
  margin: 0 auto;
}
.cs-undermount-s-cat-upSide-1 .cs-undermount-s-cat-box-1 .hs-head-1 {
  font-size: 20px;
  line-height: 28px;
}

.cs-undermount-s-cat-downSide-1 {
  background-color: #F9F9F9;
}
.cs-undermount-s-cat-downSide-1 .cont-down-1 {
  min-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-undermount-s-cat-box-2 {
  text-align: center;
  margin-bottom: 30px;
}
.cs-undermount-s-cat-box-2 .hs-img-div-1 {
  margin-bottom: 30px;
}
.cs-undermount-s-cat-box-2 .hs-img-div-1 img {
  max-height: 300px;
}
.cs-undermount-s-cat-box-2 .hs-head-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #2C727E;
  margin-bottom: 0px;
}

.cs-undermount-in-sec-1 {
  position: relative;
  z-index: 1;
  min-height: 400vh;
}
.cs-undermount-in-sec-1 .csuis1-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 120vh;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-in-sec-1 .csuis1-div-1.deactive {
  width: 85%;
  min-height: 100vh;
}
.cs-undermount-in-sec-1 .csuis1-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 15vh 15px 15px;
  margin-top: -120vh;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-1 .csuis1-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-1 .csuis1-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 15vh 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-1 .csuis1-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-1 .csuis1-div-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 15vh 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-1 .csuis1-div-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-1 .csuis1-head-1 {
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;
  color: #5D8FB2;
  margin: 0;
}
.cs-undermount-in-sec-1 .csuis1-head-2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #5D8FB2;
  margin: 0;
}

.cs-undermount-in-sec-2 {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  min-height: 1000vh;
}
.cs-undermount-in-sec-2 .csuis2-div-0 {
  position: sticky;
  top: 0;
  z-index: 9;
  min-height: 45vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 14vh 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-2 .csuis2-div-0 .csuis2-head-1, .cs-undermount-in-sec-2 .csuis2-div-0 .csuis2-head-2 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-in-sec-2 .csuis2-div-0.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-0.active-1 .csuis2-head-1 {
  font-size: 46px;
  line-height: 54px;
  color: #1d5c6e;
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
}
.cs-undermount-in-sec-2 .csuis2-div-0.active-2 .csuis2-head-1 {
  font-size: 46px;
  line-height: 54px;
}
.cs-undermount-in-sec-2 .csuis2-div-0.active-2 .csuis2-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-2 .csuis2-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background-color: #1d5c6e;
  border-radius: 60px 60px 0px 0px;
  margin-top: -45vh;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-2 .csuis2-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
  background-size: cover;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-img1 img, .cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-img2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 540px;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-text-titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-text-titlebox .cs-titlebox-1 {
  font-size: 32px;
  color: #262626;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-text-titlebox .cs-titlebox-1.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-text-titlebox .cs-titlebox-2 {
  color: #007388;
  font-weight: 700;
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-sec12-text-titlebox .cs-titlebox-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-scroll-change-p-5 {
  height: auto;
  top: 5px;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .cs-scroll-change-p-5 .cs-scroll-desc-5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #262626;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s eases;
  transition: all 0.3s eases;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .csuis2d2-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .bg-ab-img-1 {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: right;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .bg-ab-img-1 img {
  height: calc(100% - 60px);
  width: auto;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .bg-ab-img-2 {
  position: absolute;
  left: 25%;
  bottom: 2%;
  z-index: -1;
}
.cs-undermount-in-sec-2 .csuis2-div-2 .bg-ab-img-2 img {
  max-height: 300px;
  width: auto;
}
.cs-undermount-in-sec-2 .csuis2-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-head-1 {
  font-size: 90px;
  line-height: 102px;
  font-weight: 700;
  color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#5C5A5A));
  background: linear-gradient(to right, #FFFFFF 0%, #5C5A5A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.cs-undermount-in-sec-2 .csuis2-head-2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #F5F5F5;
  padding-top: 15px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #1d5c6e;
}
.cs-undermount-in-sec-2 .csuis2-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 {
  max-width: 650px;
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 10vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 .csuis2d3i1-txtd-1 {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 .csuis2d3i1-head-1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #F5F5F5;
  margin-bottom: 30px;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 .csuis2d3i1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 10px;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 .csuis2d3i1-link-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #F5F5F5;
  text-decoration: underline;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3-inn-1 .csuis2d3i1-cont-1 .csuis2d3i1-link-1:hover {
  text-decoration: none;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3i1-img-left-1 {
  position: absolute;
  left: 22vw;
  bottom: 40%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 0;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3i1-img-left-1 img {
  max-height: 500px;
  width: auto;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3i1-img-right-1 {
  position: absolute;
  right: 22vw;
  bottom: 40%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 0;
}
.cs-undermount-in-sec-2 .csuis2-div-3 .csuis2d3i1-img-right-1 img {
  max-height: 500px;
  width: auto;
}
.cs-undermount-in-sec-2 .csuis2-div-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #1d5c6e;
}
.cs-undermount-in-sec-2 .csuis2-div-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 {
  max-width: 650px;
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 10vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 .csuis2d4i1-txtd-1 {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 .csuis2d4i1-head-1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #F5F5F5;
  margin-bottom: 30px;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 .csuis2d4i1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 10px;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 .csuis2d4i1-link-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #F5F5F5;
  text-decoration: underline;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4-inn-1 .csuis2d4i1-cont-1 .csuis2d4i1-link-1:hover {
  text-decoration: none;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4i1-img-left-1 {
  position: absolute;
  left: 16vw;
  bottom: 40%;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  z-index: 0;
}
.cs-undermount-in-sec-2 .csuis2-div-4 .csuis2d4i1-img-right-1 {
  position: absolute;
  right: 16vw;
  bottom: 40%;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  z-index: 0;
}
.cs-undermount-in-sec-2 .csuis2-div-5 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #1d5c6e;
}
.cs-undermount-in-sec-2 .csuis2-div-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 {
  max-width: 650px;
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 2vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 .csuis2d5i1-txtd-1 {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 .csuis2d5i1-head-1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: #F5F5F5;
  margin-bottom: 30px;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 .csuis2d5i1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 10px;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 .csuis2d5i1-link-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #F5F5F5;
  text-decoration: underline;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-cont-1 .csuis2d5i1-link-1:hover {
  text-decoration: none;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-video-1 {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
}
.cs-undermount-in-sec-2 .csuis2-div-5 .csuis2d5-inn-1 .csuis2d5i1-video-1 .cs-text3-title {
  margin: 0;
  margin-top: 15px;
  font-size: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#27B4B4), to(#005555));
  background-image: linear-gradient(0deg, #27B4B4, #005555);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight: 700;
}

.cs-compare-row-1-2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 30px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-compare-row-1-2 .cscr1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
}

/* Melike Start */
.cs-aboutus-main .cs-aboutus-desktop {
  display: inline;
}
.cs-aboutus-main .cs-aboutus-responsive {
  display: none;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1.active .text-container-1 .desc-1, .cs-aboutus-main .cs-bestSolutions-video-c-1.active .text-container-1 .head-1, .cs-aboutus-main .cs-bestSolutions-video-c-1.active .text-container-1 .head-2 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 1;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 #aboutusVideo1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 .text-container-1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin-top: -100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 .text-container-1 .head-1 {
  display: inline-block;
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FF0000), color-stop(75%, #522929));
  background: linear-gradient(to right, #FF0000 25%, #522929 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  margin-top: 5vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-5vh);
          transform: translateY(-5vh);
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 .text-container-1 .head-2 {
  display: inline-block;
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FF0000), color-stop(75%, #522929));
  background: linear-gradient(to right, #FF0000 25%, #522929 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  opacity: 0;
}
.cs-aboutus-main .cs-bestSolutions-video-c-1 .text-container-1 .desc-1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
  opacity: 0;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 600vh;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  position: relative;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1 #aboutusVideo2 {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1 #aboutusVideo2.firstsmall {
  -webkit-transform: scale(0.018);
          transform: scale(0.018);
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1 .cs-overlay-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(124, 4, 7);
  background: linear-gradient(50deg, rgb(124, 4, 7) 0%, rgb(234, 32, 38) 100%);
  opacity: 0.94;
  top: 0;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .top-side-sec1-1 .cs-overlay-red.firstsmall {
  -webkit-transform: scale(0.018);
          transform: scale(0.018);
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .mid-side-sec1-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .mid-side-sec1-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .mid-side-sec1-1 .cs-mid-side-1-img {
  position: absolute;
  top: 40%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  max-width: 710px;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .mid-side-sec1-1 .cs-mid-side-1-img.active {
  -webkit-transform: translate(-50%, -50%) scale(0.2);
          transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .mid-side-sec1-1 #aboutusVideo3 {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1.active .cs-bottom-side-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1.active .cs-mobile-img {
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 .cs-bottom-side-top {
  position: relative;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 .cs-bottom-side-top .cs-mobile-img {
  position: absolute;
  top: 40%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 .cs-bottom-side-top #aboutusVideo4 {
  width: 100%;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 .cs-bottom-side-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(124, 4, 7);
  background: linear-gradient(50deg, rgb(124, 4, 7) 0%, rgb(234, 32, 38) 100%);
  height: 445px;
  display: -webkit-box;
  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;
  width: 100%;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cs-aboutus-main .cs-aboutus-in-sec-1 .sec-1-con-1 .bottom-side-sec1-1 .cs-bottom-side-bottom .cs-desc {
  font-size: 29px;
  line-height: 37px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 100vh;
  margin-top: -100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-aboutus-main .cs-aboutus-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-hmpg-section-3 {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-rb-grad-head-2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-aboutus-video-c-1 {
  position: relative;
  z-index: 1;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-aboutus-video-c-1 .cs-aboutus-video-c-1-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-aboutus-video-c-1 #hmpgSection3Video1 {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.cs-aboutus-main .cs-aboutus-in-sec-2 .cs-aboutus-video-c-1 .image-cont-1 {
  display: -webkit-box;
  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;
  margin-top: -100vh;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con1-bg-1 {
  position: relative;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con1-bg-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .cs-aboutus-sec3-title {
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 900;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .cs-aboutus-sec3-desc {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .s10c1-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 15px;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .s10c1-head-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-1 {
  opacity: 0;
  visibility: hidden;
  max-width: 720px;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-1.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-2 {
  opacity: 0;
  visibility: hidden;
  max-width: 720px;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-2.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-3 {
  opacity: 0;
  visibility: hidden;
  max-width: 720px;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-3.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4 {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  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;
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
  height: 0;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4.active {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4.active .s10c1-head-2 {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4.active .s10c1-desc-2 {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4 .s10c1-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7C0407), to(#EA2026));
  background-image: linear-gradient(0deg, #7C0407, #EA2026);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .cs-textbox-4 .s10c1-desc-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  color: #262626;
  text-align: center;
  margin-top: 50px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-text-1 .s10c1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0px;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con-all {
  position: relative;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  opacity: 0;
  visibility: hidden;
  margin-top: -100vh;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con-all.sec-10-con-1 {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con-all.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-aboutus-in-sec-3 .sec-10-con1-bg-all {
  position: sticky;
  top: 0;
  z-index: 1;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2 .scrollable-div-1 {
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  position: relative;
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1-text {
  position: absolute;
  max-width: 1220px;
  width: 100%;
  top: 50%;
  left: 50%;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #ffffff;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1 .scrb-item {
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2 .scrollable-div-1 .scrb-image-list-1 .scrb-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.cs-aboutus-main .cs-aboutus-in-sec-4 .csbsa10-s-2.active {
  position: sticky;
  top: 0;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 {
  position: relative;
  z-index: 1;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-respbox {
  display: none;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-deskbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 #cs-icon-box-1 {
  position: absolute !important;
  top: 240px;
  left: 23%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 #cs-icon-box-2 {
  position: absolute !important;
  top: 180px;
  left: 42%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 #cs-icon-box-3 {
  position: absolute !important;
  top: 120px;
  left: 48%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 #cs-icon-box-4 {
  position: absolute !important;
  top: 250px;
  left: 48%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 #cs-icon-box-5 {
  position: absolute !important;
  top: 250px;
  right: 16%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hingesir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .cs-sec-i-1-textbox {
  max-width: 450px;
  position: absolute;
  top: 80px;
  left: 200px;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .cs-sec-i-1-textbox .cs-sec-i-1-textbox-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .cs-sec-i-1-textbox .cs-sec-i-1-textbox-desc {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #262626;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  text-align: center;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70% !important;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1 .head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 40%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 118px;
  width: 1px;
  height: 150px;
  background-color: #404040;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1.active .image-div-1 img {
  width: 115%;
  max-width: inherit;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 .hsi-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 0;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .text-div-c-1 {
  -webkit-transform: translate(-50%, -1000%);
          transform: translate(-50%, -1000%);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .image-div-c-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 830vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-3 {
  min-height: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-respbox {
  display: none;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-deskbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .hinge-system-i-row-1 {
  min-height: 50vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .hinge-system-i-row-1 .hingesir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: unset;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1 {
  margin-left: -180px;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1::before {
  margin-left: 298px;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-1 {
  position: absolute !important;
  top: 240px;
  left: 21%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-2 {
  position: absolute !important;
  top: 210px;
  left: 39%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-3 {
  position: absolute !important;
  top: 175px;
  left: 45%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-4 {
  position: absolute !important;
  top: 120px;
  left: 46%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-5 {
  position: absolute !important;
  top: 220px;
  left: 48%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 #cs-icon-box-2-6 {
  position: absolute !important;
  top: 90px;
  left: 55%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hingesir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .cs-sec-i-1-textbox {
  max-width: 450px;
  position: absolute;
  top: 80px;
  left: 200px;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .cs-sec-i-1-textbox .cs-sec-i-1-textbox-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .cs-sec-i-1-textbox .cs-sec-i-1-textbox-desc {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #262626;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  text-align: center;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70% !important;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1 .head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 40%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 118px;
  width: 1px;
  height: 150px;
  background-color: #404040;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1.active .image-div-1 img {
  width: 115%;
  max-width: inherit;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cshsisec-i-1 .hsi-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 0;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-1.active .text-div-c-1 {
  -webkit-transform: translate(-50%, -1000%);
          transform: translate(-50%, -1000%);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-1.active .image-div-c-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 830vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-aboutus-main .cs-hinge-sys-cat-sec-2 .cs-hinge-sys-in-sec-3 {
  min-height: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-in-sec-5-title1 {
  font-size: 40px;
  line-height: 48px;
  font-style: italic;
  font-weight: 100;
  color: #262626;
  text-align: center;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-in-sec-5-title2 {
  color: #E30613;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-in-sec5-leftimg {
  max-width: 650px;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-sec5-link {
  font-size: 25px;
  font-weight: 700;
  color: #00CEFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-bottom: 1px solid #00ceff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-sec5-textbox {
  max-width: 575px;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-sec5-textbox .cs-aboutus-right-title1 {
  font-size: 48px;
  line-height: 56px;
  color: #262626;
  font-weight: 900;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-sec5-textbox .cs-aboutus-right-title2 {
  font-size: 24px;
  line-height: 32px;
  color: #262626;
  font-weight: 900;
}
.cs-aboutus-main .cs-aboutus-in-sec-5 .cs-aboutus-sec5-textbox .cs-aboutus-right-title2 {
  font-size: 20px;
  line-height: 28px;
  color: #262626;
  font-weight: 400;
}

#cs-download-modal-1 .close {
  color: #11142D !important;
  font-size: 28px;
  opacity: 1;
}
#cs-download-modal-1 .modal-header {
  border: none;
}
#cs-download-modal-1 .modal-content {
  border-radius: 15px;
}
#cs-download-modal-1 .modal-dialog {
  max-width: 750px;
}
#cs-download-modal-1 .cs-downloadModalTitle {
  color: #11142D;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top: -35px;
  margin-bottom: 35px;
  font-weight: 700;
  padding-left: 20px;
}
#cs-download-modal-1 .cs-downloadModalMain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px 75px 20px 20px;
}
#cs-download-modal-1 .cs-downloadModalMain .cs-downloadModalContent {
  background-color: #F2F2F2;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cs-download-modal-1 .cs-downloadModalMain .cs-downloadModalContent .cs-modalbutton {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 17px;
  line-height: 25px;
  color: #1A1A1A;
  background: transparent;
}
#cs-download-modal-1 .cs-downloadModalMain .cs-downloadModalContent .cs-downloadModalContent-name {
  font-size: 14px;
  line-height: 19px;
  color: #1A1A1A;
}

.cs-lift-up-door-systems-main .cs-multimech-sec-1 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50vh;
  width: 100%;
  z-index: -1;
  background: rgb(203, 201, 202);
  background: radial-gradient(circle, rgb(203, 201, 202) 0%, rgb(177, 162, 153) 100%);
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-d-1 {
  width: 45%;
  top: 55%;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-d-2 {
  top: 130px;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #262626;
  background: rgb(163, 131, 125);
  background: -webkit-gradient(linear, left top, right top, from(rgb(163, 131, 125)), to(rgb(82, 66, 63)));
  background: linear-gradient(90deg, rgb(163, 131, 125) 0%, rgb(82, 66, 63) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-head-2 {
  color: #52423F;
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-1 #lift-up-bg-1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #3B2D24;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-head-2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 {
  position: relative;
  z-index: 1;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #A3837D;
  background: #A3837D;
  background: -webkit-gradient(linear, left top, right top, from(#A3837D), color-stop(75%, #52423F));
  background: linear-gradient(to right, #A3837D 0%, #52423F 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1::before {
  margin-left: 105px;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin-top: -100vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .text-div-c-1 {
  -webkit-transform: translate(-50%, -1000%);
          transform: translate(-50%, -1000%);
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-1.active .image-div-c-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 830vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 {
  min-height: calc(100vh + 195px);
  display: -webkit-box;
  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;
  position: relative;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-titlearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  display: -webkit-box;
  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;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(195, 184, 167) 100%);
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-titlearea .cs-lift-up-sec3-title {
  text-align: center;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #A3837D;
  background: #A3837D;
  background: -webkit-gradient(linear, left top, right top, from(#A3837D), color-stop(75%, #52423F));
  background: linear-gradient(to right, #A3837D 0%, #52423F 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1050px;
  margin: 4% auto 0 auto;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea .cs-lift-up-sec3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea .cs-lift-up-sec3-content:last-child::after {
  content: none;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea .cs-lift-up-sec3-content::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  height: 155px;
  width: 0.2px;
  background-color: #86868B;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea .cs-lift-up-sec3-content .cs-title-sec3 {
  color: #2E2E3A;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.cs-lift-up-door-systems-main .cs-hinge-sys-cat-sec-1 .cs-lift-up-door-3 .cs-lift-up-sec3-contentarea .cs-lift-up-sec3-content .cs-desc-sec3 {
  color: #86868B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 {
  position: relative;
  z-index: 1;
  min-height: 500vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background-color: #9E7D77;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1.activetop .ms1d1-d-1 {
  width: 60%;
  top: 20%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1.activetop .ms1d1-head-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1.activetop .ms1d1-d-2 {
  top: 75%;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1.active .ms1d1-head-1 {
  font-size: 42px;
  line-height: 50px;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1.active .ms1d1-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-d-1 video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-head-1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 100;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-1 .multimech-sec1-d-1 .ms1d1-head-3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 475px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-videoarea {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-videoarea .cs-lift-up-door-videotitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 62px;
  line-height: 70px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-videoarea .cs-lift-up-door-videobox {
  height: 100vh;
  width: 100%;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-videoarea .cs-lift-up-door-videobox #liftupdoorvideo2 {
  width: 100%;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(275deg, rgb(255, 255, 255) 0%, rgb(223, 204, 200) 100%);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cs-lift-up-door-2-smallimg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 4;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: translate(100vw, 55vh) rotate(0deg);
          transform: translate(100vw, 55vh) rotate(0deg);
  overflow: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cs-lift-up-door-2-smallimg.smallactive {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(70vw, 55vh) rotate(0deg);
          transform: translate(70vw, 55vh) rotate(0deg);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-image-d-1 .cscl-image-bg {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
  -webkit-transform: translate(-23vw, 30vh);
          transform: translate(-23vw, 30vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-image-d-1.active .cscl-image-bg {
  -webkit-transform: translate(-23vw, 0vh);
          transform: translate(-23vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-image-d-1.active-2 .cscl-image-bg {
  -webkit-transform: translate(-30vw, 0vh);
          transform: translate(-30vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-image-d-1.deactive .cscl-image-bg {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translate(18vw, 30vh);
          transform: translate(18vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1.active {
  -webkit-transform: translate(19vw, 10vh);
          transform: translate(19vw, 10vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 .cs-lift-up-door-2-head-1 {
  text-align: left;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #e9d1c9;
  background: #e9d1c9;
  background: -webkit-gradient(linear, left top, right top, from(#e9d1c9), color-stop(75%, #554646));
  background: linear-gradient(to right, #e9d1c9 0%, #554646 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 .cs-lift-up-door-2-desc-1 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  opacity: 1;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 .cs-lift-up-door-2-desc-1.active-text1 {
  opacity: 0.6;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 .cs-lift-up-door-2-desc-2 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-2 .text-cont-1 .cs-lift-up-door-2-desc-2.active-text2 {
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(275deg, rgb(255, 255, 255) 0%, rgb(223, 204, 200) 100%);
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(13vw, 30vh);
          transform: translate(13vw, 30vh);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .cscl-image-d-1.active img {
  -webkit-transform: translate(13vw, 0vh);
          transform: translate(13vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translate(-22vw, 100vh);
          transform: translate(-22vw, 100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .text-cont-1.active {
  -webkit-transform: translate(-22vw, 20vh);
          transform: translate(-22vw, 20vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .text-cont-1 .cs-lift-up-door-3-head-1 {
  text-align: left;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #a58980;
  background: #a58980;
  background: -webkit-gradient(linear, left top, right top, from(#a7877d), color-stop(40%, #554646));
  background: linear-gradient(to right, #a7877d 0%, #554646 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .text-cont-1 .cs-lift-up-door-3-desc-1 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  padding: 20px 100px 20px 0;
}
.cs-lift-up-door-systems-main .cs-color-line-section-5 .text-cont-1 .cs-lift-up-door-3-link-1 {
  color: #4D3E41;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 {
  position: relative;
  z-index: 1;
  min-height: 500vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background: rgb(253, 237, 224);
  background: radial-gradient(circle, rgb(253, 237, 224) 0%, rgb(136, 124, 114) 100%);
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.activetop .ms1d1-d-1 {
  width: 60%;
  top: 20%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.activetop .ms1d1-head-1,
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.activetop .ms1d1-head-2 {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(65%, rgb(88, 88, 88)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(88, 88, 88) 65%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.activetop .ms1d1-head-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #262626;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.activetop .ms1d1-d-2 {
  top: 75%;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.active .ms1d1-head-1 {
  font-size: 42px;
  line-height: 50px;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1.active .ms1d1-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-d-1 video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-head-1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 100;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-multimech-sec-1-2 .multimech-sec1-d-1 .ms1d1-head-3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  max-width: 475px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 {
  position: relative;
  z-index: 0;
  min-height: 300vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(207, 204, 196) 80%);
  background-position: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cs-smallimg-3 {
  z-index: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: translate(100%, 40vh) rotate(30deg);
          transform: translate(100%, 40vh) rotate(30deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cs-smallimg-3.smallactive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(60vw, 40vh) rotate(0deg);
          transform: translate(60vw, 40vh) rotate(0deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cs-smallimg-3.smallactive2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(100vw, 40vh) rotate(0deg);
          transform: translate(100vw, 40vh) rotate(0deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cscl-image-d-1 .cscl-image-bg2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
  -webkit-transform: translate(0vw, 30vh);
          transform: translate(0vw, 30vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cscl-image-d-1.active .cscl-image-bg2 {
  -webkit-transform: translate(0vw, 0vh);
          transform: translate(0vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translate(22vw, 30vh);
          transform: translate(22vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1.active {
  -webkit-transform: translate(22vw, 0vh);
          transform: translate(22vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-head-1 {
  text-align: left;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(65%, rgb(88, 88, 88)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(88, 88, 88) 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-head-1.active-text1 {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-desc-1 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-desc-1.active-text1 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.6;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-head-2 {
  text-align: left;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(65%, rgb(88, 88, 88)));
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(88, 88, 88) 65%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-head-2.active-text2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-desc-2 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-4 .text-cont-1 .cs-lift-up-door-2-desc-2.active-text2 {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 {
  position: relative;
  z-index: 0;
  min-height: 300vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 85%);
  background-position: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cs-smallimg-4 {
  z-index: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(-10vw, 30vh);
          transform: translate(-10vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cs-smallimg-4.smallactive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0vw, 30vh);
          transform: translate(0vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cscl-image-d-1 .cscl-image-bg2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
  opacity: 0.3;
  -webkit-transform: translate(0vw, 30vh);
          transform: translate(0vw, 30vh);
  z-index: -1;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cscl-image-d-1.active .cscl-image-bg2 {
  -webkit-transform: translate(0vw, 0vh);
          transform: translate(0vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translate(23vw, 20vh);
          transform: translate(23vw, 20vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-head-1 {
  text-align: left;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  color: #262626;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-desc-1 {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-head-2 {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #262626;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-head-3 {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #262626;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-desc-2 {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 35px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-5 .text-cont-1 .cs-lift-up-door-2-desc-3 {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 {
  position: sticky;
  top: 0;
  z-index: 5;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  background: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-box-1 {
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: 100px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-box-1 .color-box-1-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #262626;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .colorb-head-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  text-align: center;
  margin: 20px 0;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-menu-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-menu-1 li {
  line-height: 1;
  margin-right: 12px;
  margin-bottom: 12px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-menu-1 li:last-child {
  margin-right: 0;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .color-menu-1 li span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--backgrnd-color);
  border: 0.5px solid var(--border-color);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-colorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-colorlist .cs-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem {
  position: relative;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  width: 195px;
  height: 0.2px;
  content: "";
  background-color: #707070;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-colorlist .cs-imgbox .cs-imgbox-listitem img {
  width: 255px;
  height: 260px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-text-3-titlebox {
  max-width: 650px;
  margin: 0 auto;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-6 .cs-sec10-text-3-titlebox .cs-text3-title {
  font-size: 32px;
  line-height: 40px;
  color: #262626;
  font-weight: 700;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 {
  position: relative;
  z-index: 5;
  min-height: 350vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(195, 184, 167) 100%);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .cs-lift-up-door-7-img1 {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-30vw, 250vh);
          transform: translate(-30vw, 250vh);
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .cs-lift-up-door-7-img1.activeimg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-10vw, 250vh);
          transform: translate(-10vw, 250vh);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .cs-lift-up-door-7-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .cs-lift-up-door-7-img2.activeimg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 {
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0vw, 150vh);
          transform: translate(0vw, 150vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1.active {
  -webkit-transform: translate(0vw, 30vh);
          transform: translate(0vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .cs-lift-up-door-7-head-1 {
  text-align: left;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #552424;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .cs-lift-up-door-7-head-1.activetext {
  font-size: 30px;
  line-height: 38px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .text-cont-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .text-cont-2.active2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .text-cont-2 .cs-lift-up-door-7-head-2 {
  color: #552424;
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  text-align: left;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-7 .text-cont-1 .text-cont-2 .cs-lift-up-door-7-desc-1 {
  color: #552424;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  font-style: italic;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 {
  position: relative;
  z-index: 0;
  min-height: 300vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(207, 204, 196) 80%);
  background-position: center;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cs-smallimg-3 {
  z-index: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(-50vw, 30vh);
          transform: translate(-50vw, 30vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cs-smallimg-3.smallactive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-8vw, 10vh);
          transform: translate(-8vw, 10vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cs-smallimg-3.smallactive2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50vw, 10vh);
          transform: translate(-50vw, 10vh);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  opacity: 1;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cscl-image-d-1 .cscl-image-bg2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
  -webkit-transform: translate(0vw, 30vh);
          transform: translate(0vw, 30vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cscl-image-d-1.active .cscl-image-bg2 {
  -webkit-transform: translate(0vw, 0vh);
          transform: translate(0vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cscl-image-d-1.active2 .cscl-image-bg2 {
  opacity: 0.3;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-1 {
  position: absolute;
  left: 50%;
  max-width: 420px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, 10vh);
          transform: translate(-50%, 10vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-1 .cs-text-cont-1-head-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #552424;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-1 .text-cont-1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-1 .text-cont-1-1 .cs-text-cont-1-head-2 {
  font-size: 70px;
  line-height: 78px;
  font-weight: 900;
  color: #552424;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-1 .text-cont-1-1 .cs-text-cont-1-desc-1 {
  color: #552424;
  font-size: 25px;
  line-height: 33px;
  font-weight: 300;
  font-style: italic;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 {
  max-width: 420px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translate(22vw, 35vh);
          transform: translate(22vw, 35vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2.active {
  -webkit-transform: translate(22vw, 0vh);
          transform: translate(22vw, 0vh);
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-head-1 {
  text-align: left;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  color: #262626;
  opacity: 1;
  height: auto;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-head-1.active-text1 {
  opacity: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-desc-1 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  opacity: 1;
  height: auto;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-desc-1.active-text1 {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  margin: 0;
  height: 0;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-head-2 {
  text-align: left;
  font-size: 45px;
  line-height: 53px;
  color: #262626;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-head-2.active-text2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-desc-2 {
  color: #86868B;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-8 .text-cont-2 .cs-text-cont-2-desc-2.active-text2 {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-9 {
  position: relative;
  z-index: 6;
  background: #ffffff;
  height: 100vh;
  display: -webkit-box;
  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;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-door-9-main-title {
  font-size: 60px;
  line-height: 68px;
  color: #262626;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-left, .cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-right {
  display: -webkit-box;
  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;
  max-width: 550px;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-left .cs-lift-up-door-9-title, .cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-right .cs-lift-up-door-9-title {
  color: #404040;
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  margin: 20px 0;
}
.cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-left .cs-lift-up-door-9-desc, .cs-lift-up-door-systems-main .cs-lift-up-door-9 .cs-lift-up-9-right .cs-lift-up-door-9-desc {
  color: #262626;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.cs-lift-up-mobile {
  display: none;
}

.cs-drawer-box-main .cs-drawer-box-mobile {
  display: none;
}
.cs-drawer-box-main .cs-drawer-box-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 250vh;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .cs-drawerbox-bg1 {
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .cs-drawerbox-bg1 .cs-drawerbox-textboxmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .cs-drawerbox-bg1 .cs-drawerbox-textboxmain .cs-drawerbox-textbox1 {
  margin-bottom: -40px;
  padding-top: 70px;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .cs-drawerbox-bg1 .cs-drawerbox-textboxmain .cs-drawerbox-textbox1 .cs-drawerbox-img1 {
  max-width: 680px;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .cs-drawerbox-bg1 .cs-drawerbox-textboxmain .cs-drawerbox-textbox1 .cs-drawerbox-img2 {
  max-width: 810px;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .top-side-sec8-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .top-side-sec8-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .mid-side-sec8-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .mid-side-sec8-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .sec-8-con-1 .bottom-side-sec8-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .cshis8-head-1 {
  font-size: 108px;
  line-height: 120px;
  font-weight: 900;
  background: rgb(219, 196, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 196, 176)), to(rgb(70, 60, 55)));
  background: linear-gradient(90deg, rgb(219, 196, 176) 0%, rgb(70, 60, 55) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .cshis8-head-2 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 900;
  background: rgb(219, 196, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 196, 176)), color-stop(70%, rgb(70, 60, 55)));
  background: linear-gradient(90deg, rgb(219, 196, 176) 0%, rgb(70, 60, 55) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-hinge-in-sec-8 .cshis8-head-3 {
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
  background: rgb(219, 196, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 196, 176)), color-stop(70%, rgb(70, 60, 55)));
  background: linear-gradient(90deg, rgb(219, 196, 176) 0%, rgb(70, 60, 55) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 {
  position: relative;
  z-index: 1;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-sec-bg-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 830vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cs-hinge-sys-in-sec-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cshsisec-i-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cshsisec-cont-1 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 90px 15px;
  width: 100%;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .text-div-c-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .image-div-c-1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .cs-hinge-head-1 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 0px;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 {
  min-height: 50vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  position: unset;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1 {
  margin-left: -180px;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hinge-system-i-row-1 .hingesir1-col-1:last-child .hsi-icon-box-1 .head-1::before {
  margin-left: 298px;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .image-div-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-align: center;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .image-div-1 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  background: rgb(219, 196, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 196, 176)), to(rgb(70, 60, 55)));
  background: linear-gradient(90deg, rgb(219, 196, 176) 0%, rgb(70, 60, 55) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10vh;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1 .head-1::before {
  content: "";
  position: absolute;
  top: -160px;
  margin-left: 100px;
  width: 1px;
  height: 150px;
  background-color: #404040;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .image-div-1 {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .image-div-1 img {
  width: 100%;
  max-width: inherit;
}
.cs-drawer-box-main .cs-hinge-sys-cat-sec-1 .hsi-icon-box-1.active .head-1 {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawer-box-3 {
  min-height: 250vh;
  position: sticky;
  top: -115px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawer-box-imgbox1 {
  display: -webkit-box;
  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;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawerbox-content {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawerbox-content .cs-drawerbox-content-head {
  color: #2E2E3A;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawerbox-content img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawer-box-text1 {
  display: -webkit-box;
  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;
  height: 165px;
  background-size: cover;
}
.cs-drawer-box-main .cs-drawer-box-3 .cs-drawer-box-text1 h3 {
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(219, 196, 176);
  background: -webkit-gradient(linear, left top, right top, from(rgb(219, 196, 176)), color-stop(60%, rgb(70, 60, 55)));
  background: linear-gradient(90deg, rgb(219, 196, 176) 0%, rgb(70, 60, 55) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-drawer-box-main .cs-color-line-section-7 {
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 70%);
  position: relative;
  z-index: 1;
  min-height: 200vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-2-img {
  position: sticky;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-2-img img {
  min-height: 100vh;
  max-height: 100vh;
  -webkit-transform: translateX(8vw);
          transform: translateX(8vw);
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-2-img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-2 {
  max-width: 600px;
  -webkit-transform: translate(15vw, 25vh);
          transform: translate(15vw, 25vh);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: left;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(24vw, 25vh);
          transform: translate(24vw, 25vh);
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-2 .text-cont-2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 15px;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-2 .cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #FAFAFA;
  text-align: left;
  width: 49%;
  margin-bottom: 25px;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-2 .text-cont-2-link-1 {
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  color: #FAFAFA;
  text-decoration: underline;
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1.active img {
  -webkit-transform: translateX(-85vw);
          transform: translateX(-85vw);
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-48vw, 0vh);
          transform: translate(-48vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1.active-3 img {
  -webkit-transform: translate(-65vw, 0vh);
          transform: translate(-65vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-7 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-drawer-box-main .cs-color-line-section-7 .cs-color-line-head-6 {
  font-size: 60px;
  line-height: 68px;
  color: #ffffff;
  font-weight: 100;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0vw, 50vh);
          transform: translate(0vw, 50vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-color-line-section-7 .cs-color-line-head-6.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0vw, 10vh);
          transform: translate(0vw, 10vh);
  font-size: 32px;
  line-height: 40px;
}
.cs-drawer-box-main .cs-color-line-section-7 .cs-color-line-head-6 .cs-text-line1 {
  font-weight: 900;
}
.cs-drawer-box-main .cs-color-line-section-7 .cs-color-line-desc-1 {
  font-size: 60px;
  line-height: 68px;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(36%, rgb(170, 163, 163)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(170, 163, 163) 36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-7 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-drawer-box-main .cs-color-line-section-8 {
  background: rgb(192, 140, 111);
  background: radial-gradient(circle, rgb(192, 140, 111) 0%, rgb(237, 213, 181) 100%);
  position: relative;
  z-index: 1;
  min-height: 235vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-2-img {
  position: sticky;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-2-img img {
  min-height: 100vh;
  max-height: 100vh;
  -webkit-transform: translateX(30vw);
          transform: translateX(30vw);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-2-img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-2 {
  max-width: 600px;
  -webkit-transform: translate(15vw, 25vh);
          transform: translate(15vw, 25vh);
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(32vw, 15vh);
          transform: translate(32vw, 15vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-2 .text-cont-2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #6C4E31;
  margin-bottom: 15px;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-2 .cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 49%;
  margin-bottom: 25px;
  color: #6C4E31;
  font-weight: 400;
  line-height: 28px;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-2 .text-cont-2-link-1 {
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  color: #6C4E31;
  text-decoration: underline;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-3 {
  max-width: 600px;
  -webkit-transform: translate(15vw, -20vh);
          transform: translate(15vw, -20vh);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: left;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-3.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(7vw, -20vh);
          transform: translate(7vw, -20vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-3 .text-cont-2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #6C4E31;
  margin-bottom: 15px;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-3 .cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 49%;
  margin-bottom: 25px;
  color: #6C4E31;
  font-weight: 400;
  line-height: 28px;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-3 .text-cont-2-link-1 {
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  color: #6C4E31;
  text-decoration: underline;
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(-20vw, 28vh);
          transform: translate(-20vw, 28vh);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1.active img {
  -webkit-transform: translate(-20vw, 28vh);
          transform: translate(-20vw, 28vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-52vw, 0vh);
          transform: translate(-52vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1.active-3 img {
  -webkit-transform: translate(-65vw, 0vh);
          transform: translate(-65vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1.active-4 img {
  -webkit-transform: translate(-100vw, 0vh);
          transform: translate(-100vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-8 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-drawer-box-main .cs-color-line-section-8 .cs-color-line-head-6 {
  font-size: 50px;
  line-height: 58px;
  background: rgb(113, 76, 46);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(113, 76, 46)), color-stop(70%, rgb(55, 13, 12)));
  background: linear-gradient(90deg, rgb(113, 76, 46) 30%, rgb(55, 13, 12) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0vw, 40vh);
          transform: translate(0vw, 40vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
  max-width: 800px;
}
.cs-drawer-box-main .cs-color-line-section-8 .cs-color-line-head-6.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(14vw, 10vh);
          transform: translate(14vw, 10vh);
  font-size: 32px;
  line-height: 40px;
}
.cs-drawer-box-main .cs-color-line-section-8 .cs-color-line-head-6 .cs-text-line1 {
  font-weight: 900;
}
.cs-drawer-box-main .cs-color-line-section-8 .cs-color-line-text-1 {
  font-size: 60px;
  line-height: 68px;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(113, 76, 46);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(113, 76, 46)), color-stop(70%, rgb(55, 13, 12)));
  background: linear-gradient(90deg, rgb(113, 76, 46) 30%, rgb(55, 13, 12) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-8 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-drawer-box-main .cs-color-line-section-9 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(131, 111, 111) 100%);
  position: relative;
  z-index: 1;
  min-height: 300vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-2-img {
  position: sticky;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-2-img img {
  min-height: 100vh;
  max-height: 100vh;
  -webkit-transform: translateX(60vw);
          transform: translateX(60vw);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-2-img.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-2 {
  max-width: 600px;
  -webkit-transform: translate(15vw, 25vh);
          transform: translate(15vw, 25vh);
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(30vw, 25vh);
          transform: translate(30vw, 25vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-2 .text-cont-2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #004A54;
  margin-bottom: 15px;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-2 .cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 49%;
  margin-bottom: 25px;
  color: #262626;
  font-weight: 400;
  line-height: 28px;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-2 .text-cont-2-link-1 {
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  color: #262626;
  text-decoration: underline;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-3 {
  max-width: 600px;
  -webkit-transform: translate(15vw, -10vh);
          transform: translate(15vw, -10vh);
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-3.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(7vw, -10vh);
          transform: translate(7vw, -10vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-3 .text-cont-2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #004A54;
  margin-bottom: 15px;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-3 .cs-color-line-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  width: 49%;
  margin-bottom: 25px;
  color: #262626;
  font-weight: 400;
  line-height: 28px;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-3 .text-cont-2-link-1 {
  font-size: 25px;
  line-height: 23px;
  font-weight: 600;
  color: #262626;
  text-decoration: underline;
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-height: 100vh;
  min-height: 100vh;
  width: auto;
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1.active img {
  -webkit-transform: translateX(-85vw);
          transform: translateX(-85vw);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-48vw, 0vh);
          transform: translate(-48vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1.active-3 img {
  -webkit-transform: translate(-65vw, 0vh);
          transform: translate(-65vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1.active-4 img {
  -webkit-transform: translate(-100vw, 0vh);
          transform: translate(-100vw, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-image-d-1.deactive img {
  -webkit-transform: translate(100%, 0vh);
          transform: translate(100%, 0vh);
}
.cs-drawer-box-main .cs-color-line-section-9 .cscl-text-d-1 {
  position: sticky;
  top: 0vh;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: -100vh;
  min-height: 100vh;
}
.cs-drawer-box-main .cs-color-line-section-9 .cs-color-line-head-6 {
  font-size: 50px;
  line-height: 58px;
  background: rgb(174, 202, 208);
  background: -webkit-gradient(linear, left top, right top, from(rgb(174, 202, 208)), color-stop(45%, rgb(22, 76, 87)));
  background: linear-gradient(90deg, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0vw, 50vh);
          transform: translate(0vw, 50vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-color-line-section-9 .cs-color-line-head-6.active {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0vw, 10vh);
          transform: translate(0vw, 10vh);
  font-size: 32px;
  line-height: 40px;
}
.cs-drawer-box-main .cs-color-line-section-9 .cs-color-line-head-6 .cs-text-line1 {
  font-weight: 900;
}
.cs-drawer-box-main .cs-color-line-section-9 .cs-color-line-text-1 {
  font-size: 60px;
  line-height: 68px;
  font-size: 45px;
  line-height: 53px;
  font-weight: 700;
  background: rgb(174, 202, 208);
  background: -webkit-gradient(linear, left top, right top, from(rgb(174, 202, 208)), color-stop(45%, rgb(22, 76, 87)));
  background: linear-gradient(90deg, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-drawer-box-main .cs-color-line-section-9 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-drawer-box-main .cs-drawerbox-4 {
  position: relative;
  z-index: 1;
  background: rgb(229, 226, 229);
  background: radial-gradient(circle, rgb(229, 226, 229) 0%, rgb(255, 255, 255) 100%);
  min-height: 800vh;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-top-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-top-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-mid-side2-img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 {
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-title {
  color: #554445;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  margin-bottom: 30px;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc1 {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc1.active {
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc2 {
  font-size: 30px;
  line-height: 38px;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc2.active {
  opacity: 1;
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox {
  position: absolute;
  top: 60px;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #554445;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-4 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 33px;
}
.cs-drawer-box-main .cs-drawerbox-4 .cshis8-head-1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 900;
  color: #554445;
  margin-bottom: 0px;
  text-align: center;
  opacity: 0.5;
}
.cs-drawer-box-main .cs-drawerbox-4 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #554445;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-4 .cshis8-head-3 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #554445;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-5 {
  position: relative;
  z-index: 1;
  background: rgb(255, 246, 241);
  background: radial-gradient(circle, rgb(255, 246, 241) 0%, rgb(237, 232, 229) 100%);
  min-height: 450vh;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -100px;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-top-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-top-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox {
  position: absolute;
  top: 60px;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #866666;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 33px;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-mid-side2-img {
  position: absolute;
  right: 0;
  top: 0;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 {
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-title {
  color: #866666;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  margin-bottom: 30px;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc1 {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc1.active {
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc2 {
  font-size: 30px;
  line-height: 38px;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-textbox-2 .cs-desc2.active {
  opacity: 1;
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
  z-index: 1;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox {
  position: absolute;
  top: 60px;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #866666;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-5 .sec-8-con-1 .drawer-bottom-side .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 33px;
}
.cs-drawer-box-main .cs-drawerbox-5 .cshis8-head-1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 900;
  color: #866666;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-5 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #866666;
  opacity: 1;
  z-index: 5;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-5 .cshis8-head-3 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #866666;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 {
  position: relative;
  z-index: 1;
  background: rgb(244, 234, 234);
  background: radial-gradient(circle, rgb(244, 234, 234) 0%, rgb(202, 200, 203) 100%);
  min-height: 500vh;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-top-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-top-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox {
  position: absolute;
  top: 60px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 55%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #262626;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 33px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-bottom-textbox {
  position: absolute;
  top: 60px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 55%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  font-size: 40px;
  line-height: 48px;
  color: #262626;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-2 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  line-height: 33px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-mid-side2-img {
  position: absolute;
  right: 0;
  top: 0;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 .cs-title {
  color: #262626;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  margin-bottom: 30px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 .cs-desc1 {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
  max-width: 550px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 .cs-desc1.active {
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 .cs-desc2 {
  font-size: 30px;
  line-height: 38px;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-textbox-2 .cs-desc2.active {
  opacity: 1;
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-mid-side-3 .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
  z-index: 1;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-mid-side2-img {
  position: absolute;
  right: 0;
  top: 0;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 .cs-title {
  color: #262626;
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  margin-bottom: 30px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 .cs-desc1 {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 38px;
  opacity: 1;
  max-width: 550px;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 .cs-desc1.active {
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 .cs-desc2 {
  font-size: 30px;
  line-height: 38px;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-textbox-2 .cs-desc2.active {
  opacity: 1;
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .sec-8-con-1 .drawer-bottom-side .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
  z-index: 1;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #262626;
  opacity: 1;
  z-index: 5;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-3 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #262626;
  opacity: 1;
  z-index: 5;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-6 .cshis8-head-3 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 450vh;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-top-side {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-top-side.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  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;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox .cs-imgbox-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox .cs-imgbox-1.deactive {
  display: none;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox .cs-imgbox-2 {
  display: none;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox .cs-imgbox-2.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-imgbox img {
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox {
  position: absolute;
  top: 30px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(134, 134, 134)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(134, 134, 134) 100%);
  width: 100%;
  padding: 20px 0;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  z-index: 5;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  color: #262626;
  font-size: 25px;
  line-height: 33px;
  opacity: 0.4;
  max-width: 700px;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1.active {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-2 {
  color: #262626;
  font-size: 25px;
  line-height: 33px;
  opacity: 0.4;
  max-width: 700px;
}
.cs-drawer-box-main .cs-drawerbox-7 .sec-8-con-1 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-2.active {
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-7 .cshis8-head-1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 900;
  font-weight-color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-7 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  z-index: 5;
  position: absolute;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-7 .cshis8-head-3 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  background: rgb(242, 37, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 37, 0)), to(rgb(107, 0, 116)));
  background: linear-gradient(90deg, rgb(242, 37, 0) 0%, rgb(107, 0, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-8 {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(229, 226, 229)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(229, 226, 229) 100%);
  min-height: 160vh;
}
.cs-drawer-box-main .cs-drawerbox-8 .sec-8-con-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox {
  height: 100vh;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox .first-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox .first-img.deactive {
  display: none;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox .second-img {
  display: none;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox .second-img.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-rollbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-mid-textbox {
  position: absolute;
  top: 70px;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-head-1 {
  color: #554445;
  opacity: 1;
  font-size: 45px;
  line-height: 53px;
  font-weight: 900;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-0 {
  font-size: 25px;
  line-height: 33px;
  color: #262626;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-0.active {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1 {
  font-size: 25px;
  line-height: 33px;
  color: #262626;
  opacity: 0.3;
}
.cs-drawer-box-main .cs-drawerbox-8 .drawer-mid-side-1 .cs-drawer-bottom-textbox2 .cs-drawer-bottom-desc-1.active {
  background: rgb(167, 152, 156);
  background: radial-gradient(circle, rgb(167, 152, 156) 0%, rgb(84, 76, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.cs-drawer-box-main .cs-drawerbox-8 .cshis8-head-1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #554445;
  margin-bottom: 0px;
  text-align: center;
}
.cs-drawer-box-main .cs-drawerbox-8 .cshis8-head-2 {
  font-size: 25px;
  line-height: 33px;
  font-weight: 900;
  color: #554445;
  margin-bottom: 0px;
  text-align: center;
}

.cs-drawerbox-listitems .cscr1-col-1 {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 16%;
}

.cs-day-and-night-main .cs-dnn-sec1 {
  min-height: 150vh;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.cs-day-and-night-main .cs-dnn-sec1 .cs-dnn-textbox1 {
  position: sticky;
  top: 50vh;
  display: -webkit-box;
  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;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.cs-day-and-night-main .cs-dnn-sec1 .cs-dnn-textbox1 .cs-dnn-textbox1-title1 {
  font-size: 70px;
  line-height: 78px;
  color: #F5F5F5;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-10vh);
          transform: translateY(-10vh);
}
.cs-day-and-night-main .cs-dnn-sec1 .cs-dnn-textbox1 .cs-dnn-textbox1-title1.active {
  opacity: 1;
  height: auto;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-day-and-night-main .cs-dnn-sec1 .cs-dnn-textbox1 .cs-dnn-textbox1-title2 {
  font-size: 70px;
  line-height: 78px;
  color: #F5F5F5;
  font-weight: 700;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
}
.cs-day-and-night-main .cs-dnn-sec1 .cs-dnn-textbox1 .cs-dnn-textbox1-title2.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(-10vh);
          transform: translateY(-10vh);
}
.cs-day-and-night-main .cs-dnn-sec2 {
  min-height: 600vh;
  width: 100%;
  margin-top: -50px;
  position: relative;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn2-btn {
  position: absolute;
  bottom: 600px;
  left: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
  margin: 0;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn2-btn .cs-top-text {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn2-btn .cs-bottom-text {
  color: #86868B;
  font-size: 14px;
  line-height: 22px;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-sec2-content {
  top: 0;
  width: 100%;
  padding-top: 100px;
  position: sticky;
  height: 150vh;
  background-repeat: no-repeat;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: top right;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 500px;
  text-align: center;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text1,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text2,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text3,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text4,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text5,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text6,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text7 {
  opacity: 0.4;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text1.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text2.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text3.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text4.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text5.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text6.active,
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text7.active {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.cs-day-and-night-main .cs-dnn-sec2 .cs-dnn-textbox2 .cs-text {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 3px 0;
  font-weight: 400;
}
.cs-day-and-night-main .cs-dnn-sec2-img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100%;
  margin-top: -420px;
  height: 0;
  z-index: 1;
}
.cs-day-and-night-main .cs-dnn-sec2-img.active {
  visibility: visible;
  opacity: 1;
  height: 505px;
}
.cs-day-and-night-main .cs-dnn-sec3 {
  position: relative;
  min-height: 400vh;
  width: 100%;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main {
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: sticky;
  background-position: center;
  top: 0vh;
  margin-top: -120px;
  overflow: hidden;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-dnn-sec3-title {
  font-size: 70px;
  line-height: 78px;
  position: absolute;
  text-align: center;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #63523B;
  font-weight: 700;
  font-style: italic;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-dnn-sec3-title .cs-dnn-sec3-title-bottom {
  font-weight: 300;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox {
  height: 150px;
  width: 100%;
  display: -webkit-box;
  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;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn1 {
  position: absolute;
  left: 50%;
  top: 74%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn1.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn2 {
  position: absolute;
  left: 22%;
  top: 79%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn2.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn3 {
  position: absolute;
  left: 22%;
  top: 68%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn3.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn4 {
  position: absolute;
  right: 15%;
  top: 74%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn4.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn {
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
  margin: 0;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn .cs-top-text {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cs-day-and-night-main .cs-dnn-sec3 .cs-dnn-sec3-main .cs-sec3-textbox .cs-dnn3-btn .cs-bottom-text {
  color: #86868B;
  font-size: 14px;
  line-height: 22px;
}
.cs-day-and-night-main .cs-dnn-sec4 {
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 250vh;
  position: relative;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn4-btn {
  position: fixed;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn4-btn.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn4-btn .cs-top-text {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn4-btn .cs-bottom-text {
  color: #86868B;
  font-size: 14px;
  line-height: 22px;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-sec4-img-div {
  position: relative;
  top: 0;
  overflow: hidden;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-sec4-img-div img {
  position: fixed;
  opacity: 0;
  top: -200vh;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  right: 60px;
  visibility: hidden;
  z-index: -1;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-sec4-img-div img.active {
  opacity: 1;
  top: -180vh;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-image-d-1 {
  position: sticky;
  top: 0vh;
  right: 50%;
  width: 100%;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-image-d-1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  width: 100%;
  width: auto;
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-image-d-1.active-2 img {
  -webkit-transform: translate(-20vw, 12vh);
          transform: translate(-20vw, 12vh);
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-image-d-1.deactive img {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-text-d-1 {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
}
.cs-day-and-night-main .cs-dnn-sec4 .cscl-text-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn-sec4-head {
  color: #471312;
  font-size: 65px;
  line-height: 73px;
  font-weight: 700;
  font-style: italic;
  padding-top: 80px;
}
.cs-day-and-night-main .cs-dnn-sec4 .cs-dnn-sec4-head .cs-sec4-thin {
  font-weight: 300;
}
.cs-day-and-night-main .cs-dnn-sec4 .text-cont-1 {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 12vh;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cs-day-and-night-main .cs-dnn-sec4 .text-cont-1.active {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-day-and-night-main .cs-dnn-sec6 {
  position: relative;
  margin-top: -105px;
  overflow: hidden;
  z-index: 1;
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn6-btn {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5px 10px;
  margin: 0;
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn6-btn .cs-top-text {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn6-btn .cs-bottom-text {
  color: #86868B;
  font-size: 14px;
  line-height: 22px;
}
.cs-day-and-night-main .cs-dnn-sec6 #dnn-video1 {
  height: 120vh;
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn-sec6-textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn-sec6-textbox .cs-dnn-sec6-text1 {
  font-size: 75px;
  line-height: 83px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}
.cs-day-and-night-main .cs-dnn-sec6 .cs-dnn-sec6-textbox .cs-dnn-sec6-text2 {
  font-size: 75px;
  line-height: 83px;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.cs-day-and-night-main .cs-dnn-sec7 {
  background-color: #F5F5F7;
  border-radius: 60px 60px 0 0;
  margin-top: 65px;
  padding: 80px 0;
  z-index: 1;
  position: relative;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content2-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  padding: 15px 0 40px 0;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-left .cs-left-title1 {
  color: #86868B;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-left .cs-left-title2 {
  color: #262626;
  font-size: 35px;
  line-height: 43px;
  font-weight: 900;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-left .cs-left-title3 {
  color: #262626;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-left .cs-left-link1 {
  color: #0066CC;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-content .cs-dnn-sec7-content-right .cs-sec7-img {
  width: 100%;
}
.cs-day-and-night-main .cs-dnn-sec7 .cs-dnn-sec7-main .cs-dnn-sec7-title {
  font-size: 50px;
  line-height: 58px;
  color: #262626;
  font-weight: 900;
  margin-bottom: 35px;
}
.cs-day-and-night-main .cs-dn-desktop {
  display: block;
}
.cs-day-and-night-main .cs-dn-mobile {
  display: none !important;
}

/* Melike End */
.cs-resp-slider-1 .csrs1-h-area-1 {
  text-align: center;
  padding: 40px 15px;
}
.cs-resp-slider-1 .csrs1-h-desc-1 {
  padding: 40px 15px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.cs-resp-slider-1 .csrs1-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #484848;
  margin-bottom: 0px;
}
.cs-resp-slider-1 .csrs1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #9F86B5;
  background: #9F86B5;
  background: -webkit-gradient(linear, left top, left bottom, from(#9F86B5), color-stop(50%, #6E6E6E));
  background: linear-gradient(to bottom, #9F86B5 0%, #6E6E6E 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-master-resp-sec-1 {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  display: none;
  background: rgb(23, 121, 139);
  background: radial-gradient(circle, rgb(23, 121, 139) 0%, rgb(0, 0, 0) 100%);
}

.cs-master-resp-img-sec-1 {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  display: none;
}

.csuis2-div-6 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #1d5c6e;
}
.csuis2-div-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.csuis2-div-6 .csuis2d6-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.csuis2-div-6 .csuis2d6-cont-1 .scroll-sequence__content {
  position: relative;
  min-height: 500vh;
}
.csuis2-div-6 .csuis2d6-cont-1 .csuis2d6-inn-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  margin-top: -100vh;
}
.csuis2-div-6 .csuis2d6-cont-1 .csuis2d6-area-1 {
  overflow: hidden;
}
.csuis2-div-6 .csuis2d6-head-1 {
  position: absolute;
  bottom: 4vw;
  right: 20vw;
  z-index: 1;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #F5F5F5;
  font-style: italic;
  margin-bottom: 0px;
}

.cs-undermount-in-sec-3 {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  min-height: 1000vh;
}
.cs-undermount-in-sec-3 .csuis3-div-0 {
  position: sticky;
  top: 0;
  z-index: 9;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 14vh 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-3 .csuis3-div-0 .csuis3d0-in-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(16vw);
          transform: translateY(16vw);
}
.cs-undermount-in-sec-3 .csuis3-div-0 .csuis3-head-1, .cs-undermount-in-sec-3 .csuis3-div-0 .csuis3-head-2 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-in-sec-3 .csuis3-div-0.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-0.active-1 .csuis3d0-in-1 {
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
}
.cs-undermount-in-sec-3 .csuis3-div-0.active-1 .csuis3-head-1 {
  font-size: 46px;
  line-height: 54px;
}
.cs-undermount-in-sec-3 .csuis3-div-0.active-1 .csuis3-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-3 .csuis3-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 50%);
  border-radius: 60px 60px 0px 0px;
  margin-top: -100vh;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-3 .csuis3-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-head-1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  display: inline-block;
}
.cs-undermount-in-sec-3 .csuis3-head-2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  color: #2E2E3A;
  padding-top: 15px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 150vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -25vh;
}
.cs-undermount-in-sec-3 .csuis3-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-2 .csuis3d2-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cs-undermount-in-sec-3 .csuis3-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 600vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-3 .csuis3-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25vh;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .fake-menu-item-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #F22500), to(#6B0074));
  background: linear-gradient(to right, #F22500 40%, #6B0074 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 15px;
  opacity: 0.4;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .fake-menu-item-1.active {
  opacity: 1;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  opacity: 0.4;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li:first-child {
  margin-bottom: 60px;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li.active {
  opacity: 1;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li.active span {
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li.active:nth-child(n+2) span {
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li span {
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 10px;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li:nth-child(n+2) {
  padding-left: 50px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  font-style: italic;
  color: #262626;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li:nth-child(n+2) span {
  color: #262626;
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-1 .csuis3d3-mm-1 li:last-child {
  margin-bottom: 0px;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-2 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: -100vh auto 0;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-2 .csuis3d3-v-cont-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-2 .csuis3d3-v-cont-1 .csuis3d3-v-item-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-undermount-in-sec-3 .csuis3-div-3 .csuis3d3-inn-2 .csuis3d3-v-cont-1 .csuis3d3-v-item-all video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-undermount-in-sec-3 .csuis3-div-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-3 .csuis3-div-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-1 .csuis3d4i1-text-1 {
  max-width: 480px;
  width: 100%;
  margin: 0 0 0 auto;
  padding-top: 18vh;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-1 .csuis3d4i1-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  color: #2E2E3A;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-1 .csuis3d4i1-head-2 {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, right top, from(#F22500), color-stop(75%, #6B0074));
  background: linear-gradient(to right, #F22500 0%, #6B0074 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-1 .csuis3d4i1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-2 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: -100vh auto 0;
}
.cs-undermount-in-sec-3 .csuis3-div-4 .csuis3d4-inn-2 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-undermount-in-sec-4 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
}
.cs-undermount-in-sec-4 .csuis4-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  max-width: 1920px;
}
.cs-undermount-in-sec-4 .csuis4-div-1 .csuis4d1-head-1 {
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;
  color: #5D8FB2;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-4 .csuis4-div-1 .csuis4d1-head-2 {
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-4 .csuis4-div-1.active .csuis4d1-bgv-1 {
  top: 0;
  width: 100%;
}
.cs-undermount-in-sec-4 .csuis4-div-1.active .csuis4d1-head-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-4 .csuis4-div-1.active .csuis4d1-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-4 .csuis4-div-1 .csuis4d1-in-1 {
  padding: 80px 0px 20px;
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs-undermount-in-sec-4 .csuis4-div-1 .csuis4d1-bgv-1 {
  position: absolute;
  top: 65vh;
  left: 50%;
  z-index: -1;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.cs-undermount-in-sec-4 .csuis4-div-1 .csuis4d1-bgv-1 video {
  width: auto;
  height: 1080px;
  min-height: 100vh;
}

.cs-undermount-in-sec-5 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
}
.cs-undermount-in-sec-5 .csuis5-div-0 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  max-width: 1920px;
}
.cs-undermount-in-sec-5 .csuis5-div-0 .csuis5d0-int-1 {
  padding: 70px 0px 10px;
}
.cs-undermount-in-sec-5 .csuis5-div-0 .csuis5d0-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #5D8FB2;
  margin-bottom: 15px;
}
.cs-undermount-in-sec-5 .csuis5-div-0 .csuis5d0-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-5 .csuis5-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 200vh;
  width: 100%;
  margin: -100vh auto 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  max-width: 1920px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-5 .csuis5-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-bgv-1 {
  overflow: hidden;
  min-height: 100vh;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-bgv-1 video {
  height: 100vh;
  width: auto;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-cont-1 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-cont-1 .csuis5d1-txt-1 {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-cont-1 .csuis5d1-txt-1 .csuis5d1t1-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-1 .csuis5d1-cont-1 .csuis5d1-txt-1 .csuis5d1t1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #A386B7;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-5 .csuis5-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  margin: -100vh auto 0;
  max-width: 1920px;
  opacity: 1;
  visibility: visible;
  background-color: #E6E6E6;
}
.cs-undermount-in-sec-5 .csuis5-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%);
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-int-1 .scroll-sequence__content {
  min-height: 500vh;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-inn-2 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin-top: -100vh;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-inn-2 .csuis5d1-cont-1 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-inn-2 .csuis5d1-cont-1 .csuis5d2-txt-1 {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-inn-2 .csuis5d1-cont-1 .csuis5d2-txt-1 .csuis5d2t1-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-2 .csuis5d2-inn-2 .csuis5d1-cont-1 .csuis5d2-txt-1 .csuis5d2t1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #808087;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-5 .csuis5-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  margin: -100vh auto 0;
  max-width: 1920px;
  opacity: 1;
  visibility: visible;
  background-color: #E6E6E6;
}
.cs-undermount-in-sec-5 .csuis5-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%);
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .scroll-sequence {
  overflow: hidden;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .scroll-sequence canvas {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .scroll-sequence__content {
  min-height: 600vh;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin-top: -100vh;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 .csuis5d3-cont-1 {
  position: absolute;
  bottom: 1%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 .csuis5d3-cont-1 .csuis5d3-txt-1 {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 .csuis5d3-cont-1 .csuis5d3-txt-1 .csuis5d3t1-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 .csuis5d3-cont-1 .csuis5d3-txt-1 .csuis5d3t1-head-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-3 .csuis5d3-int-1 .csuis5d3-inn-2 .csuis5d3-cont-1 .csuis5d3-txt-1 .csuis5d3t1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #4C92B4;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-5 .csuis5-div-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  width: 100%;
  margin: -100vh auto 0;
  max-width: 1920px;
  opacity: 1;
  visibility: visible;
  background-color: #E6E6E6;
}
.cs-undermount-in-sec-5 .csuis5-div-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 50%);
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-vd-1 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-vd-1 video {
  height: 100vh;
  width: auto;
  -webkit-transform: translate(-7%, 4%);
          transform: translate(-7%, 4%);
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-cont-1 {
  position: absolute;
  bottom: 1%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-cont-1 .csuis5d4-txt-1 {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-cont-1 .csuis5d4-txt-1 .csuis5d4t1-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2E2E3A;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-cont-1 .csuis5d4-txt-1 .csuis5d4t1-head-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-5 .csuis5-div-4 .csuis5d4-int-1 .csuis5d4-cont-1 .csuis5d4-txt-1 .csuis5d4t1-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #4C92B4;
  margin-bottom: 0px;
}

.cs-undermount-in-sec-6 {
  position: relative;
  z-index: 1;
  min-height: 1000vh;
  padding-top: 100px;
}
.cs-undermount-in-sec-6 .csuis6-head-1 {
  font-size: 82px;
  line-height: 90px;
  font-weight: 700;
  color: #8B6832;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.cs-undermount-in-sec-6 .csuis6-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #8B6832;
  background: #8B6832;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8B6832), to(#463419));
  background: linear-gradient(to bottom, #8B6832 20%, #463419 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 {
  position: sticky;
  top: 0;
  z-index: 9;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 85px 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-1 {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(28vh);
          transform: translateY(28vh);
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-2 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-2 .csuis6d0d2-text-1 {
  max-width: 440px;
  width: 100%;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-3 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-3 .csuis6d0d3-text-1 {
  max-width: 440px;
  width: 100%;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4 .csuis6d0d4-text-1 {
  max-width: 470px;
  width: 100%;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4 .csuis6d0d4-img-1 {
  margin-bottom: 30px;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4-1 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-4-1 .csuis6d0d41-text-1 {
  max-width: 650px;
  width: 100%;
  margin: 0;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-5 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-5.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-d-5 .csuis6d0d5-text-1 {
  max-width: 650px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-head-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #8B6832;
  background: #8B6832;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #8B6832), to(#463419));
  background: linear-gradient(to bottom, #8B6832 20%, #463419 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-head-2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  color: #5A3816;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-head-3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #5A3816;
  margin-bottom: 20px;
}
.cs-undermount-in-sec-6 .csuis6-div-0 .csuis6d0-desc-2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #896731;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-6 .csuis6-div-0.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-0.active-1 .csuis6d0-d-1 {
  max-width: 960px;
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-undermount-in-sec-6 .csuis6-div-0.active-1 .csuis6-head-1 {
  font-size: 46px;
  line-height: 54px;
}
.cs-undermount-in-sec-6 .csuis6-div-0.active-1 .csuis6-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-0.active-2 .csuis6-head-1 {
  color: #ffffff;
}
.cs-undermount-in-sec-6 .csuis6-div-0.active-2 .csuis6-head-2 {
  color: #ffffff;
  background: unset;
  -webkit-text-fill-color: unset;
}
.cs-undermount-in-sec-6 .csuis6-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(214, 203, 184) 50%);
  border-radius: 60px 60px 0px 0px;
  margin-top: -100vh;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-6 .csuis6-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
  margin-top: -25vh;
}
.cs-undermount-in-sec-6 .csuis6-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-2 .csuis6d2-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-6 .csuis6-div-2 .csuis6d2-bgv-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-2 .csuis6d2-bgv-1 video {
  width: auto;
  height: 1080px;
  min-height: 100vh;
}
.cs-undermount-in-sec-6 .csuis6-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-6 .csuis6-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-3 .csuis6d3-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
}
.cs-undermount-in-sec-6 .csuis6-div-3 .csuis6d3-bgv-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.cs-undermount-in-sec-6 .csuis6-div-3 .csuis6d3-bgv-1 video {
  width: auto;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}
.cs-undermount-in-sec-6 .csuis6-div-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-6 .csuis6-div-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-4 .csuis6d4-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-undermount-in-sec-6 .csuis6-div-4 .csuis6d4-int-1 .scroll-sequence {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(214, 203, 184) 50%);
  overflow: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-4 .csuis6d4-int-1 .scroll-sequence__content {
  min-height: 800vh;
}
.cs-undermount-in-sec-6 .csuis6-div-4-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  margin: -100vh auto 0;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-6 .csuis6-div-4-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-4-1 .csuis6d41-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(239, 234, 226);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(239, 234, 226)), to(rgba(217, 202, 183, 0)));
  background: linear-gradient(180deg, rgb(239, 234, 226) 50%, rgba(217, 202, 183, 0) 100%);
}
.cs-undermount-in-sec-6 .csuis6-div-4-1 .csuis6d41-image-d-1 {
  padding-top: 5vh;
  position: relative;
  overflow: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-4-1 .csuis6d41-image-d-1 img {
  max-height: 100vh;
  width: auto;
  max-width: unset;
  -webkit-transform: translateX(18vw);
          transform: translateX(18vw);
}
.cs-undermount-in-sec-6 .csuis6-div-5 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  margin: -100vh auto 0;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-6 .csuis6-div-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-6 .csuis6-div-5 .csuis6d5-inn-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(239, 234, 226);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(239, 234, 226)), to(rgba(217, 202, 183, 0)));
  background: linear-gradient(180deg, rgb(239, 234, 226) 50%, rgba(217, 202, 183, 0) 100%);
}
.cs-undermount-in-sec-6 .csuis6-div-5 .csuis6d5-bgv-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.cs-undermount-in-sec-6 .csuis6-div-5 .csuis6d5-bgv-1 video {
  width: auto;
  height: 100vh;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.cs-undermount-in-sec-7 {
  position: relative;
  z-index: 1;
  min-height: 500vh;
  background-color: #ffffff;
}
.cs-undermount-in-sec-7 .csuis7-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #000000;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #000000), color-stop(45%, #6E5252));
  background: linear-gradient(to right, #000000 15%, #6E5252 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.cs-undermount-in-sec-7 .csuis7-head-2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #6E5252;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0 {
  position: sticky;
  top: 0;
  z-index: 9;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 85px 15px 15px;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-1 {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(35vh);
          transform: translateY(35vh);
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0.active-1 .csuis7d0-d-1 {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
.cs-undermount-in-sec-7 .csuis7-div-0.active-1 .csuis7-head-1 {
  font-size: 44px;
  line-height: 52px;
}
.cs-undermount-in-sec-7 .csuis7-div-0.active-1 .csuis7-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-head-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #6E5252;
  margin-bottom: 25px;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-desc-1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-2 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-2 .csuis7d0d2-text-1 {
  max-width: 580px;
  width: 100%;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-3 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-3 .csuis7d0d3-text-1 {
  max-width: 580px;
  width: 100%;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-4 {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-4.active {
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-0 .csuis7d0-d-4 .csuis7d0d4-text-1 {
  max-width: 580px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-undermount-in-sec-7 .csuis7-div-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  background: rgb(213, 209, 204);
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(213, 209, 204, 0.52)), to(rgb(217, 202, 183)));
  background: linear-gradient(270deg, rgba(213, 209, 204, 0.52) 40%, rgb(217, 202, 183) 100%);
  margin-top: -100vh;
  opacity: 1;
  visibility: visible;
}
.cs-undermount-in-sec-7 .csuis7-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-7 .csuis7-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-2 .csuis7d2-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-undermount-in-sec-7 .csuis7-div-2 .csuis7d2-int-1 .scroll-sequence {
  background: rgb(213, 209, 204);
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(213, 209, 204, 0.52)), to(rgb(217, 202, 183)));
  background: linear-gradient(270deg, rgba(213, 209, 204, 0.52) 40%, rgb(217, 202, 183) 100%);
  overflow: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-2 .csuis7d2-int-1 .scroll-sequence__content {
  min-height: 800vh;
}
.cs-undermount-in-sec-7 .csuis7-div-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  margin: -100vh auto 0;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.cs-undermount-in-sec-7 .csuis7-div-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-undermount-in-sec-7 .csuis7-div-3 .csuis7d3-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: rgb(213, 209, 204);
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, rgba(213, 209, 204, 0.52)), to(rgb(217, 202, 183)));
  background: linear-gradient(270deg, rgba(213, 209, 204, 0.52) 40%, rgb(217, 202, 183) 100%);
}
.cs-undermount-in-sec-7 .csuis7-div-3 .csuis7d3-bgv-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}
.cs-undermount-in-sec-7 .csuis7-div-3 .csuis7d3-bgv-1 video {
  width: auto;
  height: 100vh;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

.csJSMmechAniItem1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.csJSMmechAniItem1.deactive {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.csJSMmechAniItem2 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.csJSMmechAniItem2.deactive {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.cs-multimech-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}

.cs-multimech-compare-d-1 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

.cs-multimech-sec-1 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-1 .multimech-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-multimech-sec-1 .multimech-sec1-d-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50vh;
  width: 100%;
  z-index: -1;
  background-color: #9E7D77;
}
.cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-d-1 {
  width: 45%;
  top: 55%;
}
.cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-d-1 video {
  min-height: auto;
}
.cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-d-2 {
  top: 130px;
}
.cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-head-1 {
  font-size: 30px;
  line-height: 38px;
  color: #262626;
}
.cs-multimech-sec-1 .multimech-sec1-d-1.active .ms1d1-head-2 {
  color: #A47B76;
  opacity: 1;
  visibility: visible;
}
.cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-multimech-sec-1 .multimech-sec1-d-1 .ms1d1-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.cs-multimech-sec-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.cs-multimech-sec-2 .multimech-sec2-d-1 {
  border-radius: 60px 60px 0px 0px;
  background-color: #F5F2F0;
  min-height: 100vh;
  padding: 80px 0px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-multimech-sec-2 .multimech-sec2-d-1.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cs-multimech-sec-2 .multimech-sec2-d-1 .ms2d1-head-1 {
  font-size: 100px;
  line-height: 108px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
.cs-multimech-sec-2 .multimech-sec2-d-1 .ms2d1-v-cont-1 {
  max-width: 1445px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-2 .multimech-sec2-d-1 .ms2d1-v-cont-1 video {
  width: 100%;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 {
  position: relative;
  z-index: 1;
  background-color: #F5F2F0;
  min-height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-img-d-1 {
  position: relative;
  overflow: hidden;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-img-d-1 img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-text-d-1 .ms2d2td1-cont-1 {
  max-width: 560px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 45px;
}
.cs-multimech-sec-2 .multimech-sec2-d-2 .ms2d2-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 {
  position: relative;
  z-index: 1;
  background-color: #F5F2F0;
  min-height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-img-d-1 {
  position: relative;
  overflow: hidden;
  text-align: right;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-img-d-1 img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-img-d-2 {
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 0;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-text-d-1 .ms2d3td1-cont-1 {
  max-width: 370px;
  width: 100%;
  margin: 0 0 10%;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 45px;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0px;
}
.cs-multimech-sec-2 .multimech-sec2-d-3 .ms2d3-desc-1 span {
  display: inline-block;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-multimech-sec-3 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 .ms3d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 .ms3d1-txt-c-1 {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 .ms3d1-vd-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 .ms3d1-vd-1 video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-multimech-sec-3 .multimech-sec3-d-1 .ms3d1-head-1 {
  font-size: 100px;
  line-height: 108px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.cs-multimech-sec-3 .multimech-sec3-d-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
}
.cs-multimech-sec-3 .multimech-sec3-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-multimech-sec-3 .multimech-sec3-d-2 .ms3d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-multimech-sec-3 .multimech-sec3-d-2 .ms3d2-cont-1 .ms3d2c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-3 .multimech-sec3-d-2 .ms3d2-cont-1 .ms3d2c1-int-1 .scroll-sequence {
  background-color: #ffffff;
  overflow: hidden;
}
.cs-multimech-sec-3 .multimech-sec3-d-2 .ms3d2-cont-1 .ms3d2c1-int-1 .scroll-sequence__content {
  min-height: 500vh;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 {
  position: relative;
  z-index: 0;
  min-height: 250vh;
  margin-top: -100vh;
}
.cs-multimech-sec-3 .multimech-sec3-d-3.active .ms3d3-bgi-1 {
  width: 50%;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #ffffff;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-bgi-1 {
  position: relative;
  z-index: 2;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-txt-c-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-txt-c-1 .ms3d3tc1-d-1 {
  max-width: 485px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-txt-c-1 .ms3d3tc1-d-1.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-txt-c-1 .ms3d3tc1-d-1 .ms3d3tc1-h-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #C67E7E;
  background: #C67E7E;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #C67E7E), color-stop(70%, #6E6E6E));
  background: linear-gradient(to right, #C67E7E 40%, #6E6E6E 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-multimech-sec-3 .multimech-sec3-d-3 .ms3d3-txt-c-1 .ms3d3tc1-d-1 .ms3d3tc1-p-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 20px;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-img-d-1 {
  position: relative;
  overflow: hidden;
  text-align: right;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-img-d-1 img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-text-d-1 .ms3d4td1-cont-1 {
  max-width: 450px;
  width: 100%;
  margin: 0;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-head-1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  color: #C3B2AC;
  background: #C3B2AC;
  background: -webkit-gradient(linear, left top, right top, from(#C3B2AC), color-stop(30%, #554646));
  background: linear-gradient(to right, #C3B2AC 0%, #554646 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-multimech-sec-3 .multimech-sec3-d-4 .ms3d4-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}

.cs-multimech-sec-4 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
  background-color: #FAFAFA;
  border-radius: 60px 60px 0 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-4 .multimech-sec4-d-1.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-cont-1 .ms4d1c1-d-1 {
  padding: 120px 0px 60px;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-cont-1 .ms4d1c1-bg-d-1 {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 35vh;
  left: 50%;
  z-index: 2;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-cont-1 .ms4d1c1-bg-d-1.active {
  top: 0;
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-cont-1 .ms4d1c1-bg-d-1.deactive {
  width: 75vw;
}
.cs-multimech-sec-4 .multimech-sec4-d-1 .ms4d1-head-1 {
  font-size: 68px;
  line-height: 76px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-multimech-sec-4 .multimech-sec4-d-2 {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-4 .multimech-sec4-d-2 .ms4d2-cont-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-2 .ms4d2-cont-1 .ms4d2c1-txt-1 {
  max-width: 475px;
  width: 100%;
  margin: 0;
}
.cs-multimech-sec-4 .multimech-sec-iwt-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.cs-multimech-sec-4 .multimech-sec-iwt-1 .mmsi1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-multimech-sec-4 .multimech-sec-iwt-1 img {
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec-head-1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-multimech-sec-4 .multimech-sec-head-2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-multimech-sec-4 .multimech-sec-head-2 span {
  color: #BAA09B;
}
.cs-multimech-sec-4 .multimech-sec-head-3 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-multimech-sec-4 .multimech-sec-head-3 span {
  display: inline-block;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(35%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-multimech-sec-4 .multimech-sec-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-4 .multimech-sec4-d-3 {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-4 .multimech-sec4-d-3 .ms4d3-cont-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-3 .ms4d3-cont-1 .ms4d3c1-txt-1 {
  max-width: 525px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-4 .multimech-sec4-d-3 .csJSMmechAniItem1.deactive {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.cs-multimech-sec-4 .multimech-sec4-d-4 {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-4 .multimech-sec4-d-4 .ms4d4-cont-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-4 .ms4d4-cont-1 .ms4d4c1-txt-1 {
  max-width: 515px;
  width: 100%;
  margin: 0;
}
.cs-multimech-sec-4 .multimech-sec4-d-4 .csJSMmechAniItem1.deactive {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin-bottom: -20%;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 {
  position: relative;
  z-index: 1;
  min-height: 300vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-cont-1 .ms4d5c1-d-1 {
  padding: 120px 0px 60px;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-cont-1 .ms4d5c1-bg-d-1 {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 35vh;
  left: 50%;
  z-index: 2;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-cont-1 .ms4d5c1-bg-d-1.active {
  top: 0;
  width: 100%;
  background-size: cover !important;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-head-1 {
  font-size: 88px;
  line-height: 96px;
  font-weight: 700;
  color: #E9D1C9;
  background-image: url("../media/img/other/text-bg-1.jpg");
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding: 0px 40px;
}
.cs-multimech-sec-4 .multimech-sec4-d-5 .ms4d5-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #262626;
  font-style: italic;
  text-align: right;
  margin-bottom: 0px;
  padding-right: 130px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 {
  position: relative;
  z-index: 1;
  min-height: 550vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -100vh;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.cs-multimech-sec-4 .multimech-sec4-d-6.active {
  opacity: 1;
  visibility: visible;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6-row-1 .ms4d6r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6-row-1 .ms4d6r1-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-image-d-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
  margin: 0 auto;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 {
  height: 100vh;
  margin: 0 auto;
  padding: 90px 0px 15px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-0 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(198, 188, 183) 50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-0 .ta1-head-2.jsChangetxt2 {
  background: #777777;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #777777), color-stop(50%, #000000));
  background: linear-gradient(to right, #777777 10%, #000000 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-1 {
  background: rgb(240, 215, 180);
  background: radial-gradient(circle, rgb(240, 215, 180) 0%, rgb(186, 162, 129) 50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-1 .ta1-head-2.jsChangetxt2 {
  color: #ffffff;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-2 {
  background: rgb(255, 227, 217);
  background: radial-gradient(circle, rgb(255, 227, 217) 0%, rgb(157, 130, 121) 50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-2 .ta1-head-2.jsChangetxt2 {
  color: #4C3D40;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-3 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(189, 189, 189) 50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-3 .ta1-head-2.jsChangetxt2 {
  background: #D6D5D5;
  background: -webkit-gradient(linear, left top, right top, from(#D6D5D5), color-stop(20%, #0F0C0D));
  background: linear-gradient(to right, #D6D5D5 0%, #0F0C0D 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-4 {
  background: rgb(222, 222, 222);
  background: radial-gradient(circle, rgb(222, 222, 222) 0%, rgb(111, 111, 111) 50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1.color-4 .ta1-head-2.jsChangetxt2 {
  color: #FAFAFA;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .top-area-1 {
  padding: 10px 0px 30px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .center-area-1 {
  max-width: 600px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .ta1-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .ta1-head-2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 5px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 {
  padding: 30px 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li {
  line-height: 1;
  padding: 5px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li.active {
  border-color: #0068D1;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li:last-child {
  margin-right: 0px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span {
  line-height: 1;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FF2D16;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span.color-0 {
  background-color: #2E2E33;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span.color-1 {
  background-color: #ffffff;
  border: 0.5px solid #707070;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span.color-2 {
  background-color: #4B3F41;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span.color-3 {
  background-color: #949494;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-1 li span.color-4 {
  background-color: #000000;
  border: 0.5px solid #707070;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-2 li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #F2F2F2;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-2 li::after {
  content: ",";
  padding-right: 5px;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-2 li:last-child::after {
  display: none;
}
.cs-multimech-sec-4 .multimech-sec4-d-6 .ms4d6r1-text-d-1 .bottom-area-1 .ms4d6r1-ul-2 li.active {
  color: #2E2E3A;
}

.cs-multimech-sec-5 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 {
  position: relative;
  z-index: 1;
  min-height: 250vh;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 .ms5d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 .ms5d1-cont-1 .ms5d1-d-1 {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 .ms5d1-cont-1 .ms5d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 .ms5d1-cont-1 .ms5d1-d-2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec5-d-1 .ms5d1-cont-1 .ms5d1-d-2 .ms5d1-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  opacity: 0.5;
}
.cs-multimech-sec-5 .multimech-sec5-d-2 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(168, 102, 23, 0.24)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(168, 102, 23, 0.24) 60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -6px;
}
.cs-multimech-sec-5 .multimech-sec5-d-2 .ms5d1-d-1 {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-5 .multimech-sec5-d-2 .ms5d1-head-1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  background: #A86E2F;
  background: -webkit-gradient(linear, left top, right top, from(#A86E2F), to(#391D00));
  background: linear-gradient(to right, #A86E2F 0%, #391D00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.cs-multimech-sec-5 .multimech-sec5-d-2 .ms5d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background-color: #ffffff;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-1 {
  position: relative;
  min-height: 50vh;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 {
  position: relative;
  background: rgb(179, 153, 149);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(179, 153, 149, 0.31)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(179, 153, 149, 0.31) 30%, rgba(255, 255, 255, 0) 60%);
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .txt-div-1 {
  max-width: 525px;
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .ms5d3tx1-head-1 {
  font-size: 110px;
  line-height: 118px;
  font-weight: 700;
  color: #E9D1C9;
  background: #E9D1C9;
  background: -webkit-gradient(linear, left top, right top, from(#E9D1C9), color-stop(25%, #554646));
  background: linear-gradient(to right, #E9D1C9 0%, #554646 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100vw, -62vh);
          transform: translate(-100vw, -62vh);
  width: 50vw;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .ms5d3tx1-head-1.active-1 {
  -webkit-transform: translate(0vw, -62vh);
          transform: translate(0vw, -62vh);
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .ms5d3tx1-head-1.active-2 {
  font-size: 68px;
  line-height: 76px;
  width: auto;
  -webkit-transform: translate(0vw, 0vh);
          transform: translate(0vw, 0vh);
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .ms5d3tx1-head-2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-multimech-sec-5 .multimech-sec5-d-3 .ms5d3-cont-2 .text-cont-1 .ms5d3tx1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-5 .multimech-sec5-d-4 {
  position: relative;
  z-index: 1;
  min-height: 60vh;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-multimech-sec-5 .multimech-sec5-d-4 .ms5d4-cont-1 {
  width: 100%;
  padding: 100px 0px;
}
.cs-multimech-sec-5 .multimech-sec5-d-4 .ms5d4-cont-1 .ms5d4c1-head-1 {
  font-size: 124px;
  line-height: 132px;
  font-weight: 700;
  color: #FF0000;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #FF0000), color-stop(55%, #362952));
  background: linear-gradient(to right, #FF0000 10%, #362952 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-multimech-sec-5 .multimech-all-in-head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.cs-multimech-sec-5 .multimech-all-in-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
}
.cs-multimech-sec-5 .multimech-sec6-d-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5c1-int-1 .scroll-sequence {
  background-color: #ffffff;
  overflow: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5c1-int-1 .scroll-sequence__content {
  min-height: 400vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5-text-c-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  margin-top: -100vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5-text-ab-1 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-5 .ms6d5-cont-1 .ms6d5-text-c-2 {
  max-width: 260px;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-cont-1 .ms6d6c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-cont-1 .ms6d6c1-int-1 .scroll-sequence {
  background-color: #ffffff;
  overflow: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-cont-1 .ms6d6c1-int-1 .scroll-sequence__content {
  min-height: 400vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-text-c-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  margin-top: -100vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-text-ab-1 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-6 .ms6d6-text-c-2 {
  max-width: 260px;
  margin: 0;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-7.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-cont-1 .ms6d7c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-cont-1 .ms6d7c1-int-1 .scroll-sequence {
  background-color: #ffffff;
  overflow: hidden;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-cont-1 .ms6d7c1-int-1 .scroll-sequence__content {
  min-height: 350vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-text-c-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  margin-top: -100vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-text-ab-1 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-7 .ms6d7-text-c-2 {
  max-width: 320px;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 .ms6d8-cont-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 .ms6d8c1-txt-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 .ms6d8c1-in-t-1 {
  max-width: 495px;
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 .ms6d8c1-head-1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #FF0000;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(45%, #362952));
  background: linear-gradient(to right, #FF0000 0%, #362952 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.cs-multimech-sec-5 .multimech-sec6-d-8 .ms6d8c1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 .ms6d9-cont-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 .ms6d9c1-txt-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 .ms6d9c1-in-t-1 {
  max-width: 495px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 .ms6d9c1-head-1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #FF0000;
  background: #FF0000;
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(45%, #362952));
  background: linear-gradient(to right, #FF0000 0%, #362952 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 35px;
}
.cs-multimech-sec-5 .multimech-sec6-d-9 .ms6d9c1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 {
  position: relative;
  z-index: 1;
  background-color: #F5F5F5;
  min-height: 400vh;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-st-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-vd-1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 60%;
  margin: 0 0 0 auto;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-vd-1 video {
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-txt-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-in-d-1 {
  max-width: 420px;
  width: 100%;
  padding: 70px 0px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-head-1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  color: #522929;
  background: #522929;
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #522929), color-stop(90%, #FF0000));
  background: linear-gradient(to right, #522929 45%, #FF0000 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 55px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-mm-1 li {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #86868B;
  margin-bottom: 15px;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-mm-1 li:last-child {
  margin: 0;
}
.cs-multimech-sec-5 .multimech-sec6-d-10 .ms6d10-mm-1 li.active {
  color: #262626;
}

.multimech-sec6-resp-all-1 {
  padding-bottom: 25px;
}
.multimech-sec6-resp-all-1 .ms6-resp-head-1 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 20px;
}
.multimech-sec6-resp-all-1 .ms6-resp-desc-1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #86868B;
  margin-bottom: 0px;
}

.csJSFlowboxAniItem1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.csJSFlowboxAniItem1.deactive {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.csJSFlowboxAniItem2 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.csJSFlowboxAniItem2.deactive {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.cs-flowbox-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}

.cs-flowbox-sec-1 {
  position: relative;
  z-index: 1;
  min-height: 350vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50vh;
  width: 100%;
  z-index: -1;
  background: rgb(213, 182, 173);
  background: radial-gradient(circle, rgb(213, 182, 173) 0%, rgb(123, 116, 108) 100%);
  border-radius: 40px 40px 0px 0px;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1.active .fs1d1-d-1 {
  width: 55%;
  top: 55%;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1.active .fs1d1-d-1 video {
  min-height: auto;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1.active .fs1d1-d-2 {
  top: 140px;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1.active .fs1d1-head-1 {
  font-size: 30px;
  line-height: 38px;
  color: #262626;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1.active .fs1d1-head-2 {
  color: #A47B76;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 .fs1d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 .fs1d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 .fs1d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 .fs1d1-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-1 .fs1d1-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-cont-1 {
  background: rgb(213, 182, 173);
  background: -webkit-gradient(linear, left top, right top, from(rgba(213, 182, 173, 0.21)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(213, 182, 173, 0.21) 0%, rgba(255, 255, 255, 0) 100%);
  min-height: 100vh;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-d-2 {
  position: absolute;
  left: 50%;
  top: 92px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2d2-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  color: #FAFAFA;
  margin: 0;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-img-d-1 {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-img-d-1 img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-text-d-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-text-d-1 .fs1d2td1-cont-1 {
  max-width: 640px;
  width: 100%;
  margin: 0;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 300;
  color: #020000;
  background: #020000;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #020000), color-stop(50%, #B77326));
  background: linear-gradient(to right, #020000 25%, #B77326 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.cs-flowbox-sec-1 .flowbox-sec1-d-2 .fs1d2-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 0px;
}

.cs-flowbox-sec-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1c1-int-1 .scroll-sequence {
  background: rgb(188, 185, 199);
  background: -webkit-gradient(linear, right top, left top, from(rgba(188, 185, 199, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgba(188, 185, 199, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1c1-int-1 .scroll-sequence__content {
  min-height: 500vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-1 {
  position: absolute;
  left: 2%;
  bottom: 20%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-1 .fs2d1-head-1, .cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-1 .fs2d1-desc-1 {
  color: #48425F;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-2 {
  position: absolute;
  left: 50%;
  bottom: 20%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-2 .flowbox-sec2-d-1 .fs2d1-cont-1 .fs2d1-seq-content-1 .fs2d1sc1-div-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-2 .fs2d1-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 300;
  color: #FAFAFA;
  margin-bottom: 20px;
}
.cs-flowbox-sec-2 .fs2d1-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-2 .fs2d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #FAFAFA;
  margin: 0;
}

.cs-flowbox-sec-3 {
  position: relative;
  z-index: 1;
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 100%);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 {
  position: relative;
  z-index: 1;
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 100%);
  opacity: 1;
  visibility: visible;
  min-height: 600vh;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-head-1 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-head-2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 0px;
  text-align: right;
  padding-right: 18%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 100%);
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-0 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-0.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-0.active {
  top: 140px;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-0.active .fs3d1-head-1 {
  font-size: 60px;
  line-height: 68px;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-0.active .fs3d1-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-1 {
  position: absolute;
  left: 0;
  top: 58%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 600px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-1 .ii-txt-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #FAFAFA;
  margin: 0;
  position: absolute;
  right: 12%;
  bottom: 15%;
  z-index: 1;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-2 {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-2 .ii-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-2 .ii-mm-1 li {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 10px;
  opacity: 0.5;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-1 .fs3d1-div-2 .ii-mm-1 li.active {
  opacity: 1;
  font-size: 60px;
  line-height: 68px;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 {
  position: relative;
  z-index: 1;
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 100%);
  opacity: 1;
  visibility: visible;
  min-height: 300vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-head-1 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-head-2 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 0px;
  text-align: right;
  padding-right: 18%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(118, 101, 96);
  background: radial-gradient(circle, rgb(118, 101, 96) 0%, rgb(69, 61, 61) 100%);
  overflow: hidden;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-img-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-img-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-text-d-1 {
  position: absolute;
  top: 62%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-text-d-1 .fs3d2-tt-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 0px;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-text-d-1 .fs3d2-tt-1 span {
  font-weight: 700;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-text-d-1 .fs3d2-tt-1.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.cs-flowbox-sec-3 .flowbox-sec3-d-2 .fs3d2-text-d-1 .fs3d2-tt-1.active span {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}

.cs-flowbox-sec-4 {
  position: relative;
  z-index: 1;
  background-color: #000000;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1 {
  position: relative;
  z-index: 1;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  min-height: 100vh;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1 .fs4d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1 .fs4d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1 .fs4d1-d-1 .fs4d1-vd-t-1 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  left: 20%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-1 .fs4d1-d-1 .fs4d1-vd-t-2 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  right: 0%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 {
  position: relative;
  z-index: 1;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  min-height: 600vh;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2-in-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #000000;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-0 {
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-0 img {
  min-height: 100vh;
  max-width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1 .fs4d2c1d1-head-1 {
  display: inline-block;
  font-size: 110px;
  line-height: 118px;
  font-weight: 700;
  color: #AAAAAA;
  background: #AAAAAA;
  background: -webkit-gradient(linear, left top, right top, from(#AAAAAA), to(#FFFFFF));
  background: linear-gradient(to right, #AAAAAA 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-0 {
  background: rgb(103, 114, 120);
  background: radial-gradient(circle, rgba(103, 114, 120, 0.6) 0%, rgba(52, 57, 60, 0.6) 100%);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-0 .fs4d2c1d1-head-1 {
  color: #FFFFFF;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-1 {
  background-color: rgba(126, 124, 145, 0.4);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-1 .fs4d2c1d1-head-1 {
  color: #FAFAFA;
  background: #FAFAFA;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), to(#FAFAFA));
  background: linear-gradient(to right, #FAFAFA 0%, #FAFAFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-2 .fs4d2c1d1-head-1 {
  color: #FAFAFA;
  background: #FAFAFA;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), to(#FAFAFA));
  background: linear-gradient(to right, #FAFAFA 0%, #FAFAFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-3 {
  background-color: rgba(59, 56, 56, 0.2);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-3 .fs4d2c1d1-head-1 {
  color: #FAFAFA;
  background: #FAFAFA;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), to(#FAFAFA));
  background: linear-gradient(to right, #FAFAFA 0%, #FAFAFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-4 {
  background-color: rgba(0, 0, 0, 0.2);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-1.color-4 .fs4d2c1d1-head-1 {
  color: #FAFAFA;
  background: #FAFAFA;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), to(#FAFAFA));
  background: linear-gradient(to right, #FAFAFA 0%, #FAFAFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-2 {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin-top: -100vh;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-2.active .fs4d2c1JS1, .cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-2.active .fs4d2c1JS2 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-2 .fs4d2c1JS1 {
  position: absolute;
  left: 0;
  top: 54%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-2 .fs4d2c1JS2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 {
  position: absolute;
  bottom: 50px;
  right: 100px;
  z-index: 5;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li {
  line-height: 1;
  padding: 5px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li.active {
  border-color: #0068D1;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li:last-child {
  margin-right: 0px;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span {
  line-height: 1;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FF2D16;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span.color-0 {
  background-color: #000000;
  border: 0.5px solid #707070;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span.color-1 {
  background-color: #2E2E33;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span.color-2 {
  background-color: #949494;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span.color-3 {
  background-color: #4B3F41;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-1 li span.color-4 {
  background-color: #ffffff;
  border: 0.5px solid #707070;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-2 li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #86868B;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-2 li::after {
  content: ",";
  padding-right: 5px;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-2 li:last-child::after {
  display: none;
}
.cs-flowbox-sec-4 .flowbox-sec4-d-2 .fs4d2c1-div-3 .fs4d2d3-ul-2 li.active {
  color: #2E2E3A;
}

.cs-flowbox-sec-4-2 {
  position: relative;
  z-index: 1;
  background-color: #41545C;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-4-2 .fs42-head-1 {
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  color: #E2E4E5;
  background: #E2E4E5;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #E2E4E5), to(#6A7983));
  background: linear-gradient(to right, #E2E4E5 40%, #6A7983 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 {
  font-size: 160px;
  line-height: 170px;
  font-weight: 100;
  color: #B5BEC3;
  margin-bottom: 10px;
  letter-spacing: -22px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span {
  display: inline-block;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span:nth-child(1) {
  font-size: 110px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span:nth-child(2) {
  font-size: 120px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span:nth-child(3) {
  font-size: 130px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span:nth-child(4) {
  font-size: 140px;
}
.cs-flowbox-sec-4-2 .fs42-head-2 span:nth-child(5) {
  font-size: 150px;
}
.cs-flowbox-sec-4-2 .fs42-desc-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #FAFAFA;
  margin-bottom: 35px;
}
.cs-flowbox-sec-4-2 .fs42-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-flowbox-sec-4-2 .fs42-mm-1 li {
  line-height: 1;
  margin-right: 30px;
}
.cs-flowbox-sec-4-2 .fs42-mm-1 li:last-child {
  margin-right: 0px;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-1 {
  position: relative;
  z-index: 1;
  background-color: #41545C;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-1 .fs42d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41545C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 {
  position: relative;
  z-index: 1;
  background-color: #41545C;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41545C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d2c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d2c1-int-1 .fs42d2c1-seq-f-d-1 {
  position: sticky;
  top: 0;
  overflow-x: hidden;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d2c1-int-1 .scroll-sequence {
  background-color: #41545C;
  overflow: hidden;
  width: 1920px !important;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d2c1-int-1 .scroll-sequence__content {
  min-height: 500vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-4-2 .flowbox-sec42-d-2 .fs42d2-cont-1 .fs42d1-seq-content-1 .fs42d1-seq-cont-1 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.cs-flowbox-sec-5 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 300vh;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-head-1 {
  font-size: 110px;
  line-height: 130px;
  font-weight: 100;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-head-1 strong {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(300vw);
          transform: translateX(300vw);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-cont-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  margin-top: -50vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-cont-2.active .fs5d1-head-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-1 .fs5d1-cont-2.active .fs5d1-head-1 strong {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 400vh;
  margin-top: -100vh;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-head-1 {
  font-size: 110px;
  line-height: 130px;
  font-weight: 100;
  color: #335866;
  margin: 0;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  overflow: hidden;
  margin-top: -100vh;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3 .fs5d2c3-txt-d-1 {
  max-width: 550px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3 .fs5d2c3-head-1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 100;
  color: #335866;
  margin-bottom: 30px;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3 .fs5d2c3-head-1 strong {
  display: inline-block;
  font-weight: 400;
  color: #B9C7C4;
  background: #B9C7C4;
  background: -webkit-gradient(linear, left top, right top, from(#B9C7C4), color-stop(40%, #10483C));
  background: linear-gradient(to right, #B9C7C4 0%, #10483C 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-2 .fs5d2-cont-3 .fs5d2c3-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 {
  position: relative;
  z-index: 1;
  background-color: #335866;
  opacity: 1;
  visibility: visible;
  min-height: 250vh;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: -8px;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 .fs5d3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #335866;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 .fs5d3-cont-1.active .fs5d3-head-1.jsOphead1 {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 .fs5d3-head-1 {
  font-size: 66px;
  line-height: 74px;
  font-weight: 700;
  color: #FAFAFA;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 .fs5d3-head-1.jsOphead1 {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-3 .fs5d3-head-1 i {
  position: relative;
  top: 4px;
  padding-right: 8px;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 250vh;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: -100vh;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2.active .fs5d4d2-head-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2.active .fs5d4d2-head-1.jsOphead2 {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 .fs5d4d2-head-1 {
  font-size: 66px;
  line-height: 80px;
  font-weight: 700;
  color: #FAFAFA;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 .fs5d4d2-head-1.jsOphead2 {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 .play-pause-btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 1;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  position: sticky;
  right: 30px;
  top: 90vh;
  z-index: 2;
  margin-top: -50px;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 .play-pause-btn-1::after {
  content: "";
  content: "\f28b";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.cs-flowbox-sec-5 .flowbox-sec5-d-4 .fs5d4-d-2 .play-pause-btn-1.play::after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.cs-flowbox-sec-6 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-flowbox-sec-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  opacity: 1;
  visibility: visible;
  min-height: 400vh;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41455C;
  overflow: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-cont-1.color-1 {
  background-color: #45415C;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-1 {
  font-size: 110px;
  line-height: 130px;
  font-weight: 100;
  color: #FAFAFA;
  margin: 0;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 60px;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-2 strong {
  font-weight: 700;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 25px;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-head-3 strong {
  font-weight: 700;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #FAFAFA;
  margin-bottom: 0px;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-in-d-1 {
  max-width: 375px;
  width: 100%;
  text-align: left;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-0 img, .cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-1 img {
  height: 100vh;
  -webkit-transform: translate(25%, 0%);
          transform: translate(25%, 0%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-2 img {
  height: 100vh;
  -webkit-transform: translate(15%, 5%);
          transform: translate(15%, 5%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-3 img {
  height: 120vh;
  -webkit-transform: translate(14%, 0%);
          transform: translate(14%, 0%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-4 img {
  height: 100vh;
  -webkit-transform: translate(38%, 5%);
          transform: translate(38%, 5%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0.active-o-1 img {
  height: 100vh;
  -webkit-transform: translate(55%, 15%);
          transform: translate(55%, 15%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-0 img {
  max-width: unset;
  height: 155vh;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(25%, 5%);
          transform: translate(25%, 5%);
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-1 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-2 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 22%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-3 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-3.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-4 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-4.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-5 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-5.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-6 {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-6.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-6.active-2 {
  top: 40%;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-7 {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 65%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-d-7.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-r-half-1 {
  width: 50%;
  margin: 0 0 0 auto;
}
.cs-flowbox-sec-6 .flowbox-sec6-d-1 .fs6d1c1-r-half-1 .fs6d1-desc-1 {
  max-width: 400px;
}

.cs-flowbox-sec-wseq-6 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-1 {
  font-size: 110px;
  line-height: 130px;
  font-weight: 100;
  color: #FAFAFA;
  margin: 0;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-1 strong {
  font-weight: 700;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 60px;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-2 strong {
  font-weight: 700;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-3 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 100;
  color: #FAFAFA;
  margin-bottom: 25px;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-3 strong {
  font-weight: 700;
}
.cs-flowbox-sec-wseq-6 .fsws6-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #FAFAFA;
  margin-bottom: 0px;
}
.cs-flowbox-sec-wseq-6 .fsws6-head-d-1 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 22%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  opacity: 1;
  visibility: visible;
  min-height: 400vh;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41455C;
  overflow: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1-cont-1.color-1 {
  background-color: #45415C;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-0 img, .cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-1 img {
  height: 100vh;
  -webkit-transform: translate(40%, 0%);
          transform: translate(40%, 0%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-2 img {
  height: 100vh;
  -webkit-transform: translate(15%, 5%);
          transform: translate(15%, 5%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-3 img {
  height: 120vh;
  -webkit-transform: translate(14%, 0%);
          transform: translate(14%, 0%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-4 img {
  height: 100vh;
  -webkit-transform: translate(38%, 5%);
          transform: translate(38%, 5%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0.active-o-1 img {
  height: 100vh;
  -webkit-transform: translate(55%, 15%);
          transform: translate(55%, 15%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-0 img {
  max-width: unset;
  height: 155vh;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(25%, 5%);
          transform: translate(25%, 5%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-1 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-1 .fsws6d1c1-d-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41455C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2c1-int-1 .fsws6d2c1-seq-f-d-1 {
  position: sticky;
  top: 0;
  overflow-x: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2c1-int-1 .scroll-sequence {
  background-color: #41455C;
  overflow: hidden;
  width: 1920px !important;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2c1-int-1 .scroll-sequence canvas {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2c1-int-1 .scroll-sequence__content {
  min-height: 450vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-2 .fsws6d2-cont-1 .fsws6d2-seq-content-1 .fsws6d2-seq-cont-1 {
  max-width: 375px;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41455C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3c1-int-1 .fsws6d3c1-seq-f-d-1 {
  position: sticky;
  top: 0;
  overflow-x: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3c1-int-1 .scroll-sequence {
  background-color: #41455C;
  overflow: hidden;
  width: 1920px !important;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3c1-int-1 .scroll-sequence canvas {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3c1-int-1 .scroll-sequence__content {
  min-height: 500vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-3 .fsws6d3-cont-1 .fsws6d3-seq-content-1 .fsws6d3-seq-cont-1 {
  max-width: 375px;
  width: 100%;
  margin: 0;
  padding: 15px;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 {
  position: relative;
  z-index: 1;
  background-color: #41455C;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #41455C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4c1-int-1 .fsws6d4c1-seq-f-d-1 {
  position: sticky;
  top: 0;
  overflow-x: hidden;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4c1-int-1 .scroll-sequence {
  background-color: #41455C;
  overflow: hidden;
  width: 1920px !important;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4c1-int-1 .scroll-sequence canvas {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4c1-int-1 .scroll-sequence__content {
  min-height: 500vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.cs-flowbox-sec-wseq-6 .flowbox-secwseq6-d-4 .fsws6d4-cont-1 .fsws6d4-seq-content-1 .fsws6d4-seq-cont-1 {
  max-width: 375px;
  width: 100%;
  margin: 0;
  padding: 15px;
}

.cs-flowbox-sec-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-7 .fs7-head-1 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 100;
  color: #262626;
  margin: 0;
}
.cs-flowbox-sec-7 .fs7-head-1 strong {
  font-weight: 400;
  color: #48425F;
}
.cs-flowbox-sec-7 .fs7-head-2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 100;
  color: #48425F;
  margin-bottom: 25px;
}
.cs-flowbox-sec-7 .fs7-head-2 strong {
  font-weight: 400;
}
.cs-flowbox-sec-7 .fs7-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}
.cs-flowbox-sec-7 .fs7-in-1 {
  max-width: 555px;
  width: 100%;
  text-align: left;
}
.cs-flowbox-sec-7 .fs7-d-0 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  min-height: 100vh;
}
.cs-flowbox-sec-7 .fs7-d-0 video {
  width: auto;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.cs-flowbox-sec-7 .fs7-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 30px;
}
.cs-flowbox-sec-7 .fs7-mm-1 li {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #48425F;
  margin-bottom: 15px;
  opacity: 0.5;
}
.cs-flowbox-sec-7 .fs7-mm-1 li:last-child {
  margin-bottom: 0px;
}
.cs-flowbox-sec-7 .fs7-mm-1 li.active {
  opacity: 1;
  font-size: 60px;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-1 .fs7d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-1 .fs7d1-cont-1 .fs7d1c1-d-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgb(188, 185, 199);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(188, 185, 199, 0.38)), to(rgba(52, 57, 60, 0)));
  background: linear-gradient(90deg, rgba(188, 185, 199, 0.38) 25%, rgba(52, 57, 60, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 250vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-2 .fs7d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-2 .fs7d2-cont-1 .fs7d2c1-d-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgb(188, 185, 199);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(188, 185, 199, 0.38)), to(rgba(52, 57, 60, 0)));
  background: linear-gradient(90deg, rgba(188, 185, 199, 0.38) 25%, rgba(52, 57, 60, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 350vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3 .fs7d3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3 .fs7d3-cont-1 .fs7-d-0 video {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3 .fs7d3-cont-1 .fs7-d-0 video.active {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-7 .flowbox-sec7-d-3 .fs7d3-cont-1 .fs7d3c1-d-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgb(188, 185, 199);
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(188, 185, 199, 0.38)), to(rgba(52, 57, 60, 0)));
  background: linear-gradient(90deg, rgba(188, 185, 199, 0.38) 25%, rgba(52, 57, 60, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cs-flowbox-sec-8 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-flowbox-sec-8 .fs8d1-head-1 {
  font-size: 160px;
  line-height: 160px;
  font-weight: 100;
  color: #FAFAFA;
  margin: 0;
}
.cs-flowbox-sec-8 .fs8d1-head-1 strong {
  font-weight: 400;
}
.cs-flowbox-sec-8 .fs8d1-head-2 {
  font-size: 110px;
  line-height: 110px;
  font-weight: 100;
  color: #80626A;
  margin: 0;
}
.cs-flowbox-sec-8 .fs8d1-head-2 strong {
  font-weight: 400;
}
.cs-flowbox-sec-8 .fs8d1-head-3 {
  font-size: 140px;
  line-height: 140px;
  font-weight: 100;
  color: #262626;
  margin: 0;
}
.cs-flowbox-sec-8 .fs8d1-head-3 strong {
  font-weight: 400;
  color: #80626A;
}
.cs-flowbox-sec-8 .fs8d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}
.cs-flowbox-sec-8 .fs8d1-desc-2 {
  font-size: 52px;
  line-height: 70px;
  font-weight: 700;
  color: #FAFAFA;
  margin: 0;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1 {
  position: relative;
  z-index: 1;
  background-color: #80626A;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1 .fs8d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #80626A;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1 .fs8d1-cont-1 .jsfs8h1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1 .fs8d1-cont-1 .jsfs8h2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-1 .fs8d1-cont-1.active .jsfs8h1, .cs-flowbox-sec-8 .flowbox-sec8-d-1 .fs8d1-cont-1.active .jsfs8h2 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-2 {
  position: relative;
  z-index: 1;
  background-color: #80626A;
  opacity: 1;
  visibility: visible;
  min-height: 300vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-2 .fs8d2-cont-0 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  min-height: 100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-2 .fs8d2-cont-0 video {
  width: auto;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-2 .fs8d2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 350vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 .fs8d3-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  background: rgb(133, 96, 106);
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 96, 106, 0.53)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(133, 96, 106, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 .fs8d3c1-d-1 {
  max-width: 650px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 .fs8d3c1-d-0 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 .fs8d3c1-d-0 img {
  max-width: unset;
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-3 .fs8d3c1-d-0.active img {
  -webkit-transform: translate(-35%, 5%);
          transform: translate(-35%, 5%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4 .fs8d4-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  background: rgb(133, 96, 106);
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 96, 106, 0.53)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(133, 96, 106, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4 .fs8d4c1-d-1 {
  max-width: 815px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4 .fs8d4c1-d-0 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-4 .fs8d4c1-d-0 img {
  max-width: unset;
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5 .fs8d5-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  background: rgb(133, 96, 106);
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 96, 106, 0.53)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(133, 96, 106, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5 .fs8d5c1-d-1 {
  max-width: 750px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5 .fs8d5c1-d-0 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-5 .fs8d5c1-d-0 img {
  max-width: unset;
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 200vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6 .fs8d6-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(133, 96, 106);
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 96, 106, 0.53)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(133, 96, 106, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6 .fs8d6-cont-1 .jsfs8h3 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  text-align: right;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6 .fs8d6-cont-1 .jsfs8h4 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  text-align: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-6 .fs8d6-cont-1.active .jsfs8h3, .cs-flowbox-sec-8 .flowbox-sec8-d-6 .fs8d6-cont-1.active .jsfs8h4 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  min-height: 250vh;
  margin-top: -100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-0 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  min-height: 100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-0 video {
  width: auto;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-1.active .fs8d1-desc-2 {
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-1 .fs8d1-desc-2 {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2 .fs8d1-head-3 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2 .fs8d1-head-3 strong {
  color: #ffffff;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2 .fs8d1-head-3:first-child {
  text-align: right;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2 .fs8d1-head-3:last-child {
  text-align: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2.active {
  top: 140px;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2.active .fs8d1-head-3 {
  font-size: 32px;
  line-height: 40px;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2.active .fs8d1-head-3:first-child, .cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-2.active .fs8d1-head-3:last-child {
  text-align: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-7 .fs8d7-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background: rgb(133, 96, 106);
  background: -webkit-gradient(linear, left top, right top, from(rgba(133, 96, 106, 0.53)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(133, 96, 106, 0.53) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .fs8d8-cont-1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .fs8d8-row-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .fs8d8-row-1 .f8d8r1-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-bg-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100vh;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-txt-d-1 {
  padding: 65px 15px 30px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-head-1 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  color: #262626;
  margin-bottom: 25px;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 25px;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-link-1 {
  display: inline-block;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 25px;
  text-decoration: underline;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-link-1:hover {
  color: #262626;
  text-decoration: none;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-vd-1 {
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.cs-flowbox-sec-8 .flowbox-sec8-d-8 .f8d8-vd-1 video {
  width: 100%;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.cs-smartbox-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}

.cs-smartbox-sec-1 {
  position: relative;
  z-index: 1;
  min-height: 400vh;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-1 .smartbox-sec1-head-1 {
  font-size: 110px;
  line-height: 140px;
  font-weight: 700;
  color: #AE9880;
  background: #AE9880;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #AE9880), color-stop(70%, #1B6C7B));
  background: linear-gradient(to right, #AE9880 30%, #1B6C7B 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.cs-smartbox-sec-1 .smartbox-sec1-head-1 span {
  display: inline-block;
  padding: 0px 20px;
  font-size: 140px;
}
.cs-smartbox-sec-1 .smartbox-sec1-head-2 {
  font-size: 110px;
  line-height: 120px;
  font-weight: 700;
  color: #AE9880;
  margin: 0;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-1 .smartbox-sec1-d-3.deactive {
  opacity: 0;
  visibility: hidden;
}

.cs-smartbox-sec-2 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  min-height: 700vh;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-2 .smartbox-sec2-head-1 {
  display: inline-block;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  color: #AE9880;
  background: #AE9880;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #AE9880), color-stop(70%, #1B6C7B));
  background: linear-gradient(to right, #AE9880 30%, #1B6C7B 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.cs-smartbox-sec-2 .smartbox-sec2-head-2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 400;
  color: #1B6C7B;
  margin: 0;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-0 {
  padding-top: 80px;
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-0.color-1 .smartbox-sec2-head-1 {
  color: #ffffff;
  background: unset;
  -webkit-text-fill-color: unset;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-0.color-1 .smartbox-sec2-head-2 {
  color: #ffffff;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 350vh;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-1 .sbs2d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-1 .sbs2d1-int-d-1 .sbs2d1-bg-d-1 {
  position: absolute;
  bottom: 0vh;
  left: 50%;
  z-index: -1;
  width: 75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-1 .sbs2d1-int-d-1 .sbs2d1-bg-d-1.active {
  width: 100%;
  height: 100%;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 500vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  background: rgb(43, 174, 198);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 {
  position: relative;
  overflow: hidden;
  width: 620px;
  height: 400px;
  margin: 0 auto;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul.active-0 {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul.active-1 {
  -webkit-transform: translateY(-330px);
          transform: translateY(-330px);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul.active-2 {
  -webkit-transform: translateY(-695px);
          transform: translateY(-695px);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul.active-3 {
  -webkit-transform: translateY(-1090px);
          transform: translateY(-1090px);
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-img-c-1 ul li {
  line-height: 1;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-text-c-1 {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 15px 0px 0px;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-text-c-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-text-c-1 ul li {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-smartbox-sec-2 .smartbox-sec2-d-2 .sbs2d2-cont-1 .sbs2d2-text-c-1 ul li.active {
  opacity: 1;
  visibility: visible;
}

.cs-smartbox-sec-3 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-1 {
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2BAEC6;
  background: #2BAEC6;
  background: radial-gradient(circle farthest-corner at center center, #2BAEC6 0%, #1C7080 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #2E2E2E;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 175px;
  background-image: radial-gradient(circle farthest-corner at center center, #2BAEC6 0%, #1C7080 90%);
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -200px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3.active span:nth-of-type(1) {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3.active span:nth-of-type(2) {
  font-size: 70px;
  padding: 0px 15px;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3.active span:nth-of-type(3) {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3 span {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3 span:nth-of-type(1) {
  -webkit-transform: translate(-50px, 10px) rotate(-30deg);
          transform: translate(-50px, 10px) rotate(-30deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.cs-smartbox-sec-3 .smartbox-sec3-desc-3 span:nth-of-type(3) {
  -webkit-transform: translate(30px, 0px) rotate(-30deg);
          transform: translate(30px, 0px) rotate(-30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-1 .sbs3d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 350vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-2 .sbs3d2-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-3 .smartbox-sec3-d-2 .sbs3d2-cont-1 {
  width: 100%;
  padding: 15px;
}

.cs-smartbox-sec-4 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .scroll-sequence {
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  overflow: hidden;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .scroll-sequence__content {
  min-height: 500vh;
  margin-top: -100vh;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .sbs4d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .sbs4d1-seq-content-1 .sbs4d1sc1-d-1 {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .sbs4d1-seq-content-1 .sbs4d1sc1-d-1 .sbs4d1sc1-head-1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.cs-smartbox-sec-4 .smartbox-sec4-d-1 .sbs4d1-int-d-1 .sbs4d1i1-d-1 .sbs4d1-seq-content-1 .sbs4d1sc1-d-1 .sbs4d1sc1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.cs-smartbox-sec-5 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #3F4142;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-d-2 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-c-1 {
  max-width: 750px;
  width: 100%;
  margin-bottom: 80px;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-head-1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.cs-smartbox-sec-5 .smartbox-sec5-d-1 .sbs4d1-int-d-1 .sbs4d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}

.cs-smartbox-sec-6 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-int-d-1 .sbs6d1i1-d-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-int-d-1 .sbs6d1i1-d-1 .scroll-sequence {
  z-index: 2;
  overflow: hidden;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-int-d-1 .sbs6d1i1-d-1 .scroll-sequence__content {
  min-height: 700vh;
  margin-top: -100vh;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-int-d-1 .sbs6d1i1-d-1 .sbs6d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-head-1 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-i-d-1 {
  position: absolute;
  bottom: -125px;
  right: 8vw;
  z-index: -1;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-t-d-1 {
  max-width: 42%;
  width: 100%;
  position: absolute;
  top: 20%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-t-d-2 {
  max-width: 40%;
  width: 100%;
  position: absolute;
  bottom: 40%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-1, .cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-2, .cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-1.deactive, .cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-2.deactive, .cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-td-2::after {
  content: "&";
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  color: #2E2E2E;
  position: absolute;
  bottom: -100px;
  left: 130px;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-1 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 175px;
  height: 124px;
  width: 100%;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-1 .sbs6d1-tt-3 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-1.active .sbs6d1-tt-3 {
  -webkit-transform: translateY(-535px);
          transform: translateY(-535px);
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-2 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 190px;
  height: 145px;
  width: 100%;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-2 .sbs6d1-tt-4 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-ovh-2.active .sbs6d1-tt-4 {
  -webkit-transform: translateY(-615px);
          transform: translateY(-615px);
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-tt-1 {
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-tt-1 span {
  font-size: 64px;
  color: #F22500;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-tt-2 {
  display: inline-block;
  font-size: 90px;
  line-height: 98px;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-tt-3 {
  font-size: 134px;
  line-height: 134px;
  font-weight: 900;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #F22500), color-stop(55%, #6B0074));
  background: linear-gradient(to bottom, #F22500 35%, #6B0074 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-smartbox-sec-6 .smartbox-sec6-d-1 .sbs6d1-tt-4 {
  font-size: 154px;
  line-height: 154px;
  font-weight: 900;
  color: #F22500;
  background: #F22500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #F22500), color-stop(55%, #6B0074));
  background: linear-gradient(to bottom, #F22500 35%, #6B0074 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.cs-smartbox-sec-7 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-7.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .scroll-sequence {
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  overflow: hidden;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .scroll-sequence__content {
  min-height: 700vh;
  margin-top: -100vh;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .sbs7d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .sbs7d1-seq-content-1 .sbs7d1sc1-d-1 {
  max-width: 570px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .sbs7d1-seq-content-1 .sbs7d1sc1-d-1 .sbs7d1sc1-head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .sbs7d1-seq-content-1 .sbs7d1sc1-d-1 .sbs7d1sc1-head-1 span {
  font-size: 80px;
}
.cs-smartbox-sec-7 .smartbox-sec7-d-1 .sbs7d1-int-d-1 .sbs7d1i1-d-1 .sbs7d1-seq-content-1 .sbs7d1sc1-d-1 .sbs7d1sc1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.cs-smartbox-sec-8 {
  position: relative;
  z-index: 1;
  background-color: rgb(43, 174, 198);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-8.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 350vh;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-i-d-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-i-d-1 img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-11.5%);
          transform: translateX(-11.5%);
  height: 100vh;
  max-width: unset;
  width: auto;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-i-d-1.active img {
  -webkit-transform: translateX(-32%);
          transform: translateX(-32%);
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-head-1 {
  font-size: 150px;
  line-height: 170px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.cs-smartbox-sec-8 .smartbox-sec8-d-1 .sbs8d1-t-d-1.active .sbs8d1-head-1 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-i-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  min-height: 100vh;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-i-1 img {
  width: auto;
  height: 100vh;
  max-width: unset;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-t-1 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-t-1 .sbs8d2t1-head-1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-t-1 .sbs8d2t1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 10px;
}
.cs-smartbox-sec-8 .smartbox-sec8-d-2 .sbs8d2-int-d-1 .sbs8d2-t-1 .sbs8d2t1-c-1 {
  max-width: 400px;
  width: 100%;
  margin: 0 0 0 auto;
}

.cs-smartbox-sec-9 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-smartbox-sec-9.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .scroll-sequence {
  background: rgb(43, 174, 198);
  background: radial-gradient(circle, rgb(43, 174, 198) 0%, rgb(19, 79, 90) 100%);
  overflow: hidden;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .scroll-sequence__content {
  min-height: 800vh;
  margin-top: -100vh;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .sbs9d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .sbs9d1-seq-content-1 .sbs9d1sc1-d-1 {
  max-width: 450px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .sbs9d1-seq-content-1 .sbs9d1sc1-d-1 .sbs9d1sc1-head-1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.cs-smartbox-sec-9 .smartbox-sec9-d-1 .sbs9d1-int-d-1 .sbs9d1i1-d-1 .sbs9d1-seq-content-1 .sbs9d1sc1-d-1 .sbs9d1sc1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.cs-smartbox-sec-10 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-smartbox-sec-10.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  opacity: 1;
  visibility: visible;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-int-d-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-i-d-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-i-d-1 img {
  height: 100vh;
  max-width: unset;
  width: auto;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-t-d-1 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-c-1 {
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-head-1 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 700;
  color: #1B6F7E;
  margin-bottom: 10px;
}
.cs-smartbox-sec-10 .smartbox-sec10-d-1 .sbs10d1-desc-1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #1B6F7E;
  margin-bottom: 0px;
}

.cs-alphabox-seo-d-1 {
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}

.cs-alphabox-sec-1 {
  position: relative;
  z-index: 1;
  background-color: #000000;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 150vh;
  width: 100%;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-1 .as1d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-1 .as1d1sc1-cont-1 .as1d1sc1-vd-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-1 .as1d1sc1-cont-1 .as1d1sc1-vd-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 600vh;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -50vh;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active .as1d1sc2-cont-1 .as1d1sc2-d-0 img {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active .as1d1sc2-cont-1 .as1d1sc2-d-1 {
  left: 25%;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-2 .as1d1sc2-cont-1 .as1d1sc2-d-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-2 .as1d1sc2-cont-1 .as1d1sc2-d-2 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-2 .as1d1sc2-cont-1 .as1d1sc2-d-3 .as1d1-head-1 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-3 .as1d1sc2-cont-1 .as1d1sc2-d-0 img {
  opacity: 0.48;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-3 .as1d1sc2-cont-1 .as1d1sc2-d-3 .as1d1-head-2 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-4 .as1d1sc2-cont-1 .as1d1sc2-d-0 img {
  opacity: 1;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-4 .as1d1sc2-cont-1 .as1d1sc2-d-1, .cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-4 .as1d1sc2-cont-1 .as1d1sc2-d-2, .cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-4 .as1d1sc2-cont-1 .as1d1sc2-d-3 {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2.active-4 .as1d1sc2-cont-1 .as1d1sc2-d-4 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1-head-1 {
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1-head-2 {
  font-size: 180px;
  line-height: 190px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1-desc-1 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-0 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100vh;
  width: 100%;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-0 img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: auto;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-2 {
  position: absolute;
  left: 2%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-2 img {
  max-height: 80vh;
  width: auto;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-3 {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-3 .as1d1-head-1, .cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-3 .as1d1-head-2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-1 .alphabox-sec1-d-1 .as1d1-sc-md-2 .as1d1sc2-cont-1 .as1d1sc2-d-4 .as1d1sc2d4-c-1 {
  max-width: 420px;
  width: 100%;
}

.cs-alphabox-sec-2 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -100vh;
}
.cs-alphabox-sec-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 400vh;
  width: 100%;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2c1-id-1 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2c1-id-1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100vh;
  max-width: unset;
  width: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2c1-id-1 img.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2c1-td-1 {
  padding: 0px 70px;
  max-width: 795px;
  width: 100%;
  text-align: left;
}
.cs-alphabox-sec-2 .alphabox-sec2-d-1 .as2d1-sc-md-1 .as2d1sc1-cont-1 .as2d1sc2c1-td-1 .as2d1sc2c1-desc-1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.cs-alphabox-sec-3 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-desc-1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-desc-1 span {
  font-size: 66px;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: rgb(174, 202, 208);
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1c1-int-1 .scroll-sequence {
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  overflow: hidden;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1c1-int-1 .scroll-sequence__content {
  min-height: 1200vh;
  margin-top: -100vh;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1-seq-content-1 .as3d1-td-1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 50%;
  bottom: 180px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1-seq-content-1 .as3d1-td-1.active {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-3 .alphabox-sec3-d-1 .as3d1-cont-1 .as3d1-seq-content-1 .as3d1td1-cont-1 {
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 auto;
}

.cs-alphabox-sec-4 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: -100vh;
}
.cs-alphabox-sec-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-4.active .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-0 .as4d1-head-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-alphabox-sec-4.active .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-1 img {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 500vh;
  width: 100%;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  overflow: hidden;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1sc1-cont-1.color-0 {
  background: rgb(195, 156, 142);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 156, 142)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(195, 156, 142) 0%, rgb(255, 255, 255) 100%);
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1sc1-cont-1.color-1 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(155, 151, 151) 100%);
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1sc1-cont-1.color-2 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(65, 65, 73) 100%);
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-head-1 {
  font-size: 140px;
  line-height: 150px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-head-1 span {
  font-size: 70px;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-0 {
  position: relative;
  z-index: 1;
  padding: 80px 15px 0px;
  text-align: center;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-0 .as4d1-head-1 {
  -webkit-transform: translateX(65vw);
          transform: translateX(65vw);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  min-height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-1 img {
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-40vw);
          transform: translateX(-40vw);
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 {
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 65%;
  top: 55%;
  z-index: 3;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li {
  line-height: 1;
  padding: 5px;
  border: 1.5px solid transparent;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li.active {
  border-color: #0068D1;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li:last-child {
  margin-right: 0px;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li span {
  line-height: 1;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FF2D16;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li span.color-0 {
  background-color: #ffffff;
  border: 0.5px solid #707070;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li span.color-1 {
  background-color: #949494;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-1 li span.color-2 {
  background-color: #5D5D5D;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-2 li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #86868B;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-2 li::after {
  content: ",";
  padding-right: 5px;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-2 li:last-child::after {
  display: none;
}
.cs-alphabox-sec-4 .alphabox-sec4-d-1 .as4d1-sc-md-1 .as4d1-in-d-2 .as4d1-ul-2 li.active {
  color: #ffffff;
}

.cs-alphabox-sec-5 {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-alphabox-sec-5.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 300vh;
  width: 100%;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(65, 65, 73) 100%);
  overflow: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(133, 133, 138)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(133, 133, 138) 100%);
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-head-1 {
  font-size: 90px;
  line-height: 100px;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-in-d-0 .ii-1 {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-in-d-0 .ii-2 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-in-d-1 .as5d1-td-1 .as5d1-head-2, .cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-in-d-1 .as5d1-td-1 .as5d1-desc-1, .cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.color-0 .as5d1-in-d-1 .as5d1-td-1 .as5d1-mm-1 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1.active-1 .as5d1-in-d-0 .ii-1 img {
  -webkit-transform: translateX(-268px);
          transform: translateX(-268px);
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-head-1 {
  font-size: 140px;
  line-height: 150px;
  font-weight: 700;
  color: #47474F;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 5px;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-head-2 {
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
  color: #64878E;
  margin-bottom: 50px;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-desc-1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-mm-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-mm-1 li {
  cursor: pointer;
  line-height: 1;
  margin-right: 35px;
  margin-bottom: 15px;
  padding: 8px;
  border-radius: 5px;
  border: 1.5px solid transparent;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-mm-1 li.active {
  border: 1.5px solid #007FFF;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-mm-1 li:last-child {
  margin-right: 0px;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  min-height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-0 img {
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-0 .ii-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  min-height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-0 .ii-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-0 .ii-2.active {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-1 .as5d1-td-1 {
  max-width: 800px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-1 .as5d1-td-1 .as5d1-head-2, .cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-1 .as5d1-td-1 .as5d1-desc-1, .cs-alphabox-sec-5 .alphabox-sec5-d-1 .as5d1-sc-md-1 .as5d1sc1-cont-1 .as5d1-in-d-1 .as5d1-td-1 .as5d1-mm-1 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.cs-alphabox-sec-6 {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-6.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1.active-1 .as6d1-head-1 {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1.active-2 .as6d1-head-1 {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-head-1 {
  font-size: 130px;
  line-height: 150px;
  font-weight: 700;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-80vw);
          transform: translateX(-80vw);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 80vh;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-1 .as6d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 80vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1.active .as6d1sc2-d-1 img {
  -webkit-transform: translateX(-8%);
          transform: translateX(-8%);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1.active .as6d1sc2-d-2 {
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-head-1 {
  font-size: 140px;
  line-height: 154px;
  font-weight: 700;
  color: #ffffff;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#114853));
  background: linear-gradient(to bottom right, #FFFFFF 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-vd-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-vd-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-d-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-d-1 img {
  height: 100vh;
  width: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}
.cs-alphabox-sec-6 .alphabox-sec6-d-1 .as6d1-sc-md-2 .as6d1sc2-cont-1 .as6d1sc2-d-2 {
  position: absolute;
  z-index: 1;
  width: 500px;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.cs-alphabox-sec-7 {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-alphabox-sec-7.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  width: 100%;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1-head-1 {
  font-size: 90px;
  line-height: 108px;
  font-weight: 700;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1sc1-cont-1 .as7d1sc1-vd-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1sc1-cont-1 .as7d1sc1-vd-1 video {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: auto;
  height: 100vh;
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1sc1-cont-1 .as7d1sc1-d-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-7 .alphabox-sec7-d-1 .as7d1-sc-md-1 .as7d1sc1-cont-1 .as7d1sc1-d-1 .as7d1-head-1 {
  max-width: 500px;
}

.cs-alphabox-sec-8 {
  position: relative;
  z-index: 1;
  background: transparent;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-alphabox-sec-8.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-head-1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 700;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-head-2 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 700;
  color: #6A8C93;
  margin-bottom: 30px;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-head-3 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
  background: #EDEDED;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 .as8d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 .as8d1sc1-cont-1 .as8d1sc1-d-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 .as8d1sc1-cont-1 .as8d1sc1-d-1 img {
  width: auto;
  height: 100vh;
  max-width: unset;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 .as8d1sc1-cont-1 .as8d1sc1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-1 .as8d1sc1-cont-1 .as8d1sc1-d-2 .as8d1-head-1 {
  max-width: 550px;
  width: 100%;
  margin: 0 0 0 auto;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
  background: #EDEDED;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-d-1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-d-1 .as8d1sc2-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-d-1 .as8d1sc2-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-id-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  text-align: center;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-id-1 img {
  height: 100vh;
  width: auto;
  max-width: unset;
}
.cs-alphabox-sec-8 .alphabox-sec8-d-1 .as8d1-sc-md-2 .as8d1sc2-cont-1 .as8d1sc2-td-1 {
  padding: 40px 60px;
  max-width: 670px;
  width: 100%;
}

.cs-alphabox-sec-9 {
  position: relative;
  z-index: 1;
  background-color: #000000;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-head-1 {
  font-size: 170px;
  line-height: 176px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-head-2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-1 .as9d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-1 .as9d1sc1-cont-1 .as9d1-head-1 {
  max-width: 850px;
  width: 100%;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-1 .as9d1sc1-cont-1 .as9d1-head-1 span {
  display: block;
  font-size: 100px;
  line-height: 110px;
  padding-left: 250px;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-2 .as9d2sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #000000;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-2 .as9d2sc1-cont-1 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-2 .as9d2sc1-cont-1 .as9d1-head-2 {
  position: absolute;
  top: 15%;
  right: 15%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-3 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-3.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-3 .as9d4sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #000000;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-3 .as9d4sc1-cont-1 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-3 .as9d4sc1-cont-1 .as9d1-head-2 {
  position: absolute;
  bottom: 25%;
  left: 20%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-4 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 200vh;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-4.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-4 .as9d4sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #000000;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-4 .as9d4sc1-cont-1 video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cs-alphabox-sec-9 .alphabox-sec9-d-1 .as9d1-sc-md-4 .as9d4sc1-cont-1 .as9d1-head-2 {
  position: absolute;
  top: 15%;
  right: 15%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cs-alphabox-sec-10 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-alphabox-sec-10.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-head-1 {
  font-size: 170px;
  line-height: 182px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-head-2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #306069;
  margin: 0;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 300vh;
  width: 100%;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-bg-d-1 {
  position: absolute;
  bottom: 0vh;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-bg-d-1.active {
  width: 75vw;
  height: 60%;
  bottom: 5vh;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1 .as10d1-head-1 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1 .as10d1-head-2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1.active {
  top: 20%;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1.active .as10d1-head-1 {
  font-size: 80px;
  line-height: 94px;
  color: #7B999F;
  background: #7B999F;
  background: -webkit-gradient(linear, left top, left bottom, from(#7B999F), to(#114853));
  background: linear-gradient(to bottom, #7B999F 0%, #114853 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs-alphabox-sec-10 .alphabox-sec10-d-1 .as10d1-sc-md-1 .as10d1-text-d-1.active .as10d1-head-2 {
  opacity: 1;
  visibility: visible;
}

.cs-alphabox-sec-11 {
  position: relative;
  z-index: 1;
  background: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-alphabox-sec-11.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-head-1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-desc-1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  width: 100%;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 .as11d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 .as11d1-d-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 .as11d1-d-1 video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 .as11d1-d-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-alphabox-sec-11 .alphabox-sec11-d-1 .as11d1-sc-md-1 .as11d1-d-2 .as11d1d2-text-1 {
  max-width: 580px;
  width: 100%;
}

.cs-alphabox-sec-12 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: -100vh;
}
.cs-alphabox-sec-12.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 {
  position: relative;
  z-index: 1;
  background-color: rgb(174, 202, 208);
  opacity: 1;
  visibility: visible;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-head-1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-desc-1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  margin: 0 auto;
  background-color: rgb(174, 202, 208);
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 .as12d1c1-int-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 .as12d1c1-int-1 .scroll-sequence {
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
  overflow: hidden;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 .as12d1c1-int-1 .scroll-sequence__content {
  min-height: 600vh;
  margin-top: -100vh;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 .as12d1-seq-content-1 {
  position: sticky;
  top: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.cs-alphabox-sec-12 .alphabox-sec12-d-1 .as12d1-cont-1 .as12d1c1-td-1 {
  width: 100%;
  max-width: 515px;
  margin: 0 0 0 auto;
}

.cs-alphabox-sec-13 {
  position: relative;
  z-index: 1;
  background: rgb(174, 202, 208);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-alphabox-sec-13.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 {
  position: relative;
  z-index: 1;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-head-1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  width: 100%;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 .as13d1sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 .as13d1sc1-d-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  min-height: 100vh;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 .as13d1sc1-d-1 img {
  height: 100vh;
  width: auto;
  max-width: unset;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 .as13d1sc1-d-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-1 .as13d1sc1-d-2 .as13d1-head-1 {
  max-width: 475px;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 250vh;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  visibility: visible;
  margin-top: -100vh;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2.deactive {
  opacity: 0;
  visibility: hidden;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 .as13d2sc1-cont-1 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: rgb(174, 202, 208);
  background: radial-gradient(circle, rgb(174, 202, 208) 0%, rgb(22, 76, 87) 100%);
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 .as13d2sc1-d-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  min-height: 100vh;
  overflow: hidden;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 .as13d2sc1-d-1 img {
  height: 100vh;
  width: auto;
  max-width: unset;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 .as13d2sc1-d-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cs-alphabox-sec-13 .alphabox-sec13-d-1 .as13d1-sc-md-2 .as13d2sc1-d-2 .as13d1-head-1 {
  max-width: 475px;
}/*# sourceMappingURL=main.css.map */