/* https://aktaios.gr/wp-content/themes/u-design/assets/css/components/animations/revealInRight.min.css?ver=4.13.6 */
@keyframes revealInRight{0%{left:auto;right:0;width:0%}45%{left:auto;right:0;width:100%}55%{left:0;right:auto;width:100%}to{left:0;right:auto;width:0%}}.revealInRight{--alpha-reveal-animation-color:var(--alpha-primary-color);animation-name:revealContent;animation-timing-function:cubic-bezier(.1,.5,.5,.9)}.revealInRight:after{top:0;bottom:0;animation-name:revealInRight}