@charset "utf-8";
/**/
::placeholder {
	color: #777;
	opacity: 1;
	font-weight: 400;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777;
	opacity: 1;
	font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #777;
	opacity: 1;
	font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #777;
	opacity: 1;
	font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
	color: #777;
	opacity: 1;
	font-weight: 400;
}

.sectionTitle h2 {
	font-family: 'Inter', sans-serif;
	font-size: 3.8rem;
	font-weight: 600;
	margin-bottom: 1.5vw;
	line-height: 1.3;
}
@media screen and (max-width: 800px) {
	.sectionTitle h2 {
		font-size: 30px;
	}
}
.sectionTitle h2 strong {
	font-weight: 800;
}
.sectionTitle h3{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 1.1rem;
}

/**/
.landingHero{
	position: relative;
	height: 100vh;
	background: url("../images/ai-landing-header-bg.jpg") no-repeat center;
	background-size: 100% 100%;
}
.landingHeroContent{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(95vw - 90vh);
	padding: 5vh 10vw 0 0;
	margin-left: auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	height: 100%;
}
.landingMesh{
	display: block;
	position: absolute;
	width: auto;
	height: 110vh;
	top: 0;
	left: 0;
	z-index: 2;
}
.landingHeroTitle{
	width: 100%;
	padding-bottom: 1vw; /*2vw;*/
}
.landingHeroTitle h1{
	font-family: Inter, sans-serif;
	font-size: 7vh;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
	text-align: left;
	margin: 0;
}
.landingHeroText p{
	color: #fff;
	font-size: 3vh;
	line-height: 1.5;
	text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
.landingHeroText p strong{
	color: #fca600;
}
.landingHeroButtonBox{
	padding-top: 1vh;
}

/**/
.landingLogoAnc{
	display: inline-block;
	position: absolute;
	top:4vw;
	right: 6vw;
	width: 12vw;
	max-width: 200px;
	z-index: 10;
}
@media screen and (max-width: 800px) {
	.landingLogoAnc{
		top: 6vw;
		right: 11vw;
		width: 17vw;
		max-width: 200px;
	}
}
.landingLogoAnc img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1700px) {
	.landingHero{
		height: 60vw;
	}
	.landingHeroContent{
		width: 43vw;
		padding: 2vw 10vw 4vw 0;
	}
	.landingMesh{
		height: 65vw;
	}
	.landingHeroTitle h1{
		font-size: 3vw;
		margin-right: -5vw;
		padding-bottom: 0;
	}
	.landingHeroText p{
		font-size: 1.5vw;
	}
	.landingHeroButtonBox{
		padding-top: 0.5vw;
	}

}
@media screen and (max-width: 800px) {
	.landingHero{
		height: 120vw;
	}
	.landingHeroContent{
		width: 89vw;
		padding: 4vw 10vw 4vw 0;
		z-index: 4;
	}
	.landingMesh{
		height: 50vw;
	}
	.landingHeroTitle h1{
		font-size: 7.4vw;
		margin-right: -5vw;
		padding-bottom: 1vw;
	}
	.landingHeroText p{
		font-size: 3vw;
	}
	.landingHeroButtonBox{
		padding-top: 1vw;
	}

}

/**/
.landingSectionVideo{
	padding: 8vw 0 6vw 0;
	position: relative;
	overflow: hidden;
	background: url("../images/landing-bg-2.jpg") no-repeat center;
	background-size: 100% 100%;
}
.landingSectionVideo .sectionTitle{
	padding-bottom: 4vw;
}
.landingSectionVideo .sectionTitle h2{
	font-size: 3.8rem;
	font-weight: 700;
	color: #fff;
}
.landingVideoBox{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	border-radius: 0;
	width: 68vw;
	height: 35vw;
	margin: auto;
}
.landingVideoBox iframe{
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
}
.landingVideoBoxOverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.landingVideoBoxOverlay img{
	width: 10%;
	height: auto;
	display: block;
}

