
@media screen and (min-width: 1069px) {
	.section-hero .hero-headline .typography-headline-super {
		line-height: 1.15;
	}
}

@media (min-width: 1320px) {
	.section-resources .resources-gallery .paddlenav {
		display: none;
	}
}

.section-features .features-card-music-haptics .tile {
	background-color: rgb(0, 121, 255);
}

.section-features .features-card-music-haptics .tile .tile-media {
	width: 100%;
	height: 100%;
}

.section-features .features-card-music-haptics .tile .lottie svg {
    position: absolute;
    width: 150%!important;
    height: auto!important;
    left: 50%;
    inset-block-end: -4%;
    transform: translateX(-50%)!important;
}