.MROWRRR{
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 1.5rem;
		margin-bottom: 2rem;
	}.MROWRRR .typography-stack{
		position: relative;
		display: flex;
		flex-direction: column;
		font-family: 'Space Grotesk', sans-serif, monospace;
		line-height: 0.85;
	}.MROWRRR .first-name{
		display: block;
		width: fit-content;
		color: #e7e0e7;
		font-weight: 800;
		font-size: calc(2.4rem * 1.75);
		letter-spacing: -0.05em;
	}.MROWRRR .connecting-arrow{
		position: absolute;
		top: 3rem;
		left: -1rem;
		width: 6.48rem;
		height: 4.05rem;
		color: #e7e0e7;
		filter: url(#ds-chalk);
		pointer-events: none;
		animation: boil 2s steps(1) infinite;
		transition: color 0.16s ease-in-out, opacity 0.16s ease-in-out;
	}.MROWRRR .connecting-arrow g{ 
		opacity: 0; 
	}.MROWRRR .connecting-arrow[data-frame="1"] .f1{ opacity: 1; }.MROWRRR .connecting-arrow[data-frame="2"] .f2{ opacity: 1; }.MROWRRR .connecting-arrow[data-frame="3"] .f3{ opacity: 1; }.MROWRRR .connecting-arrow[data-frame="4"] .f4{ opacity: 1; }.MROWRRR .connecting-arrow[data-frame="5"] .f5{ opacity: 1; }.MROWRRR .second-name{
		display: block;
		width: fit-content;
		margin-left: 5rem;
		font-weight: 800;
		font-size: calc(2.4rem * 1.5);
		letter-spacing: -0.05em;
		
		background: repeating-linear-gradient(-90deg, #e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7, #4c664d, #4c664d, #d9bf77, #d9bf77, #566b99, #566b99, #98b9db, #98b9db, #e0aab7, #e0aab7, #e7e0e7, #e7e0e7, #e0aab7, #e0aab7, #98b9db, #98b9db, #c46a4f, #c46a4f, #e09f7a, #e09f7a, #e7e0e7, #e7e0e7, #cca1be, #cca1be, #965275, #965275, #e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7,#e7e0e7);
		background-size: 1000% 100%;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: identity-animation 90s linear infinite;
	}@keyframes boil{
		0%   { transform: translate(0px, 0px) scale(1) rotate(0deg); }
		20%  { transform: translate(1.5px, -1px) scale(0.98) rotate(1.5deg); }
		40%  { transform: translate(-1px, 1.5px) scale(1.02) rotate(-1deg); }
		60%  { transform: translate(1px, 1px) scale(0.97) rotate(2deg); }
		80%  { transform: translate(-1.5px, -0.5px) scale(1.03) rotate(-2deg); }
		100% { transform: translate(0px, 0px) scale(1) rotate(0deg); }
	}@keyframes identity-animation{
		0%   { background-position: 0% 50%; }
		100% { background-position: -900% 50%; }
	}