/* CSS Document */

@media (min-width: 768px) {
	.inner-footer {
		padding-top: 114px
	}
	.footer-logo {
		padding-bottom: 0
	}
	.footer-logo svg {
		width: 170px;
		height: 20px
	}
	.footer-contact {
		padding-bottom: 36px
	}
	.footer-contact p {
		font-size: 1.3rem;
		line-height: 2.3
	}
	.footer-container {
		display: block
	}
	.footer-container a {
		font-size: 1.3rem;
		line-height: 2.6;
		letter-spacing: 0.1em;
		font-weight: bold
	}
	.footer-legal {
		padding-top: 106px;
		width: calc( 336px + ((100vw - 616px)/2));
		margin-left: auto;
		margin-right: calc( ((100vw - 616px)/-2))
	}
	.footer-legal ul {
		padding: 22px 0 50px
	}
}
@media (min-width: 1024px) {
	.footer-logo svg {
		width: 190px;
		height: 24px
	}
	.footer-contact a, .footer-container a, .footer-legal a {
		-webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1)
	}
	.footer-contact a:hover, .footer-container a:hover, .footer-legal a:hover {
		opacity: 0.7;
		-webkit-transition: opacity 0s;
		transition: opacity 0s
	}
	.footer-social {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.footer-social a {
		border-width: 2px;
		width: 54px;
		height: 54px
	}
	.footer-legal {
		width: calc( 532px + ((100vw - 874px)/2));
		margin-left: auto;
		margin-right: calc( ((100vw - 874px)/-2))
	}
	.footer-legal ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
@media (min-width: 1366px) {
	.inner-footer {
		padding-top: 114px
	}
	.footer-logo {
		padding-bottom: 0
	}
	.footer-logo svg {
		width: 202px;
		height: 26px
	}
	.footer-contact {
		padding-bottom: 36px
	}
	.footer-contact p {
		font-size: 1.3rem;
		line-height: 2.3
	}
	.footer-container {
		display: block
	}
	.footer-container a {
		font-size: 1.3rem;
		line-height: 2.6;
		letter-spacing: 0.1em;
		font-weight: bold
	}
	.footer-legal {
		padding-top: 106px;
		width: calc( 816px + ((100vw - 1173px)/2));
		margin-left: auto;
		margin-right: calc((100vw - 1173px)/-2)
	}
	.footer-legal ul {
		padding: 22px 0 50px
	}
}
.transition-cache {
	display: table;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	background-size: 115px;
	height: 100vh;
	z-index: 9998;
	top: 0;
	left: 0
}
.ajax-loader {
	position: fixed;
	width: 200px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9999
}
.loader {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 0;
	width: 200px;
	height: 50px;
	border: 1px solid transparent
}
.loader li {
	border: 1px solid white;
	-webkit-animation: LOADINGREV 2s infinite;
	animation: LOADINGREV 2s infinite;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	margin: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.loader li:nth-child(1n) {
	margin-left: -25px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.loader li:nth-child(2n) {
	margin-left: 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s
}
.loader li:nth-child(3n) {
	margin-left: 25px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s
}
@-webkit-keyframes LOADINGREV {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}
@keyframes LOADINGREV {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
	}
}
#cookieChoiceInfo {
	background: white !important;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	padding-bottom: 20px !important
}
#cookieChoiceInfo>div {
	width: auto;
	max-width: 960px;
	padding-right: 0 !important;
	margin-left: auto;
	margin-right: auto
}
#cookieChoiceInfo>div>span {
	padding: 20px;
	display: inline-block;
	line-height: 1.8em;
	font-size:2.0rem;
}
#cookieChoiceInfo>div>span+a {
	display: inline-block;
	color: #141414;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	font-size: 0.8em
}
#cookieChoiceDismiss {
	text-decoration: none;
	display: inline-block;
	color: #fff !important;
	background: #000;
	font-weight: bold;
	padding: 8px 16px
}
#cookieChoiceDismissIcon {
	display: none !important
}
@media (min-width: 1024px) {
	#cookieChoiceInfo {
		bottom: 15px !important;
		right: 15px !important;
		left: auto !important;
		width: 30vw !important;
		padding: 30px !important;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-transition: opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
		transition: opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s;
		transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s;
		transition: transform 0.5s ease-in-out 1.5s, opacity 0.5s ease-in-out 1.5s, -webkit-transform 0.5s ease-in-out 1.5s
	}
	#cookieChoiceInfo>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	#cookieChoiceInfo>div>span {
		text-align: left
	}
	body.preload #cookieChoiceInfo {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0
	}
	#cookieChoiceInfo>div>span {
		padding: 0 0 30px 0;
		display: block;
		line-height: 2;
		font-size: 1.8rem
	}
	#cookieChoiceInfo>div>span+a {
		display: inline-block;
		color: #000;
		text-decoration: none;
		border-bottom: none;
		padding-bottom: 2px;
		-webkit-transition: all 0.75s ease;
		transition: all 0.75s ease;
		font-size: 1.6rem;
		margin-left: 0 !important;
		border-bottom: 1px solid transparent;
		-webkit-transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: border 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
	}
	#cookieChoiceInfo>div>span+a:hover {
		border-bottom: 1px solid #000;
		-webkit-transition: border 0s;
		transition: border 0s
	}
	#cookieChoiceDismiss {
		border: 2px solid #000;
		-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
	}
	#cookieChoiceDismiss:hover {
		background: #fff;
		color: #000 !important
	}
}


