@media screen and (max-width: 800px) {
	.landingSectionVideo{
		padding: 11vw 0;
	}
	.landingSectionVideo .sectionTitle {
		padding-bottom: 10px;
	}

	.landingSectionVideo .sectionTitle h2 {
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}
	.landingSectionVideo .sectionTitle p {
		text-align: center;
		font-size: 16px;
	}
	.landingSectionVideo .sectionTitle br {
		display: none;
	}
	.landingVideoBox{
		width: 90vw;
		height: 50vw;
	}
	.landingVideoBoxOverlay img{
		width: 15%;
	}

}
/**/
.landingSectionClinicalBenefits{
	padding: 8vw 0 2vw 0;
	position: relative;
	overflow: hidden;
}
.landingSectionClinicalBenefits.grayBg{
	background-color: #f2f2f2;
}
.landingSectionClinicalBenefits .sectionTitle p{
	font-weight: 400;
}
.landingBoxBenefit{
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	display: block;
	box-sizing: border-box;
	padding: 3vw 1vw 2.8vw;
	text-align: center;
	color: #002042;
}
.landingBoxBenefit img{
	display: block;
	margin: 0 auto 0.7vw auto;
	width: 3.8vw;
	height: auto;
}
.landingBoxBenefitTitle{
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.2vw;
}
.landingBoxBenefitText{
	font-size: 1.1rem;
	line-height: 1.2;
}
.landingBoxBenefitTitle:last-child{
	margin-bottom: 0;
}

.landingSectionTitleButton{
	padding-top: 2vw;
	text-align: center;
	padding-bottom: 3vw;
}
.sectionTitle + .landingSectionTitleButton{
	padding-top: 0;
}

@media screen and (min-width: 801px) {
	.landingBoxBenefits{
		display: flex;
		align-items: stretch;
		justify-content: center;
		margin: 0 auto 1.4vw auto;
		max-width: 80%;
	}
	.landingBoxBenefit{
		padding: 3vw 1.5vw;
		flex-grow: 1;
		flex-basis: 0;
		margin: 0 0.8vw;
		/*max-width: 20vw;*/
	}
}
@media screen and (max-width: 800px) {
	.landingBoxBenefit{
		padding: 30px 20px 30px;
		margin: 0 auto 5vw auto;
		width: 75vw;
		min-width: 75vw;
		flex-basis: 75vw;
	}
	.landingBoxBenefit img{
		margin: 0 auto 15px auto;
		width: 50px;
	}
	.landingBoxBenefitTitle{
		font-size: 18px;
	}
	.landingBoxBenefitText{
		font-size: 14px;
	}
	.landingSectionTitleButton{
		padding-top: 0vw;
		padding-bottom: 3vw;
	}

}

@media screen and (max-width: 800px) {
	.landingSectionClinicalBenefits {
		padding: 11vw 0;
	}

	.landingSectionClinicalBenefits .sectionTitle {
		padding-bottom: 10px;
	}

	.landingSectionClinicalBenefits .sectionTitle h2 {
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}
	.landingSectionClinicalBenefits .sectionTitle p {
		text-align: center;
		font-size: 16px;
	}
}

/**/
.landingSectionBanner{
	padding: 5vw 0 5vw 0;
	position: relative;
}

/**/

