@font-face {
	font-family: 'PurpleHaze';
	src: url('font/PurpleHaze-Variable_v0.5.woff2') format('woff2-variations');
	font-display: block;
	font-style: normal;
	font-weight: 100 900;
	font-variation-settings: 'WTSP' 100, 'WTUN' 900;
}

#intro h1.intro-25 #aniWord {
	font-family: 'PurpleHaze';
	font-size: 5.5rem;
	font-variation-settings: "WTUN" 780;
	color: rgb(70, 210, 130);
	text-transform: uppercase;
	line-height: 300%;
	letter-spacing: 5rem;
	display: block;
	margin-left: 182px;
	margin-top: -50px;
	z-index: 80;
	position: relative;
}

.aniLetter {
	transition: all 2s ease-out;
}

.aniLetter:hover {
	font-variation-settings: "WTUN" 100;
}

@media only screen and (max-width: 1500px) {
	#intro h1 span:first-of-type, #intro h1 span:last-of-type{
		padding-top:0;
	}
	#intro h1.intro-25 span, #intro h2.intro-25, #h3-item.intro-25
	{
		font-size: calc(var(--big-type) * 0.75);
	}
	#first-title-item {
		position: inherit;
	}
	#intro h1.intro-25 #aniWord {
		margin-top: -25px;
		letter-spacing: 4rem;
	}
	#intro h2.intro-25, #intro h3.intro-25 {
		line-height: calc(var(--line-height)*0.75);
	}
	#intro h2.intro-25 {
		position: relative;
		top: -25px;
	}
	#intro h3.intro-25 {
	  right: -540px;
	  margin-bottom: -100px;
	}
}

@media only screen and (max-width: 1190px) {
	#intro h1.intro-25 #aniWord {
		margin-left: 155px;
	}
	#intro h3.intro-25 {
		right: -428px;
	}
}
@media only screen and (max-width: 1024px) {
	#intro h1.intro-25 #aniWord {
		margin-left: 7px;
		margin-top: 0;
		line-height: calc(var(--line-height)*1.7);
		letter-spacing: 2.5rem;
	}
	#intro #first-title-item, #intro h2.intro-25, #intro h3.intro-25
	{
		font-size: calc(var(--big-type) * 0.5);
		line-height: calc(var(--line-height)*0.5);
	}
	#intro h2.intro-25 {
		position: inherit;
		top: 0;
		padding-top: 10px;
	}
	#intro h3.intro-25 {
		right: -428px;
		bottom: 120px;
		margin-bottom: -40px;
	}
}
@media only screen and (max-width: 900px) {
	#intro h3.intro-25 {
		right: -364px;
	}
}

@media only screen and (max-width: 840px) {
	#intro h1.intro-25 span {
		font-size: calc(var(--big-type) * 0.66);
	}
	#intro h3.intro-25 {
		right: -284px;
	}
}

@media only screen and (max-width: 680px) {
	#intro {
    	grid-column: 1/8;
    }
	#intro h1.intro-25 #aniWord {
		line-height: calc(var(--line-height)*1.35);
	}
	#intro h1.intro-25 span {
		font-size: calc(var(--big-type) * 0.55);
	}
}
@media only screen and (max-width: 502px) {
	#intro h3.intro-25 {
		right: -250px;
	}
}
@media only screen and (max-width: 480px) {
	#intro #first-title-item, #intro h2.intro-25, #intro h3.intro-25
	{
		font-size: 1.7rem;
		line-height: 1.3;
		font-weight: bold;
	}
	#intro h1.intro-25 #aniWord {
		padding-top: 20px;
		letter-spacing: 2rem;
	}
	#intro h3.intro-25 {
		right: 0;
		position: unset;
		margin-bottom: calc(var(--line-height)*0.33);
		width: auto;
	}
	#intro h2.intro-25 br, #intro h3.intro-25 br {
	display: none;
		content: '';
	}
	#intro h2.intro-25 br:after, #intro h3.intro-25 br:after {
		content: ' ';
	}
}
@media only screen and (max-width: 474px) {
	#intro h1.intro-25 #aniWord {
		line-height: calc(var(--line-height)*1.1);
	}
	#intro h1.intro-25 span {
		font-size: calc(var(--big-type) * 0.42);
	}
}