.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-up.visible {
    opacity: 1;
    transform: translate3d(0%,0%,0) scale3d(1,1,1);
}
@media (min-width:768px){
	.md\:pt-18{padding-top:4.5rem}
	.md\:pb-18{padding-bottom:4.5rem}
}
.ha-apple-podcast-iframe {
	width: 440px;
}
@media (max-width:767px){
	.ha-apple-podcast-iframe {
		width: 340px;
		height: 165px !important;
	}
	#ha-youtube-podcast {
		height: 270px !important;
	}
	.audio-player {
		overflow: hidden !important;
	}
}
@keyframes auto-scroll-rl {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* adjust depending on content width */
}

@keyframes card-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); } /* moves left out of view */
}
