.main-button.form-button{
	font-family: inherit;
}
.b-size *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.s-container{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}
.s-row{
	display: flex;
	flex-wrap: wrap;
}
.blog-section{
	background: #F0F6FD;
	padding: 192px 0 80px;
}
.blog-section-header{
	margin-bottom: 80px;
}
.blog-section-header h1{
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 25px;
}
.blog-section-header p{
	font-size: 22px;
	line-height: 1.5;
}
.blog-section-filter{
	background: #FFFFFF;
	box-shadow: -4px 4px 8px rgba(196, 196, 196, 0.129152);
	border-radius: 3px;
	margin-bottom: 240px;
	padding: 25px 40px;
	display: flex;
	align-items: center;
}
.blog-filter-results{
	font-size: 18px;
	margin-right: 55px;
}
.blog-filter-results sup{
	font-size: 10px;
}
.blog-filter-cats{
	max-width: 260px;
	width: 100%;
}
.blog-filter-cats .selectric-wrapper{
	max-width: 100%;
}
.blog-filter-cats select{
	background: #F2F8FF;
	border-radius: 3px;
	border: none;
	color: #383838;
	font-family: inherit;
	font-size: 16px;
	height: 58px;
	padding: 0 6px;
	width: 100%;
}
.blog-feed{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.blog-item-wrap{
	margin-top: -175px;
	padding: 0 10px 75px;
	width: 33.33%;
}
.blog-item-wrap:nth-child(3n-1){
	margin-top: 0;
}
.blog-item-wrap:nth-child(3n) a.blog-item{
	margin-right: 0;
}
.blog-item-wrap:nth-child(3n-2) a.blog-item{
	margin-left: 0;
}
a.blog-item{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(142, 142, 142, 0.5);
	border-radius: 5px;
	color: inherit;
	display: block;
	max-width: 340px;
	margin: 0 auto;
	transition: 0.4s ease;
	width: 100%;
}
a.blog-item:hover{
	box-shadow: 10px 10px 20px rgba(142, 142, 142, 0.6);
	transform: translateY(-25px);
}
.bi-image{
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	height: 340px;
	position: relative;
}
.bi-image:after{
	background: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	transition: 0.4s ease;
	width: 100%;
}
a.blog-item:hover .bi-image:after{
	opacity: 0.3;
}
.bi-content-col{
	position: relative;
}
.bi-content{
	padding: 34px 30px 90px;
}
.bi-category span{
	color: #1271E7;
	font-size: 16px;
	font-weight: 500;
}
.bi-title{
	font-size: 27px;
	font-weight: 500;
	line-height: 34px;
	height: 136px;
	overflow: hidden;
}
.bi-footer{
	border-top: 1px solid #979797;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.bi-more{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 25px 44px 25px 30px;
}
.bi-arrow{
	background-image: url('img/btn-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px auto;
	border-left: 1px solid #979797;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}
.blog-pagination{
	text-align: center;
}
.blog-pagination .page-numbers{
	border: 1px solid #0069EF;
	border-radius: 5px;
	color: #0069EF; 
	margin: 5px 2px;
	padding: 0.6em 0.9em;
	transition: 0.4s ease;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current{
	background: #0069EF;
	color: #fff;
}
.blog-single-section{
	padding: 192px 0 120px;
}
.bs-data-col{
	padding-right: 20px;
	width: 250px;
}
.bs-content-col{
	width: calc(100% - 250px);
}
.bs-data-category{
	color: #006DEB;
	font-weight: 500;
	margin-bottom: 15px;
}
.bs-data-category a{
	color: #006DEB;
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
	pointer-events: none;
}
.bs-data-date{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
}
.bs-data-author-image{
	margin-bottom: 17px;
}
.bs-data-author-image img{
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.bs-data-author-name{
	font-size: 22px;
}
.bs-data-author-social{
	margin-top: 180px;
}
.bs-data-author-social ul{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bs-data-author-social li{
	display: inline-block;
	margin-right: 10px;
}
.bs-data-author-social a{
	display: block;
	background: #151B26;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	transition: 0.4s ease;
	width: 32px;
}
.bs-data-author-social a:hover{
	background: #0069EF;
}
.bs-data-author-social a i {
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
}
.bs-content-info{
	display: none;
	margin-bottom: 50px;
}
.bs-content-info-category{
	color: #006DEB;
	padding-bottom: 15px;
}
.bs-content-info-category a{
	color: #006DEB;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	pointer-events: none;
}
.bs-content-info-date{
	font-size: 16px;
	line-height: 1.5;
}
.bs-content-header{
	max-width: 876px;
	margin-bottom: 48px;
}
.bs-content-header h1{
	color: #006DEB;
	font-size: 48px;
	line-height: 1.2;
	font-weight: bold;
}
.bs-content-image{
	margin-right: -200px;
	margin-bottom: 80px;
}
.bs-content-author{
	display: none;
	margin-bottom: 50px;
}
.bs-content-author-image{
	margin-bottom: 8px;
}
.bs-content-author-image img{
	border-radius: 50%;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.bs-content-author-name{
	font-size: 16px;
	margin-bottom: 18px;
}
.bs-content-author-social ul{
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bs-content-author-social li{
	display: inline-block;
	margin-right: 10px;
}
.bs-content-author-social a{
	display: block;
	background: #151B26;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	transition: 0.4s ease;
	width: 32px;
}
.bs-content-author-social a:hover{
	background: #0069EF;
}
.bs-content-author-social a i {
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
}
.bs-content-body{
	max-width: 876px;
}
.bs-content-body h2{
	margin-bottom: 0.4em;
}
.bs-content-body ul,
.bs-content-body ol{
	list-style: initial;
	padding: 0 0 0 1.2em;
}
.bs-content-body a{
	color: #0069EF;
	text-decoration: underline;
}
.related-blog-section{
	background: #F0F6FD;
	padding: 100px 0 95px;
}
.related-blog-header{
	padding-bottom: 60px;
}
.related-blog-header-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.related-blog-btn{
	background-image: url('img/btn-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 54px;
	cursor: pointer;
	transition: 0.4s ease;
	width: 57px;
}
.related-blog-btn:hover{
	opacity: 0.7;
}
.related-blog-header h2{
	font-size: 48px;
	line-height: 1.2;
}
.related-blog-slider{
	padding-left: 50vw;
	margin-left: -610px;
}
.related-blog-slider:not(.slick-initialized){
	display: flex;
}
.related-blog-slider:not(.slick-initialized) .related-blog-item-wrap{
	flex-shrink: 0;
}
.related-blog-item-wrap{
	display: block;
	margin-right: 60px;
	padding: 10px 5px;
	width: 690px;
}
a.related-blog-item{
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(142, 142, 142, 0.5);
	border-radius: 5px;
	color: inherit;
	display: flex;
	width: 100%;
}
.rbi-image-col{
	width: 50%;
}
.rbi-image{
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px 0 0 5px;
	height: 340px;
	position: relative;
}
.rbi-image:after{
	background: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	transition: 0.4s ease;
	width: 100%;
}
a.related-blog-item:hover .rbi-image:after{
	opacity: 0.3;
}
.rbi-content-col{
	position: relative;
	width: 50%;
}
.rbi-content{
	padding: 75px 40px 0;
}
.rbi-category span{
	color: #1271E7;
	font-size: 16px;
	font-weight: 500;
}
.rbi-title{
	font-size: 27px;
	font-weight: 500;
	line-height: 34px;
	height: 136px;
	overflow: hidden;
}
.rbi-footer{
	border-top: 1px solid #979797;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.rbi-more{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 25px 40px;
}
.rbi-arrow{
	background-image: url('img/btn-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px auto;
	border-left: 1px solid #979797;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
}
input[type="submit"]{
	font-family: inherit!important;
}
.wpcf7-form .main-button.form-button{
	display: inline-block;
}
.wpcf7-not-valid-tip{
	font-size: 15px!important;
	margin: -1em 0 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 1.5;
	margin: 15px auto 0;
	padding: 1em;
	text-align: center;
	width: auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
@media only screen and (max-width : 1560px) {
	.bs-content-image{
		margin-right: -3vw;
	}
}
@media only screen and (max-width : 1240px) {
	.bs-content-image{
		margin-right: -20px;
	}
	.related-blog-slider{
		padding: 0;
		margin: 0;
	}
	.related-blog-item-wrap{
		max-width: 720px;
		margin: 0;
		padding: 10px 20px;
	}
	.blog-section,
	.blog-single-section{
		padding-top: 230px;
	}
}
@media only screen and (max-width : 991px) {
	.blog-single-section{
		padding: 80px 0;
	}
	.bs-data-col{
		display: none;
	}
	.bs-content-col{
		width: 100%;
	}
	.bs-content-info{
		display: block;
	}
	.bs-content-image{
		margin-left: -20px;
		margin-left: -20px;
	}
	.bs-content-author{
		display: block;
	}
	.blog-section{
		padding: 80px 0;
	}
	.blog-section-filter{
		margin-bottom: 65px;
	}
	.blog-item-wrap{
		margin: 0;
		padding-bottom: 50px;
		width: 50%;
	}
	a.blog-item{
		max-width: 100%;
		width: 100%;
	}
	a.blog-item:hover{
		transform: none;
	}
	.blog-pagination{
		padding-top: 5px;
	}
}
@media only screen and (max-width : 767px) {
	.related-blog-section{
		padding: 50px 0 60px;
	}
	.related-blog-header{
		padding-bottom: 35px;
	}
	.related-blog-header h2{
		font-size: 34px;
	}
	.related-blog-btn{
		display: none;
	}
	.related-blog-slider .slick-list{
		padding-left: 10px;
	}
	.related-blog-item-wrap{
		max-width: 350px;
		padding: 10px;
	}
	a.related-blog-item{
		border-radius: 5px;
		display: block;
	}
	.rbi-image-col{
		width: 100%;
	}
	.rbi-content-col{
		width: 100%;
	}
	.rbi-image{
		border-radius: 5px 5px 0 0;
	}
	.rbi-content{
		padding: 40px 40px 100px;
	}
	.rbi-title{
		font-size: 30px;
		line-height: 40px;
		height: 120px;
	}
	.rbi-more{
		padding: 25px 40px;
	}
}
@media only screen and (max-width : 600px) {
	.blog-section{
		padding: 30px 0 55px;
	}
	.blog-section-header{
		margin-bottom: 45px;
	}
	.blog-section-header h1{
		font-size: 34px;
		margin: 0 0 34px;
	}
	.blog-section-header p{
		font-size: 13px;
	}
	.blog-section-filter{
		display: block;
		margin-bottom: 65px;
		padding: 16px 18px;
	}
	.blog-filter-cats{
		max-width: 400px;
	}
	.blog-filter-results{
		font-size: 16px;
		margin: 0 0 15px;
		width: 100%;
	}
	.blog-item-wrap{
		width: 100%;
	}
	.bi-content{
		padding: 30px 30px 90px;
	}
	.bi-more{
		padding-left: 30px;
	}
	.blog-single-section{
		padding: 35px 0 55px;
	}
	.bs-content-info{
		margin-bottom: 28px;
	}
	.bs-content-header{
		margin-bottom: 40px;
	}
	.bs-content-header h1{
		font-size: 24px;
		line-height: 1.42;
	}
	.bs-content-image{
		margin-bottom: 35px;
	}
}
@media only screen and (min-width : 1300px) {
	.so-header-menu{
		max-width: 760px;
	}
}
/*---------New Homepage-----------*/
.nhp-page{
	background: #F2F8FF;
	padding-top: 75px;
}
.nhp-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nhp-container{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
}
.nhp-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.nhp-banner-video{
	position: relative;
	padding-top: 33.854166%;
	overflow: hidden;
	width: 100%;
}
.nhp-banner-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nhp-banner-block{
	background: rgba(8, 31, 36, 0.2);
	color: #fff;
	display: flex;
	height: 100%;
	align-items: center;
	left: 0;
	padding: 55px 0;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}
.nhp-banner-inner{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}
.nhp-banner-video-link{
	margin-bottom: 108px;
	text-align: center;
	width: 100%;
}
.nhp-banner-video-link a{
	text-decoration: none;
	transition: all 0.2s linear;
}
.nhp-banner-video-link a:hover{
	opacity: 0.8;
}
.nhp-banner-video-link img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 92px;
}
.nhp-banner-text{
	color: #fff;
	text-align: center;
}
.nhp-banner-text h2{
	color: inherit;
	font-size: 91px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02694em;
	margin: 0 0 13px;
}
.nhp-banner-text p{
	font-size: 22px;
	color: inherit;
	max-width: 33em;
	margin: 0 auto;
}
.mfp-iframe-holder .mfp-content{
	max-width: 1200px;
}
.nhp-clients-section{
	padding: 84px 0 132px;
}
.nhp-clients-row{
	border: 1px solid #bbbfc0;
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 8.1%;
}
.nhp-clients-text-col{
	align-self: center;
	max-width: 420px;
	width: 46%;
}
.nhp-clients-logos-col{
	display: flex;
	max-width: 470px;
	justify-content: space-between;
	width: 52%;
}
.nhp-subtitle{
	color: #1271E7;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.045625em;
	margin: 0 0 17px;
}
.nhp-clients-text h3{
	line-height: 1.0833;
	font-weight: 500;
	margin: 0 0 16px;
}
.nhp-clients-text p{
	font-weight: 300;
	margin: 0 0 1.4em;
}
.nhp-clients-text p:last-child{
	margin: 0;
}
.nhp-clients-text .main-button{
	max-width: 240px;
	width: 100%;
}
.nhp-clients-text .main-button:hover{
	background: transparent;
}
.nhp-clients-slider-wrap{
	max-width: 167px;
	position: relative;
	width: 46%;
	z-index: 2;
}
.nhp-clients-slider-wrap:before,
.nhp-clients-slider-wrap:after{
	content: "";
	display: block;
	height: 140px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}
.nhp-clients-slider-wrap:before{
	background: linear-gradient(to bottom, rgba(242, 248, 255, 1), rgba(242, 248, 255, 1) 15%, rgba(242, 248, 255, 0.7) 75%, transparent);
	top: 0;
}
.nhp-clients-slider-wrap:after{
	background: linear-gradient(to top, rgba(242, 248, 255, 1), rgba(242, 248, 255, 1) 15%, rgba(242, 248, 255, 0.7) 75%, transparent);
	bottom: 0;
}
.nhp-client-logo{
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding: 15px 0;
	text-align: center;
}
.nhp-client-logo:after{
	background-image: url('img/dotted-line.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}
.nhp-client-logo img{
	display: inline-block;
	vertical-align: middle;
	height: 96px;
	object-fit: contain;
	transition: opacity 0.6s linear;
	width: 100%;
}
.slick-active .nhp-client-logo img{
	opacity: 1;
}
.nhp-clients-slider2{
	transform: rotate(180deg);
}
.nhp-clients-slider2 .nhp-client-logo{
	transform: rotate(180deg);
}
.nhp-solutions-section{
	padding-bottom: 122px;
}
.nhp-solutions-heading{
	padding-bottom: 50px;
}
.nhp-solutions-heading .nhp-subtitle{
	margin-bottom: 8px;
}
.nhp-solutions-heading h2{
	font-size: 71px;
	line-height: 1;
	letter-spacing: -0.021em;
	margin: 0 0 16px;
}
.nhp-solutions-heading p{
	font-weight: 300;
}
.nhp-solutions-slider-wrap{
	position: relative;
}
.nhp-controll-btn{
	background-image: url(img/btn-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	height: 54px;
	cursor: pointer;
	margin-top: -25px;
	transition: 0.4s ease;
	position: absolute;
	top: 50%;
	width: 57px;
}
.nhp-controll-btn.prev{
	margin-left: -27px;
	left: 33.33%;
	transform: rotate(-90deg);
}
.nhp-controll-btn.next{
	margin-left: -27px;
	left: 66.66%;
	transform: rotate(90deg);
}
.nhp-solutions-slider .nhp-solution-slide{
	height: auto;
}
.nhp-solution-row{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.nhp-solution-text-col{
	order: 1;
	width: 31%;
}
.nhp-solution-text h4{
	font-size: 36px;
	line-height: 1.22;
	letter-spacing: -0.0127em;
	max-width: 10em;
	margin: 0 0 21px;
}
.nhp-solution-text p{
	font-weight: 300;
	max-width: 306px;
}
.nhp-solution-icon-col{
	text-align: center;
	order: 2;
	width: 31%;
}
.nhp-solution-icon img{
	margin: 0 auto;
	height: 210px;
	max-width: 100%;
	width: auto;
}
.nhp-solution-buttons-col{
	order: 3;
	width: 31%;
}
.nhp-solution-buttons-col ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	max-width: 203px;
	margin: 0 0 0 auto;
	padding: 0;
}
.nhp-solution-buttons-col ul li{
	margin-bottom: 11px;
	width: 100%;
}
.nhp-solution-buttons-col ul li:last-child{
	margin-bottom: 0;
}
.nhp-solution-buttons-col ul a{
	border: 1px solid #1271E7;
	border-radius: 80px;
	color: #1271E7;
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.38px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.4s ease;
	width: 100%;
}
.nhp-solution-buttons-col ul a:hover{
	background: #1271E7;
	color: #fff;
}
.nhp-stories-section{
	padding-bottom: 60px;
}
.nhp-stories-section .nhp-container{
	max-width: 1480px;
}
.nhp-stories-block{
	background: #DFEAF6;
	border-radius: 24px;
	padding: 80px 20px 30px;
}
.nhp-stories-heading{
	max-width: 50em;
	margin: 0 auto;
	padding-bottom: 42px;
	text-align: center;
}
.nhp-stories-heading .nhp-subtitle{
	margin-bottom: 21px;
}
.nhp-stories-heading h3{
	font-size: 32px;
	line-height: 1.3125;
	letter-spacing: -0.029em;
	max-width: 24em;
	margin: 0 auto;
}
.nhp-stories-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto;
}
.nhp-story-item-wrap{
	padding-bottom: 35px;
	width: 30.76%;
}
.nhp-story-item-wrap:nth-child(4){
	margin-top: -54px;
}
.nhp-story-item-wrap:nth-child(6){
	margin-top: -80px;
}
.nhp-story-item{
	position: relative;
	transition: all 0.15s linear;
}
.nhp-story-item:hover{
	transform: translateY(-10px);
}
.nhp-story-thumb{
	height: 198px;
}
.nhp-story-item-wrap:nth-child(2) .nhp-story-thumb{
	height: 248px;
}
.nhp-story-item-wrap:nth-child(3) .nhp-story-thumb{
	height: 170px;
}
.nhp-story-item-wrap:nth-child(4) .nhp-story-thumb{
	height: 224px;
}
.nhp-story-item-wrap:nth-child(5) .nhp-story-thumb{
	height: 234px;
}
.nhp-story-item-wrap:nth-child(6) .nhp-story-thumb{
	height: 221px;
}
.nhp-story-thumb img{
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s linear;
	width: 100%;
}
.nhp-story-item:hover img{
	box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}
.nhp-story-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
}
.nhp-story-title{
	color: #383838;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.016em;
	transition: 0.4s ease;
}
.nhp-story-item:hover .nhp-story-title{
	color: #0069EF;
}
.nhp-story-link{
	align-self: center;
}
.nhp-story-link a{
	color: #383838;
	font-size: 14px;
	text-decoration: underline;
	transition: 0.4s ease;
}
.nhp-story-link a:hover{
	color: #0069EF;
}
.nhp-story-link a:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.nhp-delivery-section{
	padding-bottom: 78px;
}
.nhp-delivery-section .nhp-container{
	max-width: 1480px;
}
.nhp-delivery-row{
	background: #a5c4ea;
	border-radius: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.nhp-delivery-video-col{
	order: 1;
	width: 54.375%;
}
.nhp-delivery-video{
	position: relative;
}
.nhp-delivery-video video,
.nhp-delivery-video img{
	border-radius: 24px 0 0 24px;
	display: block;
	height: 514px;
	object-fit: cover;
	object-position: right center;
	width: 100%;
}
.nhp-delivery-text-col{
	align-self: center;
	margin-left: auto;
	padding: 50px 20px 50px 0;
	order: 2;
	width: 41.5625%;
}
.nhp-delivery-text h2{
	color: #0069EF;
	font-size: 48px;
	line-height: 1.2;
	max-width: 7.7em;
	margin: 0 0 18px;
}
.nhp-delivery-text p{
	max-width: 20em;
	margin: 0 0 33px;
}
.nhp-delivery-text p:last-child{
	margin: 0;
}
.nhp-delivery-text .main-button{
	max-width: 203px;
	width: 100%;
}
.nhp-delivery-text .main-button:hover{
	background: transparent;
}
.nhp-callback-section{
	background: #0069EF;
	color: #fff;
	padding-top: 90px;
}
.nhp-callback-section .nhp-container{
	max-width: 1550px;
}
.nhp-callback-row{
	display: flex;
	flex-wrap: wrap;
	min-height: 566px;
}
.nhp-callback-img-col{
	align-self: flex-end;
	width: 32%;
}
.nhp-callback-text-col{
	padding-right: 20px;
	width: 28%;
}
.nhp-callback-text{
	margin-left: -10px;
	padding-top: 88px;
}
.nhp-callback-text h5{
	font-size: 24px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 500;
	margin: 0 0 20px;
}
.nhp-callback-text p{
	color: #fff;
	max-width: 360px;
	letter-spacing: -0.38px;
	margin-bottom: 30px;
}
.nhp-callback-text p:last-child{
	margin: 45px 0 0;
	position: relative;
}
.nhp-callback-contacts{
	display: none;
}
.nhp-callback-contacts a{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.nhp-callback-text .arrow-right{
	display: inline-block;
	color: #ffffff;
	position: relative;
	font-weight: 500;
}
.nhp-callback-text .arrow-right:before{
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	border-radius: 50%;
	right: -35px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.4s ease;
}
.nhp-callback-text .arrow-right:after{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 19px;
	height: 6px;
	right: -26px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url(img/right-1.svg);
	transition: 0.4s ease;
}
.nhp-callback-text .arrow-right:hover:after{
	transform: translate(5px, -50%);
}
.nhp-callback-form-col{
	padding-bottom: 80px;
	width: 40%;
}
.nhp-callback-form h4{
	font-size: 36px;
	line-height: 1.1;
	color: #ffffff;
	margin: 0 0 50px;
	position: relative;
}
.obl-page{
	padding-top: 76px;
}
.obl-page * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.obl-container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 98%;
}
.obl-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.obl-col-6{
	padding: 0 15px;
	width: 50%;
}
.obl-banner{
	background: #F2F8FF;
	padding: 72px 0;
	overflow: hidden;
}
.obl-banner-col-text{
	align-self: center;
}
.obl-banner-text h2{
	color: #2C67E7;
	font-size: 72px;
	line-height: 1;
	letter-spacing: -0.0278em;
	max-width: 5.9em;
}
.obl-banner-img img{
	max-width: 110%;
}
.obl-nav-block{
	background: #7E9EB1;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 11.5px 0;
	text-transform: uppercase;
}
.obl-nav-title{
	color: #fff;
	display: none;
}
.obl-nav ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -27px;
	padding: 0;
}
.obl-nav li{
	padding: 5px 27px;
}
.obl-nav a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.obl-nav a:hover{
	text-decoration: underline;
}
.obl-support-section{
	padding: 71px 0 106px
}
.support-heading{
	padding-bottom: 54px;
	text-align: center;
}
.support-heading h2{
	color: #2C67E7;
	font-size: 60px;
	font-weight: 500;
	line-height: 70px;
	letter-spacing: -0.04em;
	margin: 0 auto;
	max-width: 11em;
}
.obl-bl-block{
	background: #F0F6FD;
	border: 1px solid #bbbfc0;
	border-radius: 24px;
	padding: 118px 8.16% 66px;
}
.obl-text h4{
	color: #1271E7;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.73px;
	margin: 0 0 17px;
	text-transform: uppercase;
}
.obl-text h2{
	font-size: 48px;
	font-weight: 500;
	line-height: 52px;
	letter-spacing: -0.04em;
	margin: 0 0 35px;
}
.obl-text h2:last-child{
	margin-bottom: 0;
}
.obl-text p{
	font-weight: 300;
	margin-bottom: 1.5em;
}
.obl-text p:last-child{
	margin: 0;
}
.obl-text ol{
	list-style-type: decimal;
	padding-left: 1.3em;
}
.obl-text li{
	font-weight: 300;
	padding-bottom: 12px;
}
.obl-text li:last-child{
	padding: 0;
}
.obl-support-text-left h4{
	margin-top: -36px;
}
.obl-support-text-left h2{
	max-width: 9.5em;
	margin-bottom: 2.4em;
}
.obl-support-text-left a{
	font-size: 25px;
	font-weight: 300;
	line-height: 38px;
	text-decoration: underline;
}
.obl-support-text-right p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}
.obl-cta-block{
	background-color: #006DEB;
	background-image: url('img/obl-cta-bg.svg');
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 24px;
	background-size: 100% 100%;
	padding: 63px 8.16%;
}
.obl-cta-text{
	padding-top: 82px;
}
.obl-cta-text h5{
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 23px;
}
.obl-cta-text p{
	color: #fff;
	font-weight: 500;
	max-width: 21em;
	margin: 0 0 35px;
}
.obl-cta-text p:last-child{
	margin: 0;
}
.obl-cta-text .arrow-right{
	display: inline-block;
	color: #ffffff;
	position: relative;
	font-weight: 500;
}
.obl-cta-text .arrow-right:before{
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	border-radius: 50%;
	right: -35px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.4s ease;
}
.obl-cta-text .arrow-right:after{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 19px;
	height: 6px;
	right: -26px;
	top: 50%;
	transform: translate(0, -50%);
	background-image: url(img/right-1.svg);
	transition: 0.4s ease;
}
.obl-cta-text .arrow-right:hover:after{
	transform: translate(5px, -50%);
}
.obl-cta-form h4{
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
	margin: 0 0 50px;
}
.obl-form-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.obl-form-col-6{
	padding: 0 10px;
	width: 50%;
}
.obl-guides-section{
	padding-top: 140px;
}
.obl-files-text{
	padding-bottom: 14px;
}
.obl-guides-text h4{
	margin-top: -2.3em;
}
.obl-files-text p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}
.obl-files li{
	margin-bottom: 11px;
}
.obl-files li:last-child{
	margin: 0;
}
.obl-files li a{
	background-image: url('img/download-icon.svg');
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 16px 13px;
	border: 1px solid #7D7D7D;
	border-radius: 3px;
	color: #151B26;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 15px 50px 15px 18px;
	transition: all 0.15s linear;
}
.obl-files li a:hover{
	background-color: #0069EF;
	background-image: url('img/download-icon-white.svg');
	background-color: #0069EF;
	color: #fff;
}
.obl-meter-section{
	padding-top: 128px;
}
.obl-bl-block-meter{
	padding-top: 110px;
	padding-bottom: 75px;
}
.obl-meter-text-left h4{
	margin-top: -36px;
}
.obl-meter-text-left a{
	font-weight: bold;
	font-style: italic;
}
.obl-meter-text-right a{
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
.obl-paper-section{
	padding-top: 80px;
}
.obl-paper-section .obl-row{
	align-items: center;
	margin-bottom: 20px;
}
.obl-paper-section .obl-row:last-child{
	margin-bottom: 0;
}
.obl-order-md-1{
	order: 1;
}
.obl-order-md-2{
	order: 2;
}
.obl-paper-image{
	padding-left: 5%;
	padding-left: 30px;
}
.obl-paper-image img{
	max-width: 120%;
}
.obl-paper-image2{
	padding-right: 20%;
}
.obl-paper-image2 img{
	float: right;
	max-width: 160%;
}
.obl-faq-section{
	padding-top: 120px;
}
.obl-faq-paper-text p{
	font-size: 20px;
	max-width: 485px;
	line-height: 1.5;
}
.obl-faq,
.obl-faq p{
	font-weight: 300;
}
.obl-faq-item{
	background: #F0F6FD;
	border: 1px solid #bbbfc0;
	border-radius: 14px;
	margin-bottom: 18px;
	transition: all 0.3s linear;
}
.obl-faq-item.active{
	background: transparent;
}
.obl-faq-item:last-child{
	margin: 0;
}
.obl-faq-title{
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	padding: 15px 70px 15px 30px;
	position: relative;
}
.obl-faq-title:after{
	background-image: url('img/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 30px;
	transition: all 0.2s linear;
	top: 50%;
	width: 16px;
}
.obl-faq-title.active:after{
	transform: rotate(180deg);
}
.obl-faq-text{
	display: none;
	padding: 5px 30px 30px;
}
.obl-faq-text p{
	font-size: 16px;
	line-height: 1.625em;
}
.obl-toner-section{
	padding-top: 94px;
}
.obl-toner-heading{
	padding-bottom: 50px;
}
.obl-toner-heading h2{
	max-width: 12em;
}
.obl-toner-slider:not(.slick-initialized){
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}
.obl-toner-item-wrap{
	padding: 14px;
	width: 25%;
}
.obl-toner-item{
	background: #F0F6FD;
	box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.14);
	border-radius: 14px;
	height: 100%;
	padding: 10px 20px 60px;
}
.obl-toner-item-number{
	color: #BCDBF0;
	font-size: 140px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.038em;
	margin-bottom:25px;
	text-align: center;
	-webkit-text-stroke: 3px #4087E0;
}
.obl-toner-item-text{
	font-size: 14px;
	line-height: 24px;
}
.obl-contact-section{
	padding: 113px 0 78px;
}
.obl-contact-heading{
	padding-bottom: 40px;
}
.obl-contact-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px;
}
.obl-contact-item-wrap{
	padding: 14px;
	width: 33.33%;
}
.obl-contact-item{
	background: #F0F6FD;
	border-radius: 14px;
	border: 1px solid #bbbfc0;
	height: 100%;
	padding: 44px 44px 46px;
}
.obl-contact-icon{
	display: flex;
	align-items: center;
	min-height: 84px;
	margin-bottom: 24px;
}
.obl-contact-text h5{
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	min-height: 2em;
	margin: 0 0 26px;
}
.obl-contact-text a{
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.016em;
}
@media only screen and (max-width : 1200px) {
	.nhp-banner-text h2{
		font-size: 72px;
	}
	.nhp-clients-row{
		padding: 0 6%;
	}
	.nhp-solutions-heading h2{
		font-size: 60px;
	}
	.nhp-delivery-text h2{
		font-size: 50px;
	}
	.nhp-callback-section{
		padding-top: 60px;
	}
	.nhp-callback-row{
		min-height: 1px;
	}
	.nhp-callback-form-col{
		padding-bottom: 50px;
	}
	.nhp-callback-text{
		margin: 0;
	}
	.obl-banner-text h2{
		font-size: 70px;
		line-height: 1.1;
	}
	.obl-bl-block{
		padding-left: 5%;
		padding-right: 5%;
	}
	.obl-cta-block{
		padding-left: 5%;
		padding-right: 5%;
	}
	.obl-toner-slider:not(.slick-initialized){
		margin: 0 -10px;
	}
	.obl-toner-item-wrap{
		padding: 10px;
	}
	.obl-toner-item{
		padding: 10px 20px 30px;
	}
	.obl-toner-item-number{
		font-size: 100px;
		margin-bottom: 15px;
	}
	.obl-contact-item{
		padding: 30px;
	}
	.obl-contact-text a{
		font-size: 20px;
		line-height: 1.2;
	}
}
@media only screen and (max-width : 991px) {
	.nhp-page{
		padding: 0;
	}
	.nhp-clients-section{
		padding: 80px 0 100px;
	}
	.nhp-solutions-section{
		padding-bottom: 100px;
	}
	.nhp-controll-wrap{
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.nhp-controll-btn.prev,
	.nhp-controll-btn.next{
		left: auto;
		margin: 0 10px;
		position: relative;
		top: auto;
		transform: none;
	}
	.nhp-controll-btn.prev{
		transform: rotate(-180deg);
	}
	.nhp-delivery-text h2{
		font-size: 40px;
	}
	.nhp-callback-section{
		padding: 70px 0;
	}
	.nhp-callback-img-col{
		display: none;
	}
	.nhp-callback-text-col{
		padding-right: 30px;
		width: 50%;
	}
	.nhp-callback-form-col{
		padding: 0;
		width: 50%;
	}
	.obl-page{
		padding: 0;
	}
	.obl-container{
		width: 100%;
	}
	.obl-nav ul{
		margin: 0 -10px;
	}
	.obl-nav li{
		padding: 5px 10px;
	}
	.obl-banner-text h2{
		font-size: 50px;
	}
	.obl-banner-img img{
		max-width: 120%;
	}
	.obl-paper-image2{
		padding-right: 5%;
	}
	.obl-toner-item-wrap{
		width: 50%;
	}
	.obl-contact-item-wrap{
		width: 100%;
	}
	.obl-contact-item{
		display: flex;
	}
	.obl-contact-icon{
		display: block;
		min-height: 1px;
		text-align: center;
		margin: 0;
		width: 84px;
	}
	.obl-contact-icon img{
		display: inline-block;
		vertical-align: middle;
	}
	.obl-contact-text{
		padding-left: 30px;
		width: calc(100% - 84px);
	}
	.obl-contact-text h5{
		min-height: 1px;
	}
}
@media only screen and (max-width : 767px) {
	.nhp-banner-block{
		padding: 30px 0;
	}
	.nhp-banner-video{
		height: 260px;
	}
	.nhp-banner-video iframe{
		left: 50%;
		transform: translateX(-50%);
		width: 768px;
	}
	.nhp-banner-video-link{
		margin-bottom: 35px;
	}
	.nhp-banner-video-link img{
		width: 70px;
	}
	.nhp-banner-text h2{
		font-size: 42px;
	}
	.nhp-banner-text p{
		font-size: 14px;
		line-height: 22px;
		max-width: 18em;
	}
	.nhp-clients-section{
		padding: 60px 0;
	}
	.nhp-clients-row{
		padding: 40px 20px 0;
	}
	.nhp-clients-text-col{
		max-width: 100%;
		width: 100%;
	}
	.nhp-clients-text{
		margin: 0 auto;
		max-width: 277px;
	}
	.nhp-subtitle{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.nhp-clients-text h3{
		font-size: 32px;
		line-height: 42px;
	}
	.nhp-clients-text p{
		font-size: 14px;
	}
	.nhp-clients-text .main-button{
		max-width: 100%;
	}
	.nhp-clients-logos-col{
		margin: 0 auto;
		max-width: 260px;
		padding: 40px 0;
		width: 100%;
	}
	.nhp-clients-slider-wrap{
		max-width: 120px;
	}
	.nhp-clients-slider-wrap:before{
		background: linear-gradient(to bottom, rgba(242, 248, 255, 1), transparent);
		height: 60px;
	}
	.nhp-clients-slider-wrap:after{
		background: linear-gradient(to top, rgba(242, 248, 255, 1), transparent);
		height: 60px;
	}
	.nhp-client-logo{
		padding: 0;
	}
	.nhp-client-logo img{
		height: 96px;
	}
	.nhp-solutions-section{
		padding-bottom: 77px;
	}
	.nhp-solutions-heading{
		padding-bottom: 40px;
	}
	.nhp-solutions-heading h2{
		font-size: 40px;
	}
	.nhp-solutions-heading h2 span{
		display: block;
	}
	.nhp-solution-row{
		display: block;
		position: relative;
	}
	.nhp-solution-text-col{
		width: 100%;
	}
	.nhp-solution-text h4{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 24px;
		padding-right: 100px;
	}
	.nhp-solution-icon-col{
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.nhp-solution-icon img{
		height: 75px;
	}
	.nhp-solution-buttons-col{
		padding-top: 24px;
		width: 100%;
	}
	.nhp-solution-buttons-col ul{
		max-width: 100%;
	}
	.nhp-solution-buttons-col ul li{
		max-width: 100%;
		width: 48%;
	}
	.nhp-solution-buttons-col ul li:last-child{
		margin-bottom: 11px;
	}
	.nhp-solution-slide2 .nhp-solution-buttons-col ul li:last-child,
	.nhp-solution-slide3 .nhp-solution-buttons-col ul li:last-child{
		width: 100%;
	}
	.nhp-controll-wrap{
		margin-top: 11px;
	}
	.nhp-controll-btn.prev,
	.nhp-controll-btn.next{
		height: 40px;
		margin: 0 8px;
		width: 44px;
	}
	.nhp-stories-section{
		padding-bottom: 50px;
	}
	.nhp-stories-block{
		padding: 28px 20px 0;
	}
	.nhp-stories-heading{
		padding-bottom: 30px;
	}
	.nhp-stories-heading h3{
		font-size: 18px;
		line-height: 28px;
	}
	.nhp-story-item-wrap{
		padding-bottom: 20px;
		width: 47.1%;
	}
	.nhp-story-item-wrap:nth-child(3),
	.nhp-story-item-wrap:nth-child(5){
		margin-top: -16px;
	}
	.nhp-story-item-wrap:nth-child(4){
		margin-top: 0;
	}
	.nhp-story-item-wrap:nth-child(6){
		margin-top: 0;
	}
	.nhp-story-thumb{
		height: 98px;
	}
	.nhp-story-item-wrap:nth-child(2) .nhp-story-thumb{
		height: 114px;
	}
	.nhp-story-item-wrap:nth-child(3) .nhp-story-thumb{
		height: 98px;
	}
	.nhp-story-item-wrap:nth-child(4) .nhp-story-thumb{
		height: 98px;
	}
	.nhp-story-item-wrap:nth-child(5) .nhp-story-thumb{
		height: 130px;
	}
	.nhp-story-item-wrap:nth-child(6) .nhp-story-thumb{
		height: 130px;
	}
	.nhp-story-text{
		padding-top: 12px;
	}
	.nhp-story-title{
		font-size: 14px;
		width: 100%;
	}
	.nhp-story-link{
		margin-top: 3px;
	}
	.nhp-story-link a{
		font-size: 12px;
		text-decoration: none;
	}
	.nhp-delivery-section{
		padding: 0;
	}
	.nhp-delivery-section .nhp-container{
		padding: 0;
	}
	.nhp-delivery-row{
		border-radius: 0;
		display: block;
		min-height: 1px;
	}
	.nhp-delivery-text-col{
		padding: 40px 20px 50px;
		width: 100%;
	}
	.nhp-delivery-text h2{
		font-size: 44px;
		margin-bottom: 12px;
	}
	.nhp-delivery-text p{
		margin-bottom: 20px;
	}
	.nhp-delivery-video-col{
		width: 96%;
	}
	.nhp-delivery-video video,
	.nhp-delivery-video img{
		border-radius: 0;
		height: auto;
	}
	.nhp-callback-section{
		padding: 35px 0 70px;
	}
	.nhp-callback-text-col{
		padding: 0 0 55px;
		width: 100%;
	}
	.nhp-callback-text{
		padding: 0;
	}
	.nhp-callback-text h5{
		font-size: 20px;
		line-height: 1.5;
	}
	.nhp-callback-text p{
		margin-bottom: 20px;
	}
	.nhp-callback-text p:last-child{
		margin-top: 25px;
	}
	.nhp-callback-contacts{
		display: block;
	}
	.nhp-callback-form-col{
		width: 100%;
	}
	.nhp-callback-form h4{
		margin-bottom: 35px;
	}
	.obl-col-6{
		width: 100%;
	}
	.obl-banner{
		padding: 82px 0 74px;
		position: relative;
	}
	.obl-banner-text h2{
		font-size: 48px;
		line-height: 53px;
		position: relative;
		z-index: 5;
	}
	.obl-banner-img{
		left: 200px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 338px;
	}
	.obl-banner-img img{
		width: 100%;
	}
	.obl-nav-block{
		padding: 0 15px;
	}
	.obl-nav-title{
		display: block;
		font-size: 16px;
		line-height: 20px;
		padding: 20px 0;
	}
	.obl-nav-title:after{
		content: "+";
		float: right;
	}
	.obl-nav-title.active:after{
		content: "-";
	}
	.obl-nav{
		display: none;
		padding-bottom: 16px;
	}
	.obl-nav ul{
		margin: 0;
	}
	.obl-nav li{
		display: block;
		padding: 4px 0;
		width: 100%;
	}
	.obl-support-section{
		padding: 38px 0 82px;
	}
	.support-heading{
		padding-bottom: 21px;
	}
	.support-heading h2{
		font-size: 35px;
		line-height: 1;
	}
	.obl-text h4{
		margin: 0 0 12px;
	}
	.obl-text h2{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 30px;
	}
	.obl-text p,
	.obl-text li,
	.obl-text strong{
		font-size: 16px;
		line-height: 1.625;
	}
	.obl-bl-block{
		padding: 40px 16px;
	}
	.obl-support-text-left{
		margin-bottom: 35px;
	}
	.obl-cta-section .obl-container{
		padding: 0;
	}
	.obl-cta-block{
		background-position: cover;
		border-radius: 0;
		padding: 40px 20px 46px;
	}
	.obl-cta-text{
		padding: 0 0 30px;
	}
	.obl-cta-text h5{
		font-size: 22px;
		line-height: 32px;
	}
	.obl-cta-form h4{
		margin-bottom: 40px;
	}
	.obl-form-col-6{
		width: 100%;
	}
	.obl-guides-section{
		padding-top: 48px;
	}
	.obl-files-text{
		padding: 40px 0 20px;
	}
	.obl-files-text p{
		font-size: 16px;
		line-height: 1.625;
	}
	.obl-files li a{
		background-position: right 12px center;
		padding: 12px 32px 12px 12px;
	}
	.obl-meter-section{
		padding-top: 69px;
	}
	.obl-meter-text-right{
		margin-top: 33px;
	}
	.obl-paper-section{
		padding-top: 45px;
	}
	.obl-paper-image2{
		display: none;
	}
	.obl-paper-image{
		padding: 25px 0 10px;
	}
	.obl-paper-image img{
		max-width: 112%;
	}
	.obl-faq-section{
		padding-top: 45px;
	}
	.obl-faq-paper-text{
		padding: 0 13px;
	}
	.obl-faq{
		margin-top: 30px;
	}
	.obl-faq-item{
		border-radius: 8px;
		margin-bottom: 10px;
	}
	.obl-faq-title{
		font-size: 16px;
		line-height: 20px;
		padding: 10px 40px 10px 13px;
	}
	.obl-faq-title:after{
		right: 16px;
	}
	.obl-faq-text{
		padding: 0px 13px 15px;
	}
	.obl-faq-text p{
		font-size: 14px;
		line-height: 24px;
	}
	.obl-toner-section{
		padding-top: 45px;
	}
	.obl-toner-heading{
		padding-bottom: 18px;
	}
	.obl-toner-slider-wrap{
		margin: 0 -10px;
		position: relative;
	}
	.obl-toner-btn{
		background-image: url('img/chevron-down.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
		display: block;
		height: 16px;
		position: absolute;
		transition: all 0.2s linear;
		top: 70px;
		width: 16px;
	}
	.obl-toner-btn.prev{
		left: 24px;
		transform: rotate(90deg);
	}
	.obl-toner-btn.next{
		right: 24px;
		transform: rotate(-90deg);
	}
	.obl-toner-slider:not(.slick-initialized){
		display: block;
		margin: 0;
	}
	.obl-toner-item-wrap{
		height: auto;
		padding: 10px;
		width: 100%;
	}
	.obl-toner-item{
		height: auto;
	}
	.obl-toner-item-text{
		margin: 0 auto;
		max-width: 240px;
	}
	.obl-contact-section{
		padding: 45px 0 47px;
	}
	.obl-contact-heading{
		padding-bottom: 35px;
	}
	.obl-contact-row{
		margin: 0;
	}
	.obl-contact-item-wrap{
		padding: 0 0 18px;
	}
	.obl-contact-item-wrap:last-child{
		padding-bottom: 0;
	}
	.obl-contact-item{
		padding: 30px 0px 30px 25px;
	}
	.obl-contact-icon{
		padding-top: 5px;
		width: 52px;
	}
	.obl-contact-item-wrap:nth-child(1) .obl-contact-icon img{
		width: 45px;
	}
	.obl-contact-text{
		padding-left: 20px;
		width: calc(100% - 52px);
	}
	.obl-contact-text h5{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 13px;
	}
	.obl-contact-text a{
		font-size: 18px;
		line-height: 30px;
	}
}