.hp-banner{
	padding: 0 200px;
}

.hp-banner .mob{
	display: none;
}

.hp-banner .mob-img{
	display: none;
}


.hp-banner .ban-img{
	aspect-ratio: 1800/700;
	background: url(img/banner.jpg);
	background-size: cover;
	background-position: right;
	margin: 0 auto;
	position: relative;
	border: 2px solid #eb6a6c;
}

.hp-banner .ban-img h1{
	box-sizing: border-box;
	padding: 20px;
	width: fit-content;
	text-transform: uppercase;
	color:#4d4d4f;
	background: #f9f7f3;
	border: 2px solid #eb6a6c;
	font-size: 30px;
	letter-spacing: .1em;
	font-weight: 400;
	margin: 40px 0 10px -30px;
}


.hp-banner .ban-img h1:last-of-type{
	margin: 0 0 0 -30px;
}


.hp-banner .ban-img .intro{
	box-sizing: border-box;
	padding: 20px 50px 20px 20px;
	max-width: 600px;
	background: #f9f7f3;
	border: 2px solid #eb6a6c;
	position: absolute;
	bottom: 50px;
	left: -30px;
}

.hp-banner .ban-img .intro p{
	margin: 0;
	font-size: 28px;
	color:#4d4d4f;
}


.hp-program{
	padding: 1rem 200px 0;
}

.hp-program .wrapper{
	margin: 0 -1rem;
	display: flex;
	flex-wrap: wrap;
}

