html {
	scroll-behavior: smooth;
}
body {
}
.fade-overlay a div img {
	width: 34%;
}

section#bars {
	transition: all 250ms ease;
	margin-top: 8.7vw;
}
section#bars.big {
	margin-top: 10.4vw;
}
section#bars > p {
	text-align: center;
	font-size: 3vw;
	font-weight: 100;
	padding: 2rem;
	text-transform: uppercase;
	font-weight: 500;
}
section#bars > div {
	display: flex;
	flex-wrap: wrap;
}
section#bars > div > a {
	transition: all 250ms ease;
	position: relative;
	display: block;
	text-decoration: none;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 16 / 9;
	width: calc(50% + 6rem);
	width: 50%;
	font-size: 1vw;
	/* box-shadow: inset 0px 0px 1vw 1vw #ffffff; */
	background-color: white;
	/* z-index: 1; */
	overflow: hidden;
	letter-spacing: 0.037rem;
	line-height: 1.9vw;
}
section#bars > div > a.big {
	width: 100%;
	aspect-ratio: 32 / 9;
	background-position: right;
	background-size: contain;
}
section#bars > div > a.big:hover {
	background-size: contain;
}
section#bars > div > a > div {
	content: '';
	transition: all 250ms ease;
	position: absolute;
	inset: 0;
	background-color: rgba(102, 125, 185, 0);
}

section#bars > div > a:hover > div {
	background-color: rgba(102, 125, 185, 0.8);
}
section#bars > div > a:hover {
	background-size: 110%;
}

section#bars > div > a > p {
	transition: all 250ms ease;
	padding: 0rem;
	min-height: 0%;
	width: 57%;
	font-size: 1.5em;
	color: rgba(102, 125, 185, 1);
	font-weight: bold;
	text-transform: uppercase;
	left: 2.4vw;
	right: 100%;
	top: 2.5vw;
	text-align: left;
	position: relative;
}
section#bars > div > a > p {
	transition: all 250ms ease;
}
section#bars > div > a:hover > p,
section#bars > div > a:hover > span {
	color: rgba(255, 255, 255, 1);
}

section#bars > div > a > span {
	transition: all 250ms ease;
	position: absolute;
	bottom: 2.5vw;
	left: 2.4vw;
	right: 45%;
	color: rgba(102, 125, 185, 1);
	font-size: 1.3em;
	font-weight: 100;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.016rem;
	line-height: 2vw;
}
section#bars > div > a > span:nth-child(4) {
	right: 2.4vw;
	bottom: -100%;
	left: 45%;
	text-align: right;
	font-size: 0.6em; /* 
	text-decoration: underline; */
}
section#bars > div > a:hover > span {
	bottom: 2.5vw;
}
section#bars > div > a > span:nth-child(4) {
	transition: all 400ms ease;
}
section#bars > div > a:hover > span:nth-child(4) {
	transition-delay: 0ms;
}
section#bars > div > a.big > span {
	bottom: 4vw;
	left: 4.8vw;
	/* line-height: 4vw;
	letter-spacing: -0.03rem; */
}
section#bars > div > a.big > p {
	top: 5vw;
	left: 4.8vw;
	line-height: 3.8vw;
	letter-spacing: 0.03rem;
}
section#bars > div > a.big > span:nth-child(4) {
	bottom: -100%;
}
section#bars > div > a.big:hover > span:nth-child(4) {
	bottom: 1.25vw;
}
/* section#bars > div > a > p > span::after {
	content: '';
	transition: all 800ms ease;
	display: block;
	position: relative;
	background-color: white;
	height: 0.1rem;
	width: 0%;
	top: 1rem;
	left: 50%;
}
section#bars > div > a > p > span::before,
section#bars > div > a:hover > p > span::after {
	width: 80%;
	transition-delay: 600ms;
	left: 10%;
} */
section#bars.small {
	margin-top: 0;
}
section#bars.small > div > a {
	width: 16.666666666666667%;
	zoom: 0.333333333;
}

section#bars.small > p {
	font-size: 2vw;
	padding: 1rem;
}
@media screen and (max-width: 1024px) {
	/* section#upper a p.hide {
		display: none;
	}
	section#upper.big a p.hide {
		display: block;
	} */
	section#bars > div > a {
		width: 100%;
		font-size: 2vw;
	}
	section#bars.small > div > a {
		width: 33.33333333333333333333334%;
	}
	section#bars > div > a > span {
		bottom: 4vw;
		left: 4.8vw;
		line-height: 4vw;
		letter-spacing: -0.03rem;
	}
	section#bars > div > a:hover > span {
		bottom: 4vw;
	}
	section#bars > div > a > p {
		top: 5vw;
		left: 4.8vw;
		line-height: 3.8vw;
		letter-spacing: 0.03rem;
	}
	section#bars > div > a.big {
		aspect-ratio: 16 / 9;
	}
}
