.sa-animated-heading .sa-main-heading,.sa-animated-heading .sa-prefix,.sa-animated-heading .sa-suffix{display:inline-block}.sa-animated-heading .sa-main-heading span{display:inline-block}.sa-animated-heading .sa-highlight-word{position:relative;display:inline-block;padding:0 .1em}.sa-animated-heading .sa-highlight-word::before{content:'';position:absolute;inset:0 -0.1em;background:currentColor;opacity:.15;border-radius:.15em;transform:scaleX(0);transform-origin:left;transition:transform .5s ease;z-index:-1}.sa-animated-heading .sa-highlight-word.sa--active::before{transform:scaleX(1)}.sa-animated-heading .sa-reveal-word{display:inline-block;animation:saRevealIn .55s cubic-bezier(.77, 0, .175, 1) forwards}.sa-animated-heading[data-style="word-rotate"] .sa-main-heading{perspective:300px;overflow:hidden;vertical-align:bottom;position:relative}.sa-animated-heading .sa-rotate-word{display:inline-block;animation:saWordRotateIn .45s ease forwards;transform-origin:center bottom}.sa-animated-heading .sa-rotate-exit{display:inline-block;position:absolute;left:0;top:0;animation:saWordRotateOut .35s ease forwards;transform-origin:center top}.sa-animated-heading[data-style="split-chars"] .sa-main-heading{position:relative}.sa-animated-heading .sa-split-char{display:inline-block}.sa-animated-heading[data-style="gravity"] .sa-main-heading{position:relative}.sa-animated-heading .sa-gravity-char{display:inline-block;opacity:0;animation:saGravityIn .5s ease forwards}.sa-animated-heading .sa-gravity-exit .sa-gravity-char{animation:saGravityOut .35s ease forwards;animation-delay:0ms !important}.sa-animated-heading[data-style="flip-chars"] .sa-main-heading{perspective:500px;position:relative}.sa-animated-heading .sa-flip-char{display:inline-block;opacity:0;animation:saFlipCharIn .45s ease forwards}.sa-animated-heading .sa-flip-exit .sa-flip-char{animation:saFlipCharOut .32s ease forwards;animation-delay:0ms !important}.sa-animated-heading[data-style="vortex"] .sa-main-heading{position:relative}.sa-animated-heading .sa-vortex-char{display:inline-block}.sa-animated-heading .sa-wave-char{display:inline-block;opacity:0;animation:saWaveChar .55s cubic-bezier(.36, .07, .19, .97) forwards}.rtl .sa-highlight-word::before{transform-origin:right}.rtl .sa-reveal-word,.rtl .sa-reveal-rtl{animation-name:saRevealInRtl}@keyframes saRevealIn{from{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes saRevealInRtl{from{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0%)}}@keyframes saWordRotateIn{from{transform:rotateX(-90deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@keyframes saWordRotateOut{from{transform:rotateX(0deg);opacity:1}to{transform:rotateX(90deg);opacity:0}}@keyframes saGravityIn{0%{transform:translateY(-60px);opacity:0}55%{transform:translateY(0);opacity:1}70%{transform:translateY(7px)}82%{transform:translateY(-3px)}91%{transform:translateY(2px)}100%{transform:translateY(0);opacity:1}}@keyframes saGravityOut{from{transform:translateY(0);opacity:1}to{transform:translateY(60px);opacity:0}}@keyframes saFlipCharIn{from{transform:rotateY(-90deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}@keyframes saFlipCharOut{from{transform:rotateY(0deg);opacity:1}to{transform:rotateY(90deg);opacity:0}}@keyframes saWaveChar{0%{transform:translateY(.45em);opacity:0}40%{transform:translateY(-0.3em);opacity:1}65%{transform:translateY(.1em)}82%{transform:translateY(-0.05em)}100%{transform:translateY(0);opacity:1}}