/*--------------------------------------------------------------
## .appnext_page-header
--------------------------------------------------------------*/
.appnext_page-header__main-container {
	height: calc(100vh - 60px);
    /*margin-top: 60px;*/
}

.appnext_page-header__main-container > .wpb_column,
.appnext_page-header__main-container > .wpb_column > .vc_column-inner, 
.appnext_page-header__main-container > .wpb_column > .vc_column-inner > .wpb_wrapper,
.appnext_page-header__main-container > .wpb_column > .vc_column-inner > .wpb_wrapper .appnext_page-header,
.appnext_page-header__main-container > .wpb_column > .vc_column-inner > .wpb_wrapper .appnext_page-header .appnext_page-header__container,
.appnext_page-header__main-container > .wpb_column > .vc_column-inner > .wpb_wrapper .appnext_page-header .appnext_page-header__container .appnext_page-header__content {
	height: 100%;
}

.appnext_page-header__main-v2-container {
    /*margin-top: 60px;*/
}

.appnext_page-header__main-v2-container .appnext_page-header__content {
    min-height: 500px;
}

.appnext_page-header__main-v2-container .appnext_page-header__title {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 60px;
    line-height: 66px;
}

.appnext_page-header__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 52px 50px;
	min-height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page-header__video-bg {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.appnext_page-header__title {
  margin-bottom: 30px;

  font-size: 68px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.01;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.appnext_page-header__title p {
	margin-bottom: 0;
}

.appnext_page-header__link {
	cursor: pointer;
	user-select: none;
	padding: 13px 20px;
	min-width: 190px;
	min-height: 44px;

	border: none;
	border-radius: 100px;
	background-color: #ffffff;

	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-align: center;
	color: #060c2e;

	box-shadow: 0 2px 4px 0 rgba(6, 12, 46, 0.24);
	
	transition: all 0.2s ease-in-out;
}

.appnext_page-header--with-video .appnext_page-header__title,
.appnext_page-header--with-video .appnext_page-header__link {
	z-index: 9;
}

.appnext_page-header__link:hover {
	background-color: #3599e7;
	box-shadow: 0 4px 8px 0 rgba(6, 12, 46, 0.24);
	
    color: #ffffff;
    text-decoration: none;
}

/*--------------------------------------------------------------
## .appnext_page-header--double-button
--------------------------------------------------------------*/
.appnext_page-header--double-button .appnext_page-header__content {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.appnext_page-header--double-button .appnext_page-header__title {
	width: 100%;
}

.appnext_page-header--double-button .appnext_page-header__title p {
	margin-bottom: 0;
}

.appnext_page-header--double-button .appnext_page-header__link {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 190px;
}

.appnext_page-header--double-button .appnext_page-header__link:not(:last-child) {
	margin-right: 40px;
}

/*   .appnext_page-header--with-video {
    background-image: url('https://appnextstaging.wpengine.com/wp-content/uploads/2018/11/oem_cover-3.jpg');
	background-repeat: no-repeat;
  } */

@media (max-width: 575.98px) {
  /*--------------------------------------------------------------
  ## .appnext_page-header
  --------------------------------------------------------------*/
  
    .appnext_page-header__main-v2-container .vc_column_container>.vc_column-inner {
        padding:0;
    }
  
	.appnext_page-header {
		height: calc(100vh - 110px);
	}
	
	.appnext_page-header__container {
		height: 100%;
	}
    
    .appnext_page-header__main-container {
      margin-top: 0px;
  }

  .appnext_page-header__content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0px;
	align-items: center;
	padding: 22px 10px 0;
	height: 100%;
	min-height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  }

  .appnext_page-header__title {
	margin-bottom: 32px;

  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  }

  .appnext_page-header__link {
	padding: 11px 16px;
	min-width: 170px;
    min-height: 39px;

  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #060c2e;
 }
	
.page-header__video-bg {
	object-fit: cover;
}
	
/* .appnext_page-header__main-container--homepage .page-header__video-bg {
	display: none;
} */
	
.page-header__video-bg {
	/*display: none;*/
}

/*--------------------------------------------------------------
## .appnext_page-header--double-button
--------------------------------------------------------------*/
  .appnext_page-header--double-button .appnext_page-header__content {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	
	padding-top: 32px;
  }

  .appnext_page-header--double-button .appnext_page-header__title {
	width: 100%;
	margin-bottom: 30px;
  }

  .appnext_page-header--double-button .appnext_page-header__link {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 170px;
  }

  .appnext_page-header--double-button .appnext_page-header__link:not(:last-child) {
	margin-right: 0;
	margin-bottom: 20px;
  }
	
  .appnext_page-header--with-video {
/*     display: none; */
  }
  
    .appnext_page-header__main-v2-container .appnext_page-header__title {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /*--------------------------------------------------------------
  ## .appnext_page-header
  --------------------------------------------------------------*/
    .appnext_page-header__main-v2-container {
        margin-top: 0px;
    }
  
  .appnext_page-header__content {
	padding-left: 20px;
	padding-right: 20px;
    margin-top: 0px;
  }
  
  .appnext_page-header__main-container {
      margin-top: 0px;
  }

  /*--------------------------------------------------------------
  ## .appnext_page-header--double-button
  --------------------------------------------------------------*/
  .appnext_page-header--double-button .appnext_page-header__content {
	padding-left: 20px;
	padding-right: 20px;
  }
	
  .appnext_page-header--with-video {
/*     display: none; */
  }
  
  .appnext_page-header__main-v2-container .appnext_page-header__title {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .appnext_page-header__main-v2-container,
    .appnext_page-header__content {
        margin-top: 0px;
    }
    
    .appnext_page-header__main-v2-container .appnext_page-header__title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .appnext_page-header__main-v2-container,
    .appnext_page-header__content {
        margin-top: 0px;
    }
    
    .appnext_page-header__main-v2-container .appnext_page-header__title {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 1200px) {
    
}