body{
  background: transparent !important;
}
.imgPlaceholder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: width 0.6s ease;
}
.reveal_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EEECEA;
  transform: scaleX(0);
  transform-origin: 100% 50% 0px;
}
.pelement {
  transition: all 260ms ease-out !important;
  will-change: transform;
}
.button {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 35px;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  margin-top: 3rem;
}
.button:hover {
  color: #FFFFFF;
}
.button:hover:after {
  transition: all 0.3s cubic-bezier(0.67, 0.52, 0, 1.38);
  height: 100%;
  background: #01afef;
}
.button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.15s cubic-bezier(0.67, 0.52, 0, 0);
  z-index: -1;
}
.vs-section {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  will-change: transform;
  transform: translate3d(0px, 0px, 0px) !important;
}
.touch .vs-section {
  position: static;
}
.vs-scroll-view {
  position: relative;
  width: 1px;
}
.cursor {
  position: fixed;
  background-color: #01afef;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 9999;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, opacity 0.3s, background-color 0.3s;
}
.cursor.active {
  transform: scale(0);
}
.touch .cursor {
  display: none;
}
.cursor-follower {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) width, 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) height, 0.3s cubic-bezier(0.75, -0.27, 0.3, 1.33) margin;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  margin-top: -10px;
  margin-left: -10px;
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(3);
}
.cursor-follower.loading {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #01afef;
  animation: spin 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  display: block !important;
}
.touch .cursor-follower {
  top: 50%;
  left: 50%;
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-color: transparent;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #01afef;
  animation: spin 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
}
.slider.animating {
  transition: transform 1s;
  will-change: transform;
}
.slider.animating .slide__bg {
  transition: transform 1s;
  will-change: transform;
}
.slider__container {
  position: relative;
}
.slider__container .scroll-hint {
  transform: translateY(0);
}
.slider__control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 48px;
  height: 48px;
  transition: all 0.4s;
  transform: translateY(-50%);
  z-index: 10;
}
.slider__control--right {
  right: 15px;
  left: auto;
}
.slider__control--right .slider__control__inner {
  background-image: url("/img/pro_list_icon2.png");
}
.slider__control.inactive {
  pointer-events: none;
  opacity: 0.2;
}
.slider__control__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-image: url("/img/pro_list_icon1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 19px;
}
.slider__control__inner:hover {
  background-color: #01afef;
  border: 1px solid #01afef;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__line {
  transform: scaleX(1);
}
.slide.active .imgPlaceholder {
  width: 0;
}
.slide.active .slide__title,
.slide.active .slide__subtitle {
  opacity: 1;
  transform: translate(0);
}
.slide.active .slide__bigtitle {
  left: 50%;
  opacity: 1;
}
.slide.active .reveal_title {
  animation: revealtitle 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
}
.slide.active .reveal_title.two {
  animation-delay: 0.4s;
}
.slide.active .slide__smalltext,
.slide.active .slide__link {
  opacity: 1;
  left: 0;
}
.slide__bg {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  will-change: transform;
}
.slide__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.slide__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 5;
  padding: 0rem;
}
.slide__container img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.slide__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  flex-basis: 35%;
  z-index: 2;
  pointer-events: none;
}
.slide__right {
  position: relative;
  width: 65%;
  flex-basis: 65%;
  max-height: 36.5625rem;
  overflow: hidden;
}
.slide .tilt {
  transform-style: preserve-3d;
}
.slide__line {
  width: 70px;
  height: 1px;
  background-color: #01afef;
  margin: 50px 0 35px 0;
  transform: scaleX(0);
  transition: all 0.4s 0.2s;
  transform-origin: left center;
}
.slide__title {
  position: relative;
  font-family: "Butler";
  font-size: 48px;
  font-weight: bold !important;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -1px;
  display: inline-block;
  transform: translate(-20px);
  transition: all 0.4s 0.4s;
  opacity: 0;
  white-space: nowrap;
  margin-top:48px;
}
.slide__subtitle {
  position: relative;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: #EEECEA;
  transform: translate(-20px);
  transition: all 0.4s 0.6s;
  opacity: 0;
  margin-top: 48px;
}
.slide_text2{
  display: flex;
  align-items: flex-start;
}
.slide_text2 span{
  font-size:0.875rem;
  color:#fff;
  margin-right:14px;
}
.slide_text2 ul li{
  font-size:14px;
  color:#fff;
  line-height:1.8em;
}
.slide__smalltext {
  font-size: 14px;
  letter-spacing: 0;
  color: #FFFFFF;
  width: 60%;
  position: relative;
  opacity: 0;
  left: -20px;
  margin:10px 0;
  transition: all 0.4s ease-in 0.8s;
}
.slide__link {
  position: relative;
  text-decoration: none;
  opacity: 0;
  left: -20px;
  transition: left 0.4s ease-in 1s, opacity 0.4s ease-in 1s, background-color 0.4s 0s;
  pointer-events: auto;
}
.slide__bigtitle {
  position: absolute;
  top: 75%;
  left: 45%;
  font-family: "Butler";
  font-weight: 900;
  font-size: 300px;
  line-height: 1em;
  color: #01afef;
  opacity: 0;
  transition: all 0.4s 0.2s;
  transform-origin: center right;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width:1200px){
  .slide__container {
    width: 80%;
    margin: 0 auto;
  }
  .slide__line {
    margin: 35px 0;
  }
  .slide__title {
    font-size: 36px;
  }
  .slide__smalltext {
    margin: 40px 0;
    width: 80%;
  }
}
@media only screen and (max-width:992px){
  .button {
    padding: 15px 25px;
  }
  .slider {
    height: 60vh;
  }
  .slide__left {
    width: 100% ;
    flex-basis: 100%;
    order: 2;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slide__right {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    margin-top: 70px;
    max-height:50vh;
  }
  .slide__line {
    margin: 15px 0;
  }
  .slide__title {
    font-size: 36px;
  }
  .slide__smalltext {
    margin: 30px 0;
    width: 90%;
  }
}
@media only screen and (max-width:768px){
  .slider {
    height: 100vh;
  }
  .slider__control {
    display: none;
  }
  .slide__container {
    height: 100%;
    width: 90%;
  }
  .slide__line {
    display: none;
  }
  .slide__title {
    font-size: 22px;
    margin: 18px auto 12px;
  }
  .slide__subtitle{
    margin: 0 auto !important;
  }
  .slide_text2{
  	flex-wrap: wrap;
  }
  .slide_text2 span{
   display:block;
   width:100%;
   text-align:Center;
  }
  .slide_text2 ul{
  	display:block;
   width:100%;
  }
  .slide_text2 ul li{
    text-align: center;
    width:100%;
  }
  .slide__smalltext {
    width: 100%;
    margin:5px 0;
  }
  .button{
  	margin-top:2vh;
  }
}
