/*
Red color #ee3032;
*/

@font-face {
  font-family: 'LitSans-Medium';
  src: url('./fonts/LitSans-Medium.eot');
  src: url('./fonts/LitSans-Medium.woff2') format('woff2'),
       url('./fonts/LitSans-Medium.woff') format('woff'),
       url('./fonts/LitSans-Medium.ttf') format('truetype'),
       url('./fonts/LitSans-Medium.svg#LitSans-Medium') format('svg'),
       url('./fonts/LitSans-Medium.eot?#iefix') format('embedded-opentype');
  font-style: normal;
}
@font-face {
  font-family: 'Sen';
  src: url('./fonts/Sen-Regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Sen-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Sen-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Sen-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Sen-Regular.svg#950e19f85eb8dc758a96e02fc75074e4') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #8c8c8c;
}
::-webkit-scrollbar-thumb{
    background-color: #3e3e3e;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #252525;
}

body{
  margin: 0 auto;
  font-family: 'Sen';
  font-size: 17px;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5{
  font-family: 'LitSans-Medium';
  margin: 15px 0px;
  font-weight: normal;
}
li{
  line-height: 1.5;
  margin: 5px 0px;
}
p{
  margin: 15px 0px;
  line-height: 1.5;
}
.container, .minicontainer{
  position: relative;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.minicontainer{
  width: 1000px;
}
header{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0px;
  text-align: right;
  z-index: 10;
}
.logo{
  display: inline-block;
  float: left;
}
.menu{
  display: inline-block;
  margin-top: -8px;
}
.menu a{
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.menu a:last-child{
  background-color: #ee3032;
  padding: 10px 20px;
}
.banner{
  position: relative;
  background-color: #100f0d;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25vh;
  background: linear-gradient(to bottom, #000000, transparent);
}
.banner-text{
  position: relative;
  z-index: 1;
  padding-top: 55vh;
  padding-bottom: 30px;
  width: 100%;
  color: #ffffff;
  text-shadow: 1px 2px 15px #000000;
}
.banner-text h1{
  font-size: 3.5em;
  margin-bottom: 5px;
}
.banner-text h2{
  font-size: 2.5em;
  margin-top: 5px;
}
span{
  color: #ee3032;
}
.banner-text p{
  max-width: 500px;
}
.know-more{
  margin: 15px 0px;
  text-align: right;
}
.know-more a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: White;
  text-transform: uppercase;
}
.know-more a::before{
  content: "";
  position: absolute;
  bottom: -2px;
  right: 2px;
  left: 5px;
  height: 10px;
  z-index: -1;
  background-color:  #ee3032;
}
.center{
  text-align: center;
}
.grid{
  position: relative;
}
.grid > div{
  position: relative;
  display: inline-table;
  vertical-align: middle;
  padding: 30px;
  box-sizing: border-box;
  width: 49%;
}
.grid img{
  max-width: 100%;
}
.grid > div:first-child{
  text-align: left;
}
.shift{
  margin-left: -15%;
  font-size: 18px;
}
.shift h3{
  margin-left: -10%;
}
.advantage{
  background-color: #f3f3f3;
  padding: 10vh 0px;
}
.swap{
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  cursor: pointer;
}
.swap p{
  display: none;
  padding-right: 60px;
}
.swap p:first-child{
  display: block;
}
.swap button{
  background-image: url("../images/swap.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
footer{
  background-color: #141111;
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.demo{
  position: relative;
  padding: 8vh 0px;
  color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.demo form{
  position: relative;
  font-size: 12px;
}
.demo input{
  width: 100%;
  padding: 16px 20px;
  background-color: #252121;
  border: 0px;
  outline: 0px;
  box-sizing: border-box;
  color: #ffffff;
  padding-right: 160px;
}
.demo button{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ee3032;
  color: #ffffff;
  border: 0px;
  outline: 0px;
  cursor: pointer;
  padding: 16px 20px;
}
.demo button:hover, .demo button:focus{
  background-color: #e32022;
}
.foot{
  position: relative;
  padding: 6vh 0px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}
.foot a{
  display: inline-table;
  vertical-align: middle;
  margin: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.8;
  color: #717171;
}
.foot a:hover{
  opacity: 1;
}
.left{
  display: inline-table;
  vertical-align: middle;
  width: 60%;
}
.left a{
  cursor: pointer;
}
.right{
  display: inline-table;
  vertical-align: middle;
  float: right;
  width: 40%;
  text-align: right;
}
.right img{
  width: 15px;
}
.right p{
  margin: 0px;
  font-size: 10px;
  color: #717171;
}
.slider-container{
  position: relative;
  cursor: pointer;
}
.slider-container::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 1;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0), #ffffff); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), #ffffff); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0), #ffffff);
}
.slider{
  position: relative;
  box-sizing: border-box;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: hidden;
}
.slider > div{
  white-space: normal;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 50%;
  margin-right: 20%;
  box-sizing: border-box;
}
.slider > div:last-child{
  margin-right: 50%;
}
.slider img{
  width: 100%;
}
.slider h3, .slider p{
  width: 94%;
  margin-left: 3%;
}
.slider p{
  margin: 5px 3%;
}
.slide-control{
  position: relative;
  text-align: center;
  margin: 30px 0px;
}
.slide-control button{
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow.png");
  outline: 0px;
  border: 0px;
  background-color: transparent;
  margin: 5px;
  opacity: 0.6;
}
.slide-control button:hover{
  opacity: 1;
  cursor: pointer;
}
.slide-control #prev{
  transform: rotateZ(180deg);
}
#slideno{
  font-size: 1.2em;
  color: #c4c3c3;
  padding: 0px 15px;
  letter-spacing: 2px;
}
#slideno > span{
  font-weight: bold;
}
#riskText > div:not(.active), #riskImage > img:not(.active){
  display: none;
  transition: 0.4s;
}
#riskText.active{
  display: block;
  transition: 0.4s;
  animation-name: fadeIn;
  animation-duration: 1s;
}
#policyCurtain{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
  z-index: 15;
  padding: 70px 15px 30px 15px;
  box-sizing: border-box;
  display: none;
}
#policyText{
  max-height: 100%;
  max-width: 100%;
  width: 1000px;
  margin: auto;
  overflow-y: auto;
  padding-right: 10px;
}
#policyText::-webkit-scrollbar-track {
  background-color: #ececec;
}
#policyText::-webkit-scrollbar-thumb{
  background-color: #cdcdcd;
}
#policyText a{
  color: #6a6a6a;
}
#policyText a:hover{
  color: #151515;
}
.close{
  position: absolute;
  top: 15px;
  right: 15%;
  color: #888888;
  cursor: pointer;
  font-size: 24px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
  border: 1px solid rgba(0,0,0,0.08);
}
.close:hover{
  color: #151515;
  box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
  transition: 0.4s;
}
#modalBg{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0,0.6);
  z-index: 15;
  padding: 70px 15px 30px 15px;
  box-sizing: border-box;
  display: none;
}
#modalBg .close{
  right: 15px;
}
#modal{
  max-height: 100%;
  max-width: 100%;
  width: 1000px;
  margin: 10% auto 0;
  overflow-y: auto;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blur{
  transition: all 0.4s;
}

#vid{
  background: #f3f3f3;
}
#vid p{
  font-size: 22px;
}
#vid .vid-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#vid .vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:699px){
  .slider-container::after{
    width: 0%;
  }
  .slider > div{
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
  }
  .slider > div:last-child{
    margin-right: 0%;
  }
  header{
    padding: 30px 0px;
  }
  .logo img{
    margin-top: 5px;
    width: 100px;
  }
  .menu a{
    display: none;
    font-size: 12px;
  }
  .menu a:last-child{
    display: block;
  }
  .banner-text{
    padding-top: 30vh;
  }
  .grid > div{
    width: 100%;
    padding: 10px;
  }

  .shift{
    margin-left: 0%;
    font-size: 18px;
  }
  .shift h3{
    margin-left: 0%;
  }

}

@media screen and (min-width: 1500px){
  header{
    padding: 50px 0px;
  }
  .logo{
    display: inline-block;
  }
  .menu{
    margin-top: -10px;
  }
  .menu a{
    padding: 16px 18px;
    font-size: 18px;
  }
  .menu a:last-child{
    padding: 16px 22px;
  }
}

#email{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}