@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;700&display=swap');
section#main.main-ind{
	padding: 0;
}
.mc-arrow:after {
    font-family: 'Fontawesome';
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    color: #000000;
    content: "\f054";
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.mc-arrow:hover:after {
    color: #000000;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.lp__inner{
    max-width: 1170px;
    margin: 0 auto;
}
.lp__wrapper p{
    font-family: 'open sans';
    margin-top: 20px;
    line-height: 1.5;
    color: #ffffff;
}
.lp__wrapper h1{
    font-size: 50px;
    font-family: 'saira';
    text-transform: uppercase;
    color: #ffffff;
  line-height: 1.2;
}
.lp__wrapper h2{
    font-size: 42px;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
  	line-height: 1.2;
}
.lp__wrapper h3{
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    margin-top: 25px;
    color: #303236;
}
.lp__wrapper sup{
    font-size: 16px;
    vertical-align: top;
    top: 0;
    line-height: normal;
}
.lp__feat1-top span:first-child {
    font-size: 20px;
    vertical-align: top;
}
.lp__feat1-top span:last-child {
    font-weight: normal;
}
.lp__para{
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px;
}
.lp__col{
    width: 100%;
}
.lp__col-two{
    width: 50%;
}
.lp__col-three{
    width: 33.33333%;
}
.lp__feat-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lp-button{
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    background-color: #00ffff;
    padding: 15px 25px;
    color: #000000;
    display: inline-block;
}
.lp-button:hover{
    background-color: #00d1d1;
}
.lp-button i{
    margin-left: 5px;
}
.lp__feat1-outer{
    background-color: #000000;
}
.lp__feat1{
    background-color: #000000;
    background-image: url(/images/landing/pcs/vyper/vyper17-top.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 1050px;
    justify-content: center;
    animation: 2s opacity;
}
.lp__feat1-top{
    text-align: center;
    animation: 2s opacity;
    animation-delay: .3s;
    animation-fill-mode: backwards;
    padding: 60px 40px 20px 40px;
}
.lp__feat1-top p{
    font-family: 'Montserrat';
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #ffffff;
}
.lp__feat1-top h3{
    text-transform: uppercase;
    font-size: 20px;
}
h2.feat1_subtitle{
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: none;  
}
.lp__feat1 .lp__feat-inner{
    justify-content: center;
    flex-wrap: nowrap;
}

@keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.lp__feat2{
    background-color: #000000;
    background-image: url(/images/landing/pcs/vyper15-ii/feat2-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 40px;
}
.lp__feat3{
    position: relative;
    background-image: url(/images/landing/pcs/vyper/feat3-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000000;
    height: 1000px;
}
.lp__feat3 .lp__inner{
    max-width: 1920px;
}
.feat3-hide{
    display: none;
}
.lp__feat3 .lp__para{
    position: absolute;
    top: 200px;
}
.feat-specs{
    margin-top:40px;
}
.feat-specs span{
    font-size: 16px;
    vertical-align: middle;
}
.feat-specs ul{
    display: flex;
    justify-content: center;
}
.feat-specs li{
    width: 33%;
    padding-right: 40px;
}
.feat-specs li:last-child{
    padding: 0;
}
.feat-specs li p{
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.feat-specs li p:first-child{
    font-size: 45px;
    color: #00ffff;
}

/***********************************feat4*****************************/
.lp__feat4{
    background-color: #000000;
    text-align: center;
}
.lp__feat4 .lp__inner{
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
}
.lp__feat4 .lp__feat-inner{
    max-width: 600px;
    margin: 0 auto;
}
.feat3-stat p:first-child{
   font-family: 'Saira', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #00ffff;
    line-height: 1;
}
.feat3-stat p:last-child{
    text-transform: uppercase;
    margin-top: 5px;
}
.lp__feat4 img{
    margin-top: 100px;
    margin-bottom: 60px;
}
/***********************************feat4*****************************/
.lp__feat5{
    background-color: #100056;
    background-image: url(/images/landing/pcs/vyper/feat5-bg.jpg); 
    background-position: center;
    background-repeat: no-repeat;
}
.lp__feat5 .lp__para{
    margin: 0;
    max-width: 500px;
}
.feat5-content{
    display: flex;
    height: 900px;
    align-items: center;
}
.feat5-img{
    display: none;
}

.lp__feat6{
    display:none;
    background-color: #000000;
    text-align: center;
  	counter-reset: mycounter;
  	overflow: hidden;
  padding: 40px;
}
.feat6-list {
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    max-width: 1170px;
    background-color: #212121;
    border-radius: 5px;
  	margin: 80px 0;
}
.lp__feat6 ol {
    list-style: none;
    width: 50%;
}
.lp__feat6  .split li:before {
    counter-increment: mycounter;
    content: counter(mycounter)".";
    position: relative;
    max-width: 0px;
    max-height: 0px;
    top: .05em;
    margin-right: 40px;
    color: #196fdc;
    font-weight: bold;
}
.lp__feat6 .split li {
    font-family: 'open sans';
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #000000;
    color: #ffffff;
}





@media only screen and (max-width: 1470px){
.lp__feat5{
    background-position: 60%;
}
}
@media only screen and (max-width: 1170px){
    .lp__col-two{
        width: 100%;
    }
    .lp__col-three{
        width: 100%;
    }
    .lp__feat1{
        background-size: cover;
        height: 800px;
    }
    .lp__feat3{
        background-image: none;
        text-align: center;
        height: auto;
    }
    .feat3-hide{
        display: block;
    }
    .lp__feat3 .lp__para{
        position: static;
        top: 200px;
    }   
    .lp__feat4 .lp__inner{
        flex-direction: column;
    } 
    .lp__feat4 img{
        margin: 0;
    }
   .lp__feat5{
        background-image: none;
    }
    .feat5-img{
        display: block;
    }
    .feat5-content{
        display: block;
        height: auto;
    }
    .lp__feat5 .lp__para{
        text-align: center;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1020px){
    .lp__col{
        width: 100%;
    }
    .lp__col-inner{
        text-align: center;
        max-width: 100%;
    }
    
}
@media only screen and (max-width: 720px){
    .lp__feat1{
        background-image: url(/images/landing/pcs/vyper/vyper-hero-sm.jpg);
        background-size: cover;
        height: 700px;
    }
  .feat6-list {
    flex-wrap: wrap;
}
  .feat6-list ol{
    	width: 100%;
  }
  h2.feat1_subtitle{
    	font-size: 22px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 500px){
    .lp__feat1{
        background-image: url(/images/landing/pcs/vyper15-ii/vyper-hero-small-mob.jpg);
        height: 550px;
}
  .lp__feat1 span:first-child{
  	display:block;
      vertical-align: inherit;
  }
    .lp__wrapper h1{
        font-size: 40px;
    }
    .lp__feat1-top h2{
        font-size: 20px;
    }
    .lp__wrapper h2{
        font-size: 30px;
    }
    h2.feat1_subtitle{
        font-size: 20px;
    }
    .lp__wrapper ul{
    flex-wrap: wrap;
  }
  .lp__wrapper ul li{
    width: 100%;
    padding: 10px 0;
  }
  .lp-button{
    font-size: 14px;
  }
  .feat-specs li p:first-child{
    font-size: 30px;
}
  .feat3-stat p:first-child{
    font-size: 30px;
}
}