@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.css-fadeup{animation:.6s ease-out both fadeUp}.css-fadeup-1-2{animation-name:fadeUp;animation-duration:.6s;animation-timing-function:ease-out;animation-delay:1.2s;animation-fill-mode:both}.css-fadeup-1-4{animation-name:fadeUp;animation-duration:.6s;animation-timing-function:ease-out;animation-delay:1.4s;animation-fill-mode:both}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.css-fadedown{animation:.6s ease-out both fadeDown}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.css-fadein{animation:.6s ease-out both fadeIn}.css-fadein-1{animation-name:fadeIn;animation-duration:.6s;animation-timing-function:ease-out;animation-delay:1s;animation-fill-mode:both}.css-fadein-1-2{animation-name:fadeIn;animation-duration:.6s;animation-timing-function:ease-out;animation-delay:1.2s;animation-fill-mode:both}.css-fadein-1-4{animation-name:fadeIn;animation-duration:.6s;animation-timing-function:ease-out;animation-delay:1.4s;animation-fill-mode:both}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.css-scaleup{animation:.5s ease-out both scaleUp}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.css-zoom-in{animation:.5s ease-out both zoomIn}@keyframes zoomOut{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.css-zoom-out{animation:.5s ease-out both zoomOut}@keyframes fadeUpScale{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.css-fadeup-scaleup{animation:.65s ease-out both fadeUpScale}.css-tracking-in-1-2{animation:.8s ease-out 1.2s both tracking-in}@keyframes tracking-in{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}to{letter-spacing:normal;opacity:1}}.clockwise-curve{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(102px)translate(-102px)rotate(-20deg)}.anti-clockwise-curve{opacity:0;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);transform:translateY(102px)translate(102px)rotate(20deg)}.run-anti-clockwise-curve:hover .anti-clockwise-curve,.run-clockwise-curve:hover .clockwise-curve{opacity:1;transform:translateY(0)translate(0)rotate(0)}@media (max-width:1024px){.anti-clockwise-curve,.clockwise-curve{opacity:1;transform:translateY(0)translate(0)rotate(0)}}.opacity-0{opacity:0}.opacity-100{opacity:1}.transition-opacity{transition-property:opacity}.duration-600{transition-duration:.6s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}
