/*
Generated time: August 19, 2025 04:51
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.animate-children>*{animation:slide-in .5s cubic-bezier(.47,.57,.55,1.09) both;animation-play-state:paused}.animate-children>:first-child{animation-delay:0s}.animate-children>:nth-child(2){animation-delay:.3s}.animate-children>:nth-child(3){animation-delay:.6s}.animate-children>:nth-child(4){animation-delay:.9s}.animate-children>:nth-child(5){animation-delay:1.2s}.animate-children>:nth-child(6){animation-delay:1.5s}.animate-children>:nth-child(7){animation-delay:1.8s}.animate-children>:nth-child(8){animation-delay:2.1s}.animate-children>:nth-child(9){animation-delay:2.4s}.animate-children>:nth-child(10){animation-delay:2.7s}.animate-children>:nth-child(11){animation-delay:3s}.animate-children>:nth-child(12){animation-delay:3.3s}.animate-children>:nth-child(13){animation-delay:3.6s}.animate-children>:nth-child(14){animation-delay:3.9s}.animate-children>:nth-child(15){animation-delay:4.2s}.animate-children>:nth-child(16){animation-delay:4.5s}.animate-children>:nth-child(17){animation-delay:4.8s}.animate-children>:nth-child(18){animation-delay:5.1s}.animate-children>:nth-child(19){animation-delay:5.4s}.animate-children>:nth-child(20){animation-delay:5.7s}.section-anim-in .animate-children>*{animation-play-state:running}@keyframes swing-in-left{0%{transform:rotateY(100deg);transform-origin:left;opacity:0}100%{transform:rotateY(0);transform-origin:left;opacity:1}}@keyframes slide-in{0%{transform:translateY(120px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes scale-in{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:1}}