body{
	background-color: #fff;
}
.cover {
	position: relative;
	min-height: 670px;
	overflow-x: hidden;
}

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}



.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	
	max-width: 600px;
	margin-top: -60px;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}



/**/



.services-slick {
	padding: .5rem 1rem;
	margin: 0 1rem;
}

.service {
	text-align: center;
	display: block;
	background: #fff;
	margin: 1rem;
	padding: 1rem;
}

.service:hover {
	transform: scale(1.1);
}
.service .icon img {
	display: block;
	margin: 0 auto;
	margin-bottom: .75rem;
}


/* Articles */

.articles {
	padding: 3rem 2rem;
}
.articles h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}
.articles article {
	display: block;
	height: 100%;
}
.articles .row > div {
	margin-bottom: 30px;
}
.article {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
	position: relative;
	height: 100%;
}
.article img {
	display: block;
	width: 100%;
}
.article .info {
	padding: 1rem;
}
.article h3 {
	font-weight: bold;
}
.article .date {
	padding-bottom: 56.25%;
    position: relative;
    background: rgb(87, 129, 207);
    background: linear-gradient(45deg, rgb(77, 131, 246) 0%, rgb(132, 146, 183) 50%, rgb(88, 109, 215) 100%);
}
.article .date > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.article .date > div > span:nth-child(2) {
	font-size: 1.5rem;
	display: block;
}
.read-more {
	background: #fff;
	display: inline-block;
	padding: .25rem .75rem;
	font-weight: bold;
	color: inherit;
	border: 1px solid #ddd;
}

/**/

.events {
	background-color: #fff;
}

.ribbon-date {
	position: absolute;
	top: 0;
	left: 15px;
	background: #fff;
	color: #000;
	padding: .5rem 1rem;
}
.ribbon-date span {
	display: block;
}
.ribbon-date span:nth-child(1) {
	font-weight: bold;
	font-size: 1.5rem;
}
.buttons{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.buttons .parent{
	width: 390px;
	height: 103px;
	position: relative;
	display: flex;
	align-items: center;
	color:var(--site2);
	font-weight: 800;
	font-size: 35px;
	line-height: 1.3;
	background-color: rgba(255,255,255,0.9);
	clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
	text-align: left;
	padding:38px 100px 38px 70px;
	cursor: pointer;
	justify-content: flex-end;
}

.buttons .parent:first-child{
	justify-content: flex-start;
	text-align: right;
	color:var(--site1);
	padding:38px 50px 38px 95px;
	clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
.buttons .parent:hover{
	background-color: var(--site2);
	color: var(--light);
}
.buttons .parent:first-child:hover{
	background-color: var(--site1);
	color: var(--light);
}
.parent + .slider{
	display: flex;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width: 100%;
	transition: all 0.3s ease-in;
	gap:10px;
	left:-9999px;
}
.parent + .slider > div{
	display: flex;
	flex:1 1 270px;
}
.parent + .slider > div.mobonly{
	display: none;
}
.parent[data-link="cat_2"].active{
	padding-inline: 2rem;
	width: 300px;font-size: 2rem;
	background-color: var(--site2);color:var(--light);
}
.parent.active > span{
	pointer-events: none;
}
.parent[data-link="cat_2"] + .slider.active{
padding-left:287px;left:auto;padding-right: 1.5rem;
}

.parent[data-link="cat_1"].active{
	width: 300px;font-size: 2rem;padding-inline:2rem;
	background-color: var(--site1);color:var(--light);
}
.parent[data-link="cat_1"] + .slider.active{
	padding-right:287px;left: auto; padding-left: 1.5rem;
}

.parent + .slider .child{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--light);
	width: 100%;
	height: 103px;
	background-color: rgba(255,255,255,1);
	transform: skew(25deg, 0deg);
	padding-inline:2px;
	z-index: 10;
	
}
.parent:first-child + .slider .child{
	transform: skew(-25deg, 0deg);
}
.parent + .slider .child h3{
	text-align: center;
	color:var(--text);
	transform: skew(-25deg, 0deg);
	font-size: 1.4rem;
}
.slider .child{
	text-decoration: none;
}
.parent + .slider .child:hover h3{
	color:var(--light)
}
.parent:first-child + .slider .child h3{
	transform: skew(25deg, 0deg);
}

.parent[data-link="cat_1"] + .slider .child:hover{
	background-color: var(--site1);color:var(--light);
}
.parent[data-link="cat_2"] + .slider .child:hover{
	background-color: var(--site2);color:var(--light);
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
	margin-top:var(--headerhight);
	padding: 0 1.44rem;
	background: #57575a;
	height: 60px;
	padding:11px 0;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
}
.news .container{
	width: 100%;max-width: 100%;height: inherit;padding-inline-start:70px;
}
.news .content {
    position: relative;height: inherit; display:flex;align-items: center;margin: auto;
}

.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;height: inherit;display: flex;align-items: center;
}



.news h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding: 0;
	padding-left: 23px;
    margin: 0;
    z-index: 5;display: flex;align-items: center;
	border-left: 1px solid var(--light);height: 60%;margin:auto;
}

.news h2 a {
	color: inherit;
}
.news h2 a:hover{
	color:var(--site2);
}

.bn-news ul li a {
	font-size: 1.1rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: var(--light);
	font-weight: 300;
}

.bn-news ul li a:hover {
	color:  var(--site2);
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	color:var(--site2);
	font-weight: bold;
}

.news .date:after {
	content: ' ● ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	display: none;
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	padding: 0;
	margin-right: 5px;
}

.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
    background-color: #111;
	color: #fff;
	box-shadow: none;
}


/**/




/**/



/* Fast Nav */

.fast-navigation {
	padding: 1rem 0;
	border-radius: 0 0 2rem 2rem;
	color: #fff;
	width: fit-content;
    margin: 0 auto;
}

.fast-navigation:after {
	clear: both;
	display: block;
	content: '';
}


.fast-navigation label {
	background: var(--site1);
	border-radius: 0 2rem 2rem 0;
	padding: 5px 10px;
	border: 0;
	margin: 0;
}

.fast-navigation select {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.fast-navigation button {
	background: var(--site1);
	border: 0;
	border-radius: 2rem 0 0 2rem;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

.side-banners a {
	background-color: #fff;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
}


/**************************************************************/

@media (min-width: 992px) {
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		float: right;
		display: block;
	}
	.services {
		position: absolute;
		bottom: 4rem;
		right: 0;
		width: 100%;
	}
	.bn-news {
		padding-right: 100px;
		right: 180px;
		left:55px !important;
	}
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
	}
	.cover {
		height: 100vh;
		height: calc(100vh - 170px);
	}
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 1580px) {
	.parent + .slider .child h3{
		font-size: 1.24rem;
	}
	.parent[data-link="cat_1"].active {
		width: 185px;
	}
	.parent[data-link="cat_1"] + .slider.active{
		padding-right: 170px;
	}
	.buttons .parent{
		clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
	}
	.buttons .parent:first-child{
		padding:38px 30px 38px 95px;
		clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
	}
	.parent[data-link="cat_2"].active{
		width: 185px;
	}
	.parent[data-link="cat_2"] + .slider.active{
		padding-left: 170px;
	}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																.parent[data-link="cat_1"].active,
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																.parent[data-link="cat_2"].active {
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	font-size: 1.6rem;
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																}
}
@media (max-width: 1099px) {
	.parent + .slider .child h3{
		font-size: 1.2rem;
	}
}
/**************************************************************/
@media (max-width: 991px) {
	.cover {
		padding: 15px 0 0;
		padding-top: 0; /* header height + padding */
		display: flex;
    flex-direction: column;
	overflow: hidden;
	}
	.centered {
		text-align: center;
	}
	.centered-banner img {
		max-width: 100%;
	}
	.news{
		margin-top:0;
	}
	.news h2 {
		display: none;
	}
	.bn-news{
		width: 100%;
	}
	.news .container{
		padding-inline-start: 1rem;
	}
	.cover .toggle-slick {
		display: none;
	}
	video, #toggle-video {
		display: none;
	}
	
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		display: block;
		border-radius: 2rem;
		width: 100%;
	}
	
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		display: block;
		border-radius: 2rem;
	}
	
	.fast-navigation .smart-nav-sub > select {
		width: 100%;
		margin: .5rem 0;
	}
	
	.smart-nav-submit {
		margin: 0 auto;
	}
	.services{
		margin-top: auto;
	}
	.services .buttons .parent{
		opacity: 1 !important;
		z-index: 10 !important;
	}
	.services .buttons .parent, .services .buttons .parent.active{
		height: 70px;
		font-size: 1.4rem;
		width: 49.4%;
		text-align: center;
		padding: 1rem;
		justify-content: center;
		clip-path: none;
	}
	.buttons .parent h3{
		text-align: center;
	}
	.parent + .slider{
		flex-wrap: wrap;
		background-color: var(--light);
		/* flex-direction: column; */
	}
	.parent + .slider > div{
		flex: 0 0 170px;
	}

	.services .buttons .parent + .slider .child,
	.services .buttons .parent + .slider h3{
		transform:none;
	}
	.parent + .slider .child{
		border:1px solid rgba(255,133,46,0.5);
	}
	.parent:first-child + .slider .child{
		border:1px solid rgba(22,135,200,0.5);
	}

	.services .parent + .slider .child{
		padding: 5px;
	}
	.services .parent + .slider.active{
		padding: 4rem 2rem 2rem;transform:translateY(-100%);
		top:0;
		height: calc(100vh - 300px);
		height: 525px;
		overflow: scroll;
	}
	.services .parent + .slider > div{
		flex: 1 1 48%;
	}
	.parent + .slider > div.mobonly{
		display: block;
		flex:none;
		position: absolute;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 70px;
    height: 40px;
    right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	.parent + .slider > div.mobonly i{
		margin-inline-start: 5px;
	}
}