.landingFooter{
	padding: 6vw 0 6vw 0;
	position: relative;
	overflow: hidden;
	background: url("../images/ai-landing-header-bg.jpg") no-repeat top left;
	background-size: cover;
	text-align: center;
}
@media screen and (min-width: 801px) {
	.landingFooterColumns {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.landingFooterText{
		flex-basis: 43%;
	}
	.landingFooterFormColumn{
		flex-basis: 47%;
	}
}

.landingFooter .sectionTitle h2{
	font-size: 3.8rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 3rem 0;
	line-height: 1.2;
	text-align: left;
}
.landingFooter .sectionTitle{
	padding-bottom: 3vw;
}
.landingFooterText{
	padding: 0;
}
.landingFooterText p{
	color: #fff;
	font-weight: 400;
	text-align: left;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.6;
}
.landingFooterText p strong{
	color: #fca600;
}
.landingFooterText p a{
	color: #fca600;
	font-weight: 600;
}

a.landingFooterButton{
	display: inline-block;
	background: #fca600;
	box-sizing: border-box;
	width: auto;
	height: 3.8vw;
	line-height:3.6vw;
	font-size: 1.1vw;
	color: #001f40;
	text-align: center;
	padding: 0 3vw;
	font-weight: 700;
	border: solid 2px #fca600;
	border-radius: 0;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
}
a.landingFooterButton:hover{
	background: #001E3F;
	color: #fca600;
	border: solid 2px #fca600;
	text-decoration: none;
}
@media screen and (max-width: 800px) {
	.landingFooter {
		padding: 11vw 0;
	}

	.landingFooter .sectionTitle {
		padding-bottom: 10px;
	}

	.landingFooter .sectionTitle h2 {
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
		margin: 0 0 1rem 0;
	}
	.landingFooter .sectionTitle p {
		text-align: center;
		font-size: 16px;
	}

	a.landingFooterButton{
		height: 36px;
		padding: 0 18px;
		line-height: 36px;
		font-size: 14px;
	}
	.landingFooterText{
		padding: 0 0 4vw 0;
	}

}
/**/
.landingFooterFormBox{
	width: 100%;
	position: relative;
}
.landingFooterFormBox form{
	display: block;
	margin: 0;
	padding: 0;
}
.landingFooterForm{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.landingFormRow{
	position: relative;
	flex-basis: 100%;
	padding-bottom: 1vw;
}
.landingFormSubmitRow{
	position: relative;
	flex-basis: 100%;
	padding-top: 1vw;
}
.landingFormHalfRow{
	position: relative;
	flex-basis: calc(50% - 0.5vw);
	padding-bottom: 1vw;
}
.landingNoteFormRow{
	padding-top: 1vw;
	color: #fff;
	font-size: 13px;
	margin: auto;
}
.landingNoteFormRow a{
	text-decoration: none;
	color: #9dc4f0;
}
.landingNoteFormRow a:hover{
	text-decoration: underline;
}
.landingFooterForm input[type='text']{
	border: none;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 6vh;
	line-height: 6vh;
	font-size: 1vw;
	color: #002042;
	padding: 0 1vw;
	font-weight: 400;
	border-radius: 0;
}
.landingFooterForm input[type='submit']{
	display: inline-block;
	background: #fca600;
	box-sizing: border-box;
	width: auto;
	height: 3.8vw;
	line-height:3.6vw;
	font-size: 1.1vw;
	color: #001f40;
	text-align: center;
	padding: 0 3vw;
	font-weight: 700;
	border: solid 2px #fca600;
	border-radius: 0;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.landingFooterForm input[type='submit']:hover{
	background: #001E3F;
	color: #fca600;
	border: solid 2px #fca600;
	text-decoration: none;
}
@media screen and (max-width: 1500px) {

	.landingFooterForm input[type='text']{
		height: 3.4vw;
		line-height: 3.4vw;
		font-size: 1vw;
		background-color: #eee;
	}
	.landingFooterForm input[type='submit']{
		height: 3.4vw;
		line-height: 3.4vw;
	}
}
@media screen and (max-width: 800px) {
	.landingFooterForm input[type='text']{
		height: 36px;
		padding: 0 18px;
		line-height: 36px;
		font-size: 14px;
	}
	.landingFooterForm input[type='submit']{
		height: 36px;
		padding: 0 18px;
		line-height: 36px;
		font-size: 14px;
	}
	.landingFormRow{
		padding-bottom: 2vw;
	}
	.landingFormSubmitRow{
		padding-top: 2vw;
	}
	.landingFormHalfRow{
		flex-basis: calc(50% - 1vw);
		padding-bottom: 2vw;
	}

}
.landingFormCaptcha{
	margin: auto;
}
.landingFooterFormBox .error{
	font-style: normal;
	color: #ff005b;
}
.landingFormCaptcha.failed{
	border: 1px solid #d40054;
}
.landingFormCaptcha.failed::after{
	content: 'Please check';
	color: #ff005b;
	padding-left: 5px;
}
.landingFooterFormBox .hf-message{
	padding-top: 5px;
	font-style: normal;
	color: #9dc4f0!important;
}

/**/
.landingWebsiteFooter{
	border-top: solid 1px #1F2B5B;
}

/**/

.landingSectionImagesRow{
	padding: 8vw 0 2vw 0;
	position: relative;
	overflow: hidden;
}
.landingSectionImagesRow .sectionTitle h2{
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 1.5vw;
}
.landingSectionImagesRow .sectionTitle h3{
	font-weight: 700;
	font-family: Inter,sans-serif;
}
.landingSectionImagesRow .sectionTitle p{
	font-weight: 400;
}
.landingImageCell{
	display: block;
	box-sizing: border-box;
	padding: 3vw 1vw 2.8vw;
	text-align: center;
	color: #002042;
	position: relative;
}
.landingImageCell img{
	display: block;
	margin: 0 auto 0.7vw auto;
	width: 100%;
	height: auto;
}
.landingImageCellTitle{
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.2vw;
	text-align: left;
}
		/* for mobile and desktop */
.landingImagesRow{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5vw 1.4vw 5vw;
}
.landingImageCell{
	padding: 0;
	flex-grow: 1;
	flex-basis: 0;
	margin: 1vw 1vw;
	max-width: 16vw;
}
.landingImageCell.featuredImage{
	flex-grow: 1.2;
	max-width: 19vw;
}
.landingImageCell.featuredImage img{
	flex-grow: 1.2;
	padding: 8px;
	border: solid 5px #e70052;
}
.landingSectionImagesRow .sectionTitle.sectionTitleBottom{
	margin: auto;
	width: 80%;
}
@media screen and (max-width: 800px) {
	.landingImagesRow{
		margin: 0 0 1.4vw 0;
	}
	.landingImageCell{
		margin: 2vw 2vw;
		max-width: none;
	}
	.landingImageCell.featuredImage{
		max-width: none;
	}
	.landingImageCell.featuredImage img{
		flex-grow: 1.2;
		padding: 3px;
		border: solid 3px #e70052;
	}
	.landingSectionImagesRow .sectionTitle.sectionTitleBottom{
		width: auto;
	}
	.landingImageCellTitle{
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) {
	.landingSectionImagesRow {
		padding: 11vw 0;
	}

	.landingSectionImagesRow .sectionTitle {
		padding-bottom: 10px;
	}

	.landingSectionImagesRow .sectionTitle h2 {
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}
	.landingSectionImagesRow .sectionTitle h3{
		text-align: center;
		font-size: 15px;
		line-height: 1.3;
	}
	.landingSectionImagesRow .sectionTitle p {
		text-align: center;
		font-size: 16px;
	}
}
/**/
.productsBoxItemSmall {
	margin-top: 19vw;
}
.productsBoxItem{
	border-radius: 0;
}
.sectionProducts {
	border-bottom: none;
}
.productsBoxItemImage {
	background-size: cover;
}
@media screen and (min-width: 801px) {
	.productsBoxItemSmall h4 {
		font-size: 1.5rem;
	}

	.sectionProducts {
		padding: 5vw 0 0 0;
		border-bottom: none;
	}
	.productsBoxItem {
		height: 25vw;
	}
	.productsBoxItemImage {
		background-size: cover;
	}
	.productsBoxItem:hover .productsBoxItemImage {
		opacity: 0.1;
		background-size: cover;
	}
}
@media screen and (max-width: 800px) {
	.productsBoxItem {
		height: 47vw;
	}
	.productsBoxItem.productsBoxItem_ai.active {
		height: 100vw;
	}
}
.productsBoxItemBig ul{
	padding-left: 1em;
}
.productsBoxItemBig ul li{
	text-align: left;
	font-size: 1.2rem;
}
.productsBoxItemBig h3{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	text-align: left;
	/*font-size: 2rem;*/
}
.landingOurProductsSectionButton{
	padding-top: 3vw;
	text-align: center;
}
/**/
.sectionBanner {
	border-bottom: none;
}
@media screen and (min-width: 801px) {
	.sectionBanner {
		padding: 4vw 0 0 0;
	}
}
.bannerBox {
	border-radius: 0;
	padding: 3vw 4vw 3vw 3.2vw;
}
@media screen and (max-width: 800px) {
	.bannerBoxContentHorizontalTitle img {
		max-width: 30%;
		display: block;
		margin: auto;
	}
}

/**/
.sectionAiProvenValue {
	border-bottom: none;
}
.sectionAiProvenValue .someSliderArrow {
	display: none;
}
@media screen and (min-width: 801px) {
	.sectionAiProvenValue {
		padding: 0;
	}
}
.landingProvenValueSingle{
	margin: auto;
}
.sectionEvidence {
	border-bottom: none;
	padding: 3vw 0 6vw 0;
}