.hp-program .wrapper .item{
	box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1rem;
   -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.hp-program .wrapper .item .wrap{
	border: 2px solid #65a06f;
	box-sizing: border-box;
	padding: 2rem;
	height: 100%;
}

.hp-program .wrapper .item:last-of-type .wrap{
	border: 2px solid #2975b5;
}

.hp-program .wrapper .item .wrap h2{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.hp-program .wrapper .item .wrap h2 span{
	font-size: .8em;
	letter-spacing: .025em;
}

.hp-program .wrapper .item .wrap .graphic{
	border: 2px solid #65a06f;
	background-color: #cfe5d8;
	aspect-ratio: 792/376;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px 30px;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
}

.hp-program .wrapper .item .wrap .graphic img{
	/*width: 53.030303%;*/
	width: 56.060606%;
	margin: 0 auto;
}

.hp-program .wrapper .item:last-of-type .wrap .graphic img{
	width: 63.131313%;
}

.hp-program .wrapper .item .wrap .graphic span{
	position: absolute;
	top: .5rem;
	right: .5rem;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .08em;
	color: #649f6f;
	text-transform: uppercase;
}

.hp-program .wrapper .item:last-of-type .wrap .graphic{
	border: 2px solid #2975b5;
	background-color: #cde4e7;
}

.hp-program .wrapper .item .wrap .more{
	text-align: right;
	display: block;
	text-decoration: none;
	font-size: 22.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #649f6f;
	padding-right: 60px;
	position: relative;
}

.hp-program .wrapper .item .wrap .more:before{
	position: absolute;
	content: '';
	aspect-ratio: 1/1;
	width: 45px;
	background: url(img/link-r-g.png);
	background-size: 100%;
	right: 0;
	bottom: 0;
}

.hp-program .wrapper .item:last-of-type .wrap .more{
	color: #2975b5;
}

.hp-program .wrapper .item:last-of-type .wrap .more:before{
	background: url(img/link-r-b.png);
	background-size: 100%;
}

.hp-ctas{
	padding: 60px 200px;
}


.hp-ctas .item{
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
}

.hp-ctas .item .left{
	width: 50%;
}

.hp-ctas .item .left .headline{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.hp-ctas .item .left .headline span{
	font-size: 23px;
	letter-spacing: .025em;
}

.hp-ctas .item .left h3{
	padding: 30px;
	box-sizing: border-box;
	border: 2px solid #e99d30;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 45px;
}

.hp-ctas .item .left p{
	margin: 0 0 100px;
}

.hp-ctas .item .left .more{
	display: block;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #e99d30;
	padding-left: 60px;
	position: relative;
	line-height: 22px;
}

.hp-ctas .item .left .more:before{
	position: absolute;
	content: "";
	aspect-ratio: 1/1;
	width: 46px;
	background: url(img/link-l-y.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
}

.hp-ctas .item .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


.hp-ctas .item .right .ill{
	aspect-ratio: 1601/1070;
	width: 100%;

}

.hp-ctas .item .right .ill.term-1{
	background: url(img/ill-1.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-2{
	background: url(img/ill-2.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-3{
	background: url(img/ill-3.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-4{
	background: url(img/ill-4.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-5{
	background: url(img/ill-5.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-6{
	background: url(img/ill-6.jpg);
	background-size: 100%;
}

.hp-ctas .item .right .ill.term-7{
	background: url(img/ill-7.jpg);
	background-size: 100%;
}

.hp-lower{
	padding: 0 200px 100px;
}

.hp-lower .wrapper{
	margin: 0 -1rem;
	display: flex;
	flex-wrap: wrap;
}

.hp-lower .wrapper .left,
.hp-lower .wrapper .right{
		box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1rem;
   -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.hp-lower .wrapper .left .border{
	height: 100%;
	border: 2px solid #eb6a6c;
}

.hp-lower .wrapper .right .border{
	height: 100%;
	border: 2px solid #2975b5;
}
#hp-blog{height: 100%;}

.hp-blog{position: relative; height: 100%}

.hp-blog header{
	height: unset;
	margin: 0;
	box-sizing: border-box;
	padding: 40px 50px;
}

.hp-blog header h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 0;
}

.hp-blog header h3 span{
	font-size: .8em;
	letter-spacing: .025em;
}

.hp-blog .item{
	border-bottom: 2px solid #eb6a6c;
}

.hp-blog .item .wrap{
	text-decoration: none; 
	color:#4d4d4f;
	box-sizing: border-box;
	padding: 30px 50px;
	display: flex;
}

.hp-blog .item:first-of-type .wrap{padding: 0 50px 30px;}

.hp-blog .item .wrap .date{
	font-size: 36px;
	font-weight: 400;
	width: 150px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hp-blog .item .wrap h3{
	width: calc(100% - 180px);
	margin: 0;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: .025em;
}

.hp-blog footer{
	position: absolute;
/*	position: absolute;
	bottom: 40px;*/
	/*letter-spacing: 50px;*/
	box-sizing: border-box;
	padding: 100px 50px 30px;
	width: 100%;
	bottom: 0;
}

.hp-blog footer .more{
	display: block;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #eb6a6c;
	padding-left: 60px;
	position: relative;
	line-height: 22px;
}

.hp-blog footer .more:before{
	position: absolute;
	content: "";
	aspect-ratio: 1/1;
	width: 46px;
	background: url(img/link-l-r.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
}

.hp-blog footer .icon{
	position: absolute;
	aspect-ratio: 1/1;
	background: url(img/icon.png);
	background-size: 100%;
	height: 75%;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	
	
}


.hp-programs{
	box-sizing: border-box;
	padding: 2rem;
}

.hp-programs h3.headline{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 45px;
}

.hp-programs h3.headline span{
		font-size: .8em;
	letter-spacing: .025em;
}

.hp-programs p{
	font-size: 22px;
	margin: 0 0 30px;
}

.hp-programs .grid{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.75rem;
}

.hp-programs .grid .item{
	  box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: .75rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}


.hp-programs .grid .item .wrap{
	color:#4d4d4f;
	text-decoration: none;
	border: 2px solid #2975b5; display: block
}

.hp-programs .grid .item .wrap .image{
	aspect-ratio: 376/231;
/*	box-sizing: border-box;
	padding: 15px 30px;*/
	position: relative;
	text-align: center;
	width: 100%;
	background: #cde4e7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.hp-programs .grid .item .wrap .image:before{
	position: absolute;
	content: '';
	aspect-ratio: 1/1;
	width: 11.968085%;
	top: .75rem;
	right: .75rem;
	background: url(img/link-t-b.png);
	background-size: 100%;
}

.hp-programs .grid .item:nth-of-type(1) .wrap .image .icon{
	width: 27.12766%;
	margin: 0 auto;
}

.hp-programs .grid .item:nth-of-type(2) .wrap .image .icon{
	width: 36.43617%;
	margin: 0 auto;
}

.hp-programs .grid .item:nth-of-type(3) .wrap .image .icon{
	width: 30.851064%;
	margin: 0 auto;
}

.hp-programs .grid .item:nth-of-type(4) .wrap .image .icon{
	width: 31.914894%;
	margin: 0 auto;
}

.hp-programs .grid .item .wrap .text{
	border-top:2px solid #2975b5;
	background: #f9f7f3;
	padding: .75rem;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.1em;
	margin: 0;
	position: relative;
	z-index: 2;
	text-align: center;
	min-height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.prog-slide{display: none;}

#prog-slide .prog-slide{display: block; padding: 0 200px 50px; position: relative;}
.prog-slide .wrapper{margin: 0 auto; border: 2px solid #2975b5; box-sizing: border-box; padding: 2rem; position: relative;}

.prog-slide .swiper{max-width: 1500px; padding: 0 0 !important; box-sizing: border-box; overflow: hidden !important;}

.prog-slide .swiper .swiper-slide{height: 100%;}

.prog-slide .swiper .wrap{
	display: block;
	border: 2px solid #2975b5;
	text-decoration: none;
	color:#4d4d4f;
	height: 100%;
}

.prog-slide .swiper .wrap .image{
	aspect-ratio: 376/231;
/*	box-sizing: border-box;
	padding: 15px 30px;*/
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 100%;
	background: #cde4e7;
}

.prog-slide .swiper .wrap .image:before{
	position: absolute;
	content: '';
	aspect-ratio: 1/1;
	width: 11.968085%;
	top: .75rem;
	right: .75rem;
	background: url(img/link-t-b.png);
	background-size: 100%;
}

.prog-slide .swiper .one .wrap .image .icon{
	width: 27.12766%;
	margin: 0 auto;
}

.prog-slide .swiper .two .wrap .image .icon{
	width: 36.43617%;
	margin: 0 auto;
}

.prog-slide .swiper .three .wrap .image .icon{
	width: 30.851064%;
	margin: 0 auto;
}

.prog-slide .swiper .four .wrap .image .icon{
	width: 31.914894%;
	margin: 0 auto;
}

.prog-slide .swiper .five .wrap .image .icon{
	width: 31.914894%;
	margin: 0 auto;
}

.prog-slide .swiper .wrap .label{
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	min-height: 80px;
	border-top: 2px solid #2975b5;
}

.prog-slide .swiper-button-prev{
	left: -40px;
	aspect-ratio: 95/189;
	width: 30px;
	height: unset;
}

.prog-slide .swiper-button-next{
	right: -40px;
	aspect-ratio: 95/189;
	width: 30px;
	height: unset;
}


.prog-slide .swiper-button-next:after {
    content: "";
    background: url(img/slick-right.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.prog-slide .swiper-button-prev:after {
    content: "";
    background: url(img/slick-left.png);
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.mineo  .wrapper{
	margin: 0 -1rem;
	display: flex;
	flex-wrap: wrap;
}

.mineo  .wrapper .left,
.mineo  .wrapper .right{
		box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 1rem;
   -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.mineo .left .border{
	height: 100%;
	border: 2px solid #2975b5;
}

.mineo-events header{
	height: unset;
	margin: 0;
	box-sizing: border-box;
	padding: 40px 50px;
}

.mineo-events header h2{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 0;
}

.mineo-events header h2 span{
	font-size: .8em;
	letter-spacing: .025em;
}

.mineo-events .item{
	border-bottom: 2px solid #2975b5;
}

.mineo-events .item .wrap{
	text-decoration: none; 
	color:#4d4d4f;
	box-sizing: border-box;
	padding: 30px 50px;
	display: flex;
}

.mineo-events .item:first-of-type .wrap{padding: 0 50px 30px;}

.mineo-events .item .wrap .date{
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 400;
	width: 150px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mineo-events .item .wrap .date span{font-size: .5em;}

.mineo-events .item .wrap h3{
	width: calc(100% - 180px);
	margin: 0;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: .025em;
}

.mineo-events footer{
	box-sizing: border-box;
	padding: 40px 50px;

}

.mineo-events footer .more{
	display: block;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2975b5;
	padding-left: 60px;
	position: relative;
	line-height: 22px;
}

.mineo-events footer .more:before{
	position: absolute;
	content: "";
	aspect-ratio: 1/1;
	width: 46px;
	background: url(img/link-l-b.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
}



/*.mineo-events .item{
	display: block;
	height: 100%;
	border: 2px solid #2975b5;
	padding: 30px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
}

.mineo-events .item .wrap{
		color: #000;
	text-decoration: none;
}
.mineo-events .item .wrap .date{
	margin: 0 0 10px;
}

.mineo-events .item .wrap h3{
	font-size:24px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
}

.mineo-events .item .wrap .more{
		display: block;
	font-size: 18px; 
	line-height: 1em; 
	padding-left: 30px;
	text-decoration: none;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	color: #2975b5;
}

.mineo-events .item .wrap .more:before{
	position: absolute;
	content: "";
	aspect-ratio: 1/1;
	width: 26px;
	background: url(img/link-l-b.png);
	background-size: 100%;
	left: 0;
	bottom: 0;
}
*/








