.accordionAnimate.is-open{animation-duration:.5s;animation-name:accordionAnimation;animation-fill-mode:forwards;animation-delay:.5s;transition-duration:.5s}.accordionAnimate.is-close{animation-duration:.3s;animation-name:accordionCloseAnimation;animation-fill-mode:forwards;transition-duration:.3s}.timelineAnimate{border-radius:50%}.timelineAnimate.is-open{animation:timelineImageAnimation}@media (min-width: 768px){.timelineAnimate.is-open{animation:timelineImageAnimationMd}}@media (min-width: 1024px){.timelineAnimate.is-open{animation:timelineImageAnimationLg}}.timelineAnimate.is-open{animation-fill-mode:forwards;animation-duration:1s}.timelineAnimate.is-close{animation:timelineImageCloseAnimation}@media (min-width: 768px){.timelineAnimate.is-close{animation:timelineImageCloseAnimationMd}}@media (min-width: 1024px){.timelineAnimate.is-close{animation:timelineImageCloseAnimationLg}}.timelineAnimate.is-close{animation-fill-mode:forwards;animation-duration:.5s}@keyframes accordionAnimation{0%{opacity:0}to{opacity:1}}@keyframes accordionCloseAnimation{0%{opacity:1}to{opacity:0}}@keyframes timelineImageAnimationLg{0%{border-radius:50%;height:100%;width:200px}to{border-radius:0;height:100%;width:100%}}@keyframes timelineImageAnimationMd{0%{border-radius:50%;height:100%;width:150px}to{border-radius:0;height:100%;width:100%}}@keyframes timelineImageAnimation{0%{border-radius:50%;height:120px;width:120px}to{border-radius:0;height:100%;width:100%}}@keyframes timelineImageCloseAnimationLg{0%{border-radius:0;height:auto;width:100%}to{border-radius:50%;height:200px;width:200px}}@keyframes timelineImageCloseAnimationMd{0%{border-radius:0;height:auto;width:100%}to{border-radius:50%;height:150px;width:150px}}@keyframes timelineImageCloseAnimation{0%{border-radius:0;height:auto;width:100%}to{border-radius:50%;height:120px;width:120px}}
