#owlCarousel .owl-item .slide{ height:100%; }
#owlCarousel .owl-item .slide > div{ height:100%; }
#owlCarousel .owl-item.active .slide{ transform:scale(0.8); }
#owlCarousel .owl-item.active + .owl-item.active .slide{ transform:none; }
#owlCarousel .owl-item.active + .owl-item.active  + .owl-item.active .slide{ transform:scale(0.8); }
#owlCarousel .owl-item.active + .owl-item.active .slide > div{ border-color:#fff; background:#fff; }
#owlCarousel .owl-item.active + .owl-item.active .slide > div *{ color:#0E1528; }
#owlCarousel .owl-item.active + .owl-item.active ~ .owl-item.active .slide > div{ border-color:rgba(160, 178, 219, 0.22); background:transparent; }
#owlCarousel .owl-item.active + .owl-item.active ~ .owl-item.active .slide > div *{ color:#a0b2db; }

#owlCarousel .owl-stage-outer .owl-stage{ display:flex; align-items:stretch; }
#owlCarousel .owl-stage-outer:before{ content:''; position:absolute; left:-10px; top:-10px; bottom:-10px; width:400px; background:linear-gradient(90deg, rgba(14,21,40,1) 0%, rgba(14,21,40,0) 100%); z-index:2; }
#owlCarousel .owl-stage-outer:after{ content:''; position:absolute; right:-10px; top:-10px; bottom:-10px; width:400px; background:linear-gradient(-90deg, rgba(14,21,40,1) 0%, rgba(14,21,40,0) 100%); z-index:2; }

#owlCarousel .owl-nav.disabled, #owlCarousel .owl-nav{ display:flex; position:absolute; left:-50px; right:-50px; top:50%; margin-top: -25px; justify-content:space-between; font-size:120px; color:#fff; font-weight:300; }
#owlCarousel .owl-nav button{ width: 50px; height: 50px; background-size: contain; background-position: center; background-repeat: no-repeat; text-indent: -999rem; display:block; transition:all .3s; }
#owlCarousel .owl-nav button.owl-prev{ background-image:url('owl-prev.svg') }
#owlCarousel .owl-nav button.owl-next{ background-image:url('owl-next.svg') }
#owlCarousel .owl-nav button:hover{ transform:scale(0.8) }



@media only screen and (max-width: 1350px){
  #owlCarousel{ width:150vw; margin:0 0 0 -25vw; }
  #owlCarousel .owl-stage-outer:after{ right:25vw; }
  #owlCarousel .owl-stage-outer:before{ left:20vw; }
  #owlCarousel .owl-nav.disabled, #owlCarousel .owl-nav{ left:24vw; right:30vw; }
}


@media only screen and (max-width: 700px){
  #owlCarousel{ width:100%; margin:0 0 0 0; }
  #owlCarousel .owl-stage-outer:after{ display:none; }
  #owlCarousel .owl-stage-outer:before{ display:none; }
  #owlCarousel .owl-nav.disabled, #owlCarousel .owl-nav{ position:static; max-width:10rem; margin:4rem auto 0 auto; }
  #owlCarousel .owl-item.active .slide{ transform:none; }
  #owlCarousel .owl-item.active .slide > div{ border-color:#fff; background:#fff; }
  #owlCarousel .owl-item.active .slide > div *{ color:#0E1528; }
}