@charset "UTF-8";

#page {
	overflow: hidden;
}

#a-header {
	background-color: #ffffff;
	width: 100vw !important;
}

#a-header.recover {
	animation: header_fadeOut 0.0s linear;
	animation-fill-mode: both;
}

@keyframes header_fadeOut {
	0%{
		opacity: 1;
		background-color: rgba(98,98,98,0.5);
	}
	100%{
		opacity: 1;
		background-color: rgba(255,255,255,1.0);
	}
}

#a-header.translucent {
	animation: header_fadeIn 1.0s linear;
	animation-fill-mode: both;
}

@keyframes header_fadeIn {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		background-color: rgba(98,98,98,0.5);
	}
}

.c-body {
	font-family: "Shippori Mincho" !important;
}

#jpen1, #jpens, #jpen2 {
	position: absolute;
	left: 100px;
}

#img_jpen, #img_jpens {
	width: 38px;
}

#iftlogosfooter {
/*	position: relative; */
/*	top: -24px; */
/*	left: calc(100% - 95px); */
	height: 24px;
/*	width: auto; */
	width: 100%;
	text-align: right;
}

#iftlogosfooter img {
	height: 18px;
	object-fit: cover;
	padding: 0 5px 0 5px;
}

#bk17735 {
	background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.jpg?v=1675744737289);
	background-repeat:repeat
}

.bd-webp #bk17735
	{background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.webp?v=1675744737289);
	background-repeat:repeat
}

#bk17737 {
	background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.jpg?v=1675744737293);
	background-repeat:repeat
}

.bd-webp #bk17737 {
	background-image:url(../_images/web_jackson-hendry-kkpthqm2k-c-unsplash.webp?v=1675744737293);
	background-repeat:repeat
}

#bk17659>div {
	padding-top: 0;
}

#bk17659>.-column1>.c-left {
	padding-top: 40px;
	padding-bottom: 30px;
}

#bk17764 {
	padding-top: 30px;
}

#bk17764>div {
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 50px;
}

#bk17764>.g-column>.-col10 {
	margin-left: 0;
}

#bk17687>div {
	padding-top: 0;
}

#bk17687>.-column1>.c-left {
	padding-top: 40px;
	padding-bottom: 30px;
}

#bk17773 {
	padding-top: 30px;
}

#bk17773>div {
	padding: 0 25px 50px 25px;
}

#bk17773>.g-column>.-col10 {
	margin-left: 0;
}

.aston_link {
	font-family: "Aston Martin Sans";
	font-size: 10.2px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0 25px 0 25px;
	color: #ffffff;
	display: flex;
/*	margin-bottom: 20px !important; */
}

.aston_link_column1 {
	margin-right: 40px;
}

.aston_link_img {
	height: 15px;
	width: auto;
}

@media only screen and (max-width:640px) {

	#bk17764>.g-column {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#bk17773>.g-column {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.aston_link {
		padding-top: 15px !important;
	}

}
