
.barWrapper {
	width:100%;
	height:250px;
	overflow:hidden;
	position: absolute;
}
.bar {
	width:80%;
	height:50vh;
	background:rgba(253,185,19,0.05);
	transform:translate(30%, -20%)  rotate(60deg);
	mix-blend-mode: overlay;
	overflow:hidden;
	z-index: 1;
	position: absolute;
}

.mainContent {
	position: absolute;
	width:90%;
	color:white;
	height:250px;
	z-index: 100;
}

.contentWrapper {
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	line-height: 250px;
	width:100%;
	position:relative;
	height:250px;
}


.flexCenter {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}


.maskOut {
	width:fit-content;
	font-weight:800;
	font-size:clamp(20px, calc(100vw/8), 4em);
	line-height:1em;
	display:flex;
}

.mask {
	overflow:hidden;
	width:fit-content;
}

.thin {
	font-weight:200;
}