@charset "UTF-8";
@import url("https://use.typekit.net/fov4fqf.css");

p {
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
}
h1 {
	
}
h2 {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	
}
h3 {
	
}

.VA01QT {
	position: relative;
	display: inline-block;
	opacity: 1;
	cursor: pointer;
}
.VA01QT::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #383838;
	transition: width 0.4s cubic-bezier(.645, .045, .355, 1);
	cursor: pointer;
}
.VA01QT:hover::after {
	width: 100%;
	cursor: pointer;
}
.VA01UN {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 600;
	font-size: 17px;
	font-style: normal;
	color: #383838;
	text-decoration: none;
}