section#main.main-ind{
 	padding: 0; 
}
.product-image-holder {
    position: relative;
}
.product-image:first-child:after {
    background-image: url(/images/landing/windows/copilot/copilot-logo-black.svg);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    background-size: contain;
    left: auto;
    top: 24px;
    right: auto;
    width: 140px;
    height: 26px;
}
.config_button_al {
    height: 140px;
    overflow: hidden;
}
.landing_img_laptop {
    width: 260px;
}
.config_button_holder{
  margin-top: auto;
  padding: 0 20px 20px 20px;
}
.config_button_holder p{
  	font-size: 14px !important;
}
.system-builder-container-inner{
 	justify-content: center; 
}
.product .column-ind-holder .column-ind-header {
    border-radius: 5px 5px 0 0;
  	background: var(--ds-filter-results-primary-badge-color-gradient,var(--ds-color-light-blue,radial-gradient(480.94% 2623.8% at -320% -450%, #0F0A2F 0%, #3B415E 46.09%, #727095 60.09%, #C98282 71.38%, #FFA673 77.67%, #FFD6AA 85.43%)));
  }
.product .column-ind-holder .column-content .product-image-holder .product-image{
 	margin-bottom: 10px;
    height: 214px;
    align-items: flex-end;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0px!important;
  border: none;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #001968;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #001968;
  border-color: #001968;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  display: block;
  background-color: transparent;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #001968;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
  	padding: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #001968;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #000f40;
  border-color:#000f40;
}
.featherlight .featherlight-content {
    width: auto;
  }
.landing-wrapper{
  background-color: #ffffff;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3{
 font-family: "Segoe UI Bold";
}
.landing-wrapper h2{
  font-size: 30px;
}
.landing-wrapper h2, .landing-wrapper h3{
    text-transform: none;
}
.landing-wrapper h3{
    font-size: 30px;
}
.landing-wrapper p{
    font-size: 18px;
}
.landing-wrapper .vas{
    flex-wrap: wrap;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
:root{
    scroll-behavior: smooth;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-button{
    font-family: "Segoe UI Bold";
  	font-weight: normal;
  text-transform: uppercase;
    padding: 10px 30px;
    color: #ffffff;
    background-color: #001968;
  font-size: 14px;
    border-radius: 10px;
}
.sec-pad{
    padding: 20px;
}
.txt-center{
    text-align: center;
}
.copilot1{
    text-align: center;
    background: #e0d9c7;
}
.copilot1 h1{
    color: #fff;
    text-transform: none;
}
.copilot-hero{
    background-image: url(/images/landing/windows/copilot/PCS-LP-01-mod-header-d.jpg);
    background-size: cover;
}
.copilot1 .vas{
    min-height: 400px;
    justify-content: space-evenly;
    flex-direction: column;
}
.copilot-logo{
    width: 200px;
}
.windows-logo{
    width: 150px;
}
.copilot-specs{
    margin: 40px 0;
    padding: 40px 0;
    background: #f2f2f2;
}
.copilot-specs h2{
    text-align: center;
  	margin: 30px 0;
}
.copilot2 img{
    margin: 30px 0;
}
.copilot2 h2{
    margin: 40px 0;
}
.copilot2 .vas{
    align-items: flex-start;
}
.content-holder{
    max-width: 700px;
    margin: 0 auto;
}
.vid-holder{
 	background: #000;
    border-radius: 20px;
}
.vid-holder img{
    transition: .5s ease;
}
.vid-holder:hover img{
  	opacity: 0.5;
}
  
/**carousel**/
.copilot-carousel{
    margin: 5px 0;
}
.carousel-image{
    position: relative;
}
.carousel-info {
    text-align: center;
    padding-bottom: 40px;
}
.landing-wrapper .owl-dots{
    text-align: center;
    padding: 30px 0;
    background-color: #f2f2f2;
}
.owl-carousel .owl-dot{
	display: inline-block;
}
.landing-wrapper .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}
.landing-wrapper .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease-in-out;
}
.landing-wrapper .owl-nav {
    cursor: pointer;
    width: 100%;
}
.landing-wrapper .owl-nav i{
    text-align: center;
}
.landing-wrapper .owl-nav .owl-next:hover, .landing-wrapper .owl-nav .owl-prev:hover{
    background-color: #000!important;
    color: #fff;
}
.landing-wrapper .owl-nav .owl-prev, .landing-wrapper .owl-nav .owl-next{
    position: absolute;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgb(0 0 0 / 15%) !important;
    transition: .5s ease;
  	text-align: center;
    line-height: 40px;
}
.landing-wrapper .owl-prev{
    left: 20px;
}
.landing-wrapper .owl-next{
    right: 20px;
}
.col-inner{
    padding: 35px;
}
.vas-rev{
    flex-direction: row-reverse;
}
.copilot-6 {
    background: #f2f2f2;
}
.copilot-6 ol{
  margin-left: 20px;
 }
.copilot-6 ol li, .copilot-6 p{
	font-size: 14px;
    margin: 15px 0;
}

@media screen and (min-width: 720px){
  .pcs-col2{
	width: 50%;
  }
    .copilot1 .vas{
        min-height: 700px;
}
.copilot1 h1{
    font-size: 40px;
}
.pcs-col3{
    width: 33.333%;
}
.content-holder{
    max-width: 100%;
}
.copilot2 .vas{
    flex-wrap: nowrap;
    gap: 25px;
}
}
@media screen and (min-width: 960px){
    .carousel-info{
        position: absolute;
        max-width: 35%;
        padding: 30px;
    }
  .carousel-info h3 {
    font-size: 24px;
}
  .carousel-info p {
    font-size: 15px;
}
    .copilot5 .pcs-col2{
        width: 50%;
    }
    .copilot4 .vas, .copilot5 .vas{
        flex-wrap: nowrap;
        gap: 25px;
    }
    .col-inner{
        max-width: 500px;
        margin: 0 auto;
    }
  .landing-button{
    padding: 15px 30px;
}
  .carousel-info {
    text-align: left;
    padding-bottom: 0;
}
}
@media screen and (min-width: 1170px){
    .carousel-info h3 {
    font-size: 30px;
}
  .carousel-info p {
    font-size: 16px;
}
    .copilot1 .vas{
        min-height: 612px;
}
.copilot1 h1{
    font-size: 60px;
}
.copilot-logo{
    width: 350px;
}
.windows-logo{
    width: 250px;
}
  .landing-wrapper h2{
  font-size: 40px;
}
}

@media screen and (min-width: 1920px){
  .copilot-hero {
    position: relative;
    background-size: 65%;
    background-repeat: no-repeat;
}
  .copilot1 .vas{
   	position: relative;
    z-index: 1
  }
  .copilot-hero:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #e6b595;
    background: linear-gradient(90deg, rgba(68, 32, 68, 0) 30%, rgb(249 187 145) 100%);
}
}

  @font-face {
    font-family: "Segoe UI";
    src: url(/fonts/segoe.ttf) format("truetype");
    font-weight: 400;
  }
  @font-face {
    font-family: "Segoe UI Light";
    src: url(/fonts/segoe_light) format("truetype");
    font-weight: 350;
  }
  @font-face {
    font-family: "Segoe UI Bold";
    src: url(/fonts/segoe_bold.ttf) format("truetype");
    font-weight: 700;
  }