body{
background: var(--site0);
	background: #f1f1f1;
	background-image: repeating-linear-gradient(-45deg, #fff, transparent 3px, rgba(255, 255, 255, 1) 5px, rgba(var(--siteRGB), 1) 6px);
}

.cover {
position: relative;
	min-height: 670px;
	min-height: 600px;
	display: flex;
}

.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;
	display: none;
}

.footer{
display: none;
}
.site-footer{
background-color: rgba(var(--site1RGB), 0.7);
	position: absolute;
}

.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;
	bottom: 8.5%;
	right: 2rem;
	background: none;
	border: 0;
}
@media (max-width:1550px){
#toggle-video {
		bottom: 15%;
right: auto;
	left: 2rem;
}
}
#toggle-video{
background-color: #ffffffdd;
padding: 5px 10px;
	border-radius: 50px;
	z-index: 9;
}

.soc{
z-index: 9;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: absolute;
top: 125px;
	right: 1rem;
	width: 50px;
}
.soc a{
display: block;
	width: 45px;
	height: 45px;
background-size: 45px;
	margin-block: 5px;
	border-radius: 70px;
	background-position: center;
border: 2px solid #fff;
}
.soc .accessibility{
background-color: #fff;
}
/**/






/* 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;
}



.news {
padding: 1rem;
	background: #fff;
}

.news .content {
position: relative;
}

.news .buttons {
position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}

.news a {
color: #000;
	display: block;
}



.news h2 {
background: #111;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	padding: .219rem .75rem;
	margin: 0;
	border-radius: 2rem;
	z-index: 5;
}

.news h2 a {
color: inherit;
}


.bn-news ul li a {
font-size: 1.2rem;
	line-height: 1.2rem;
	padding: .36rem 0;
	color: inherit;
}

.bn-news ul li a:hover {
color: #000;
}

.bn-effect-scroll .bn-news ul li {
padding: 0 1rem;
}

.news .date {
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 {
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;
	}

	.bn-news {
		padding-right: 100px;
	}

.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;
}

.news a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
}



@media (max-width: 991px) {
main .site-footer {
		display: none;
	}
.footer .site-footer {
	position: relative;
}
main .services {
	display: none;
}
.footer .container-fluid {
	padding-inline: 0;
}
#toggle-video {
	left: auto;
	right: 1rem;
	bottom: 1rem;
}
#toggle-video > span {
	position: absolute;
top: -9999px;
}
.hpnav {
	position: relative;
	width: 100%;
	max-width: 75%;
	margin-inline: auto;
}
.hpnav .mobile-navigation {
	position: relative;
	height: auto;
	inset: auto;
	width: 100%;
	box-shadow: none;
	z-index: 3;
	visibility: visible;
	background: var(--site0);
	border-right: 0;
}
.hpnav .mobile-navigation nav {
	margin: 0;
}
.hpnav .mobile-navigation nav .toggle-sub-menu {
	inset-inline-end: 0;
	inset-inline-start: auto;
	width: 100%;
	text-align: end;
	background-color: transparent;
}
.hpnav .mobile-navigation nav a {
	padding-block: 1rem;
	padding-inline-start: 5rem;
	padding-inline-end: 0;
	margin-inline-start: 1rem;
	display: flex;
	align-items: center;
	height: 100px;
color: var(--site1);
	width: fit-content;
	z-index: 1;
	position: relative;
}
.hpnav .mobile-navigation nav > ul > li > span a {
	font-weight: 900;
	font-size: 1.25rem;
}
.hpnav .mobile-navigation nav a img {
	display: flex;
	height: 60px;
opacity: 0.25;
	position: absolute;
inset-inline-start: 0.4rem;
}
.hpnav .mobile-navigation nav .toggle-sub-menu {
	border-inline-start: 1px solid var(--site0);
}
.hpnav .mobile-navigation nav .toggle-sub-menu:after {
	content: "\f078";
	color: var(--site4);
}
.hpnav .mobile-navigation nav .toggle-sub-menu.opened:after {
	content: "\f00d";
}
.hpnav .mobile-navigation .toggle-sub-menu.no-sub-menu {
	background-color: transparent;
	border: 0;
}
.hpnav .mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
	content: "";
	font-size: 80%;
}
.hpnav .mobile-navigation nav ul ul {
	background-color: var(--site5);
}
.hpnav .mobile-navigation nav ul ul a {
	color: #fff;
	display: flex;
	align-items: center;
height: 82px;
	width: 100%;
}
.hpnav .mobile-navigation nav ul ul li {
	width: 87%;
margin-inline: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hpnav .mobile-navigation nav ul ul li img {
	height: 50px;
}
.hpnav .mobile-navigation nav ul ul li button {
	display: none;
}
.hpnav .mobile-navigation nav ul ul a img {
	margin-inline-end: 1rem;
}
.hpnav .mobile-navigation nav > ul li[data-id="12"] > span > a img {
	inset-inline-start: 1rem;
}
.hpnav .mobile-navigation nav > ul li[data-id="14"],
.hpnav .mobile-navigation nav > ul li[data-id="9"] {
	overflow: hidden;
}
.hpnav .mobile-navigation nav > ul li[data-id="14"] > span > a img {
	inset-inline-start: -25px;
}
.hpnav .mobile-navigation nav > ul li[data-id="9"] > span > a img {
	inset-inline-start: -2.5rem;
}
.soc {
	inset-inline-start: 2px;
	justify-content: flex-start;
}
.soc a {
	width: 35px;
	height: 35px;
	background-size: 33px;
}
.footer {
	display: block;
}
footer .d-flex {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cover {
	position: relative;
	height: 220px;
	padding: 15px;
	min-height: unset;
padding-top: 125px;
}

.centered {
	text-align: center;
}

.centered-banner img {
	max-width: 100%;
}

.news h2 {
	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-bottom: 6rem;
}
.services > div > div {
	border: 0;
}

.services .container-fluid > div:first-of-type .service,
.services .container-fluid > div:last-of-type .service {
	border-radius: 50px;
}

html[dir="ltr"] .services .container-fluid {
	flex-direction: row-reverse;
}

.mobile-track {
	top: auto;
	position: relative;
	padding: 0 0 2rem 0;
}

.mobile-track .track-plan {
	padding: 11px 1.5rem;
	border-radius: 50px;
width: auto;
	border: 0;
}

.mobile-track img {
	display: block;
}
.mobile-track .track-plan {
	flex-direction: row;
}

.mobile-track img {
	margin: 0;
	margin-inline-end: 10px;
}
}
@media (max-width:480px){
.services .container-fluid > div {
		margin-inline-start: 2.5rem;
	}
.hpnav {
	max-width: 100%;
}
}

@media (max-width:430px){
.services {
		margin-right: auto;
	}
.services .container-fluid {
	flex-direction: column;
	align-items: flex-end;
}

.services figcaption {
	font-size: 1.1rem
}

.services .events {
	width: 175px;
}

.services .map {
	width: 110px;
}
.services .contact {
	width: 135px;
}
.services .service:not(.game) .icon img {
	width: 40px;
}
section.services .service {
	height: 44px;
}
}