:root{--color-grey:#f7f8fc}.dk-rotation-headline{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.static-text{display:inline-block;background:var(--color-grey);position:relative;z-index:3;opacity:1}.rotating-word-wrapper{display:inline-block;position:relative;height:1.2em;vertical-align:bottom;text-align:center}.rotating-word{position:absolute;left:50%;top:0;transform:translateX(-50%) translateY(100%);opacity:0;white-space:nowrap;background:var(--color-grey);margin-bottom:1rem;z-index:2}.dk-visible .rotating-word{animation:rotateWord 9.5s infinite}.rotating-word:nth-child(1){animation-delay:.5s}.rotating-word:nth-child(2){animation-delay:3.5s}.rotating-word:nth-child(3){animation-delay:6.5s}.rotating-word:nth-child(4){animation-delay:9.5s}.rotating-word:nth-child(5){animation-delay:12.5s}.rotating-word:nth-child(6){animation-delay:15.5s}.rotating-word:nth-child(7){animation-delay:18.5s}@keyframes rotateWord{0%{opacity:0;transform:translateX(-50%) translateY(100%)}5%{opacity:1;transform:translateX(-50%) translateY(0)}20%{opacity:1;transform:translateX(-50%) translateY(0)}25%{opacity:0;transform:translateX(-50%) translateY(-100%)}100%{opacity:0;transform:translateX(-50%) translateY(-100%)}}.rotating-subtitle-wrapper{position:relative;height:1.5em;margin-top:1rem;text-align:center}.rotating-subtitle{position:absolute;left:50%;top:0;transform:translateX(-50%) translateY(100%);opacity:0;margin-top:0;width:100%}.dk-visible .rotating-subtitle{animation:rotateWord 9.5s infinite}.rotating-subtitle:nth-child(1){animation-delay:.5s}.rotating-subtitle:nth-child(2){animation-delay:3.5s}.rotating-subtitle:nth-child(3){animation-delay:6.5s}.rotating-subtitle:nth-child(4){animation-delay:9.5s}.rotating-subtitle:nth-child(5){animation-delay:12.5s}.rotating-subtitle:nth-child(6){animation-delay:15.5s}.rotating-subtitle:nth-child(7){animation-delay:18.5s}@media (min-width:768px){.rotating-word{margin-bottom:2rem}}