.hp-banner{
	margin: 0 40px;
	background: #fff;
	height: 775px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.hp-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 2;
}

.hp-banner .inner{
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 3;
}

.hp-banner .video {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.front .hp-banner video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: 1750px;
}


.hp-banner h1{
	color:#fff;
	font-weight: 500;
	font-size:86px;
	line-height: 1.3em;
	letter-spacing: .025em;
	margin:0 0 30px;
}

.hp-banner h1 span{
	font-weight: 800;
	font-size: 100px;
}

.hp-banner h2{
	padding:30px 0 0;
	border-top: 5px solid #fff;
	width: fit-content;
	color:#fff;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto 30px;
}

.hp-banner p{
	color:#000;
	font-size:18px;
	line-height:1.5em;
}

.hp-about{
	padding: 90px 150px;
	background: url(img/about-bg.jpg);
	background-size: 100%;
	background-position: center;
}

.hp-about .grid{
	display: flex;
	flex-wrap: wrap;
}

.hp-about .grid .item{width: 50%;}

.hp-about .grid .item h2{
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .01em;
	color: #3f566b;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 0 0 60px;
}

.hp-about .grid .item h2 span{
	font-weight: 800;
}

.hp-about .grid .item p{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5em;
}

.hp-about .grid .item a.btn{
	width: fit-content;
}

.hp-about .grid .item:last-of-type{
	box-sizing: border-box;
	padding-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.hp-industry{
	padding: 90px 150px;
	background: #ece6e5;
}

.hp-industry .wrapper{
	display: flex;
	flex-wrap: wrap;
}

.hp-industry .wrapper .left,
.hp-industry .wrapper .right{width: 50%;}


.hp-industry .wrapper .left h2{
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #3f566b;
	text-transform: uppercase;
	line-height: 1.3em;
	position: relative;
	width: fit-content;
	padding: 0 0 60px;
	margin: 0 0 60px;
}

.hp-industry .wrapper .left h2:before{
	position: absolute;
	content: "";
	height: 15px;
	width: 100%;
	background: #842540;
	bottom: 0;
	left: 0;
}

.hp-industry .wrapper .left h2 span{
	font-weight: 800;
}

.hp-industry .wrapper .left p{
	max-width: 675px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: .025em;
}

.hp-industry .wrapper .right{
	display: flex;
	flex-wrap: wrap;
}

.hp-industry .wrapper .right .wrap{
	width: 33.333%;
	box-sizing: border-box;
	padding: .75rem;
}

.hp-industry .wrapper .right .icon{
	width: 150px;
	margin: 0 auto;
}

.hp-industry .wrapper .right .text{
	margin: 10px 0 0;
	text-align: center;
	color: #01354d;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .025em;
	line-height: 1.2em;
}


.hp-news{
	padding: 80px 150px;
}

.hp-news h2{
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #3f566b;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 0 0 50px;
}

.hp-news h2 span{
	font-weight: 800;
}

.hp-news .grid{
	display: flex;
	flex-wrap: wrap;
}

.hp-news .grid #big-news,
.hp-news .grid #small-news{
	width: 50%;
	height: inherit;
}

.hp-news .grid .big-news{
	padding-right: 15px;
}

.hp-news .grid .big-news .wrap{
	display: block;
	aspect-ratio: 747/644;
	height: 100%;
	text-decoration: none;
	color: #fff;
	position: relative;
	background-size: cover;
}


.hp-news .grid .big-news .wrap img{
	display: none;
}

.hp-news .grid .big-news .wrap .text{
	position: absolute;
	background: rgba(132, 37, 64, .6);
	box-sizing: border-box;
	padding: 50px 60px;
	bottom: 0;
	left: 0;
}

.hp-news .grid .big-news .wrap .text .date{
	font-size: 24px;
	letter-spacing: .025em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.hp-news .grid .big-news .wrap .text h3{
	font-size: 32px;
	letter-spacing: .025em;
	font-weight: 800;
	margin: 0 0 30px;
}

.hp-news .grid .big-news .wrap .text span.more{
	font-size: 18px;
	letter-spacing: .025em;
	font-weight: 800;
	text-transform: uppercase;
}


.hp-news .grid .small-news{
	padding-left: 15px;
	height: 100%;
}

.hp-news .grid .small-news div{
	height: 100%;
}


.hp-news .grid .small-news .view-content{
	height: 100%;
}

.hp-news .grid .small-news .item{
/*	padding: 0 0 40px;*/
height: 48%;
}

.hp-news .grid .small-news .wrap{
	display: flex;
	flex-wrap: wrap;
}

.hp-news .grid .small-news .wrap .image{
	aspect-ratio: 1/1;
	width: 37.9746835443038%;
}

.hp-news .grid .small-news .item:nth-of-type(1) .wrap .image{
	background: url(img/news-1.jpg);
	background-size: cover;
}

.hp-news .grid .small-news .item:nth-of-type(2) .wrap .image{
	background: url(img/news-2.jpg);
	background-size: cover;
}

.hp-news .grid .small-news .item:nth-of-type(2){
	padding: 4% 0 0;
}

.hp-news .grid .small-news .wrap .image .hold{
	aspect-ratio: 1/1;
	width: 100%;
	background-size: cover;
}

.hp-news .grid .small-news .wrap .image .hold img{
	display: none;
}


.hp-news .grid .small-news .wrap .text{
	width: 62.0253164556962%;
	box-sizing: border-box;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hp-news .grid .small-news .wrap .text .date{
	font-size: 24px;
	letter-spacing: .025em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #842540;
}

.hp-news .grid .small-news .wrap .text h4{
	font-size: 24px;
	letter-spacing: .025em;
	font-weight: 800;
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
}

.hp-news .grid .small-news .wrap .text h4:before{
	position: absolute;
	content: "";
	background: #842540;
	height: 14px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.hp-news a.more{
	margin: 40px 0 0;
	display: block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #842540;
	text-decoration: none;
}

.hp-news .grid .small-news .wrap .text a.more{
	margin: 0;
}






.hp-question{
	background-color: #ece6e5;
	background: url(img/tan-bg.jpg);
	padding: 80px 150px;
	text-align: center;
}

.hp-question h2{
	font-size: 50px;
	font-weight: 800;
	letter-spacing: .025em;
	color: #3f566b;
	line-height: 1.3em;
	margin: 0 auto 30px;
}

.hp-question p{
	max-width: 750px;
	margin: 0 auto 30px;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: .025em;
}

.hp-question p a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.hp-results{
	padding: 80px 150px;
	position: relative;
}

.hp-results header{
	height: unset;
	text-align: center;
}

.hp-results header h2{
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #3f566b;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 0 0 50px;
}

.hp-results header h2 span{
	font-weight: 800;
}

.hp-results header h2 span.hide{
	font-weight: 400;
}

.hp-results .swiper-slide .wrap{
	display: block;
	height: 100%;
	text-decoration: none;
	color: #fff;
}

.hp-results .swiper-slide .wrap .text{
	box-sizing: border-box;
	padding: 30px;
	min-height: 200px;
}


.hp-results .swiper-slide:nth-of-type(2n + 1) .wrap .text{
	background: #01354d;
}

.hp-results .swiper-slide:nth-of-type(2n + 2) .wrap .text{
	background: #842540;
}

.hp-results .swiper-slide .wrap .text h3{
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin: 0 0 30px;
}

.hp-results .swiper-slide .wrap .text div{
	font-weight: 600;
	font-size: 20px;
	letter-spacing: .025em;
	margin: 0 0 5px;
	line-height: 1.3em;
}

.hp-results .swiper-slide .wrap .text div:last-of-type{
	margin: 0 0 0;
}

.hp-results .swiper-slide .wrap .text div span{
	display: block;
}

.hp-results footer{
	text-align: right;
	max-width: 1500px;
	margin: 40px auto 0;
}

.hp-results footer a.more{
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #842540;
	text-decoration: none;
}


.hp-team{
	background: #ece6e5;
	padding: 80px 150px;
	position: relative;
}

.hp-team header{
	height: unset;
	text-align: center;
}

.hp-team header h2{
	font-size: 60px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #3f566b;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-top: 0;
}

.hp-team header h2 span{
	font-weight: 800;
}

.hp-results .swiper-slide .wrap .image{
	margin-bottom: -7px;
}

.hp-team .swiper-slide .name{
	position: absolute;
	bottom: 0;
	left:0;
	color: #fff;
	letter-spacing: .025em;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 60px 20px 30px;
	box-sizing: border-box;
	margin: 0 auto;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
}

.hp-team footer{
	text-align: center;
	max-width: 1500px;
	margin: 40px auto 0;
}

.hp-team footer a.more{
	font-size: 18px;
	font-weight: 800;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #842540;
	text-decoration: none;
}


/*.hp-team .swiper-button-next{
	right: 55px !important;
}

.hp-team .swiper-button-prev{
	left: 55px !important;
}
*/

.contact-cta{
	background: url(img/tan-bg.jpg);
    padding: 80px 150px;
    text-align: center;
}

.contact-cta h2{
	font-size: 50px;
	font-weight: 800;
	letter-spacing: .025em;
	color: #3f566b;
	line-height: 1.3em;
	margin: 0 auto 30px;
}

.contact-cta p{
	max-width: 750px;
	margin: 0 auto 30px;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: .025em;
}

.contact-cta p a{
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.contact-cta p a.btn{
	color: #fff;
}

.results .wrap{
	border: 1px solid #333;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}


.results h5{
	font-size: 20px;
	color: #842540;
	margin-bottom: 10px;
}

.results .amount{
	font-weight: bold;
    margin-top: 10px;
}

.results .amount span{
	font-weight: 400;
	display: block;
	font-size: 15px;
}

.pager__items{
	padding-left: 0;
	margin-bottom: 0;
}




