.carousel-container{margin-top:50px}.carousel{position:relative}.carousel-width{width:90%;margin:auto}.carousel-item{height:100%;max-height:90%}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;box-sizing:border-box}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;text-align:center;outline:0;border:0;background-image:linear-gradient(135deg,rgba(0,0,0,.2),rgba(0,0,0,.2));padding:0 7px;cursor:pointer;overflow:hidden}.carousel-control-prev{right:calc(100% - 38px)!important}.carousel-control-next{left:calc(100% - 38px)!important}.carousel-item img{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.fade{animation:fadeAnimation var(--animation-duration) var(--animation-delay) linear forwards}@keyframes fadeAnimation{0%{opacity:0}to{opacity:1}}.carousel-item{transition-property:transform}.carousel-item.float{animation:float var(--animation-duration) ease-in-out var(--animation-delay) forwards}@keyframes float{0%{opacity:0}to{opacity:1;transform:translate(0)}}@keyframes blurAnimation{0%{filter:blur(var(--blur-amount))}to{filter:blur(0)}}.blur-gentle{--blur-amount:2px}.blur-gentle,.blur-moderate{animation:blurAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards}.blur-moderate{--blur-amount:4px}.blur-intense{--blur-amount:6px;animation:blurAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards}@keyframes expandRight{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes expandTopRight{0%{transform:scale(0);transform-origin:left bottom}to{transform:scale(1);transform-origin:left bottom}}@keyframes expandTop{0%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(1);transform-origin:bottom}}@keyframes expandTopLeft{0%{transform:scale(0);transform-origin:right bottom}to{transform:scale(1);transform-origin:right bottom}}@keyframes expandLeft{0%{transform:scaleX(0);transform-origin:right}to{transform:scaleX(1);transform-origin:right}}@keyframes expandBottomLeft{0%{transform:scale(0);transform-origin:right top}to{transform:scale(1);transform-origin:right top}}@keyframes expandBottom{0%{transform:scaleY(0);transform-origin:top}to{transform:scaleY(1);transform-origin:top}}@keyframes expandBottomRight{0%{transform:scale(0);transform-origin:left top}to{transform:scale(1);transform-origin:left top}}@keyframes expandCenter{0%{transform:scale(0);transform-origin:center}to{transform:scale(1);transform-origin:center}}.expand-gentle{animation:var(--expand-animation) var(--animation-duration) var(--animation-delay) ease-in-out}.expand-moderate{animation:var(--expand-animation) calc(var(--animation-duration) * .75) var(--animation-delay) ease-in-out}.expand-intense{animation:var(--expand-animation) calc(var(--animation-duration) * .5) var(--animation-delay) ease-in-out}@keyframes shrinkAnimation{0%{transform:scale(var(--shrink-amount))}to{transform:scale(1)}}.shrink-gentle{--shrink-amount:0.9}.shrink-gentle,.shrink-moderate{animation:shrinkAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards}.shrink-moderate{--shrink-amount:0.75}.shrink-intense{--shrink-amount:0.6;animation:shrinkAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards}@keyframes revealFromTop{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}@keyframes revealFromBottom{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes revealFromLeft{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes revealFromRight{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}.reveal-top{animation:revealFromTop var(--animation-duration) var(--animation-delay) ease-in-out forwards}.reveal-bottom{animation:revealFromBottom var(--animation-duration) var(--animation-delay) ease-in-out forwards}.reveal-left{animation:revealFromLeft var(--animation-duration) var(--animation-delay) ease-in-out forwards}.reveal-right{animation:revealFromRight var(--animation-duration) var(--animation-delay) ease-in-out forwards}@keyframes shapeToImage{0%{clip-path:var(--start-clip-path);opacity:0}50%{clip-path:var(--intermediate-clip-path);opacity:.5}to{clip-path:var(--end-clip-path);opacity:1}}@keyframes smoothTransition{0%{clip-path:var(--start-shape);opacity:0}to{clip-path:var(--end-shape);opacity:1}}.shape{animation:smoothTransition var(--animation-duration) linear}.shape-oval{--start-shape:ellipse(0% 0% at 50% 50%);--end-shape:ellipse(100% 100% at 50% 50%)}.shape-circle{--start-shape:circle(0% at 50% 50%);--end-shape:circle(70% at 50% 50%)}.shape-square{--start-shape:inset(25%);--end-shape:inset(0%)}.shape-diamond{--start-shape:polygon(50% 50%,50% 50%,50% 50%,50% 50%);--end-shape:polygon(-50% 50%,50% -50%,150% 50%,50% 150%)}@keyframes flipTop{0%{transform:rotateX(180deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@keyframes flipBottom{0%{transform:rotateX(-180deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}@keyframes flipLeft{0%{transform:rotateY(-180deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}@keyframes flipRight{0%{transform:rotateY(180deg);opacity:0}to{transform:rotateY(0deg);opacity:1}}.flip-gentle,.flip-intense,.flip-moderate{animation:var(--flip-animation) var(--animation-duration) var(--animation-delay) ease-in-out forwards}.grow-animation{animation:growAnimation var(--animation-duration,1s) var(--animation-delay,0s) ease-out forwards}@keyframes growAnimation{0%{clip-path:inset(calc(50% * (1 - sin(var(--direction-deg, 0deg)))) calc(50% * (1 + cos(var(--direction-deg, 0deg)))) calc(50% * (1 + sin(var(--direction-deg, 0deg)))) calc(50% * (1 - cos(var(--direction-deg, 0deg)))));transform:translate(calc(cos(var(--direction-deg)) * var(--animation-distance)),calc(sin(var(--direction-deg)) * var(--animation-distance)));transform-origin:calc(50% + 50% * cos(var(--direction-deg))) calc(50% + 50% * sin(var(--direction-deg)))}to{clip-path:inset(0 0 0 0);transform:translate(0);transform-origin:center}}.flash{animation:flashAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards}@keyframes flashAnimation{0%,to{opacity:1}50%{opacity:0}}@media only screen and (max-width:768px){.carousel-width{width:100%}}.wink-horizontal{animation:wink-horizontal var(--animation-duration) var(--animation-delay) forwards}.wink-vertical{animation:wink-vertical var(--animation-duration) var(--animation-delay) forwards}@keyframes wink-horizontal{0%{transform:scaleX(1)}50%{transform:scaleX(.5)}to{transform:scaleX(1)}}@keyframes wink-vertical{0%{transform:scaleY(1)}50%{transform:scaleY(.5)}to{transform:scaleY(1)}}.slide{animation:slideAnimation var(--animation-duration,2s) var(--animation-delay,0s) ease-in-out forwards}@keyframes slideAnimation{0%{transform:translateX(100%)}to{transform:translateX(0)}}.slide.slide-top{animation-name:slideTop}@keyframes slideTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.slide.slide-bottom{animation-name:slideBottom}@keyframes slideBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.slide.slide-left{animation-name:slideLeft}@keyframes slideLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.slide.slide-right{animation-name:slideRight}@keyframes slideRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.bounce.bounce-gentle{--bounce-style:15px}.bounce.bounce-moderate{--bounce-style:30px}.bounce.bounce-intense{--bounce-style:40px}.bounce.bounce-top{--animation-name:bounceTop}.bounce.bounce-bottom{--animation-name:bounceBottom}.bounce.bounce-left{--animation-name:bounceLeft}.bounce.bounce-right{--animation-name:bounceRight}.bounce.bounce-center{--animation-name:bounceCenter}.bounce{animation:var(--animation-name) var(--animation-duration) var(--animation-delay) linear forwards}@keyframes bounceTop{0%{transform:translateY(calc(var(--bounce-style) * -1));opacity:0}30%{transform:translateY(0)}60%{transform:translateY(calc(var(--bounce-style) / -2))}70%{transform:translateY(calc(var(--bounce-style) / -4))}80%{transform:translateY(calc(var(--bounce-style) / -7))}90%{transform:translateY(calc(var(--bounce-style) / -8))}99%{transform:translateY(calc(var(--bounce-style) / -10))}to{transform:translateY(0);opacity:1}}@keyframes bounceBottom{0%{transform:translateY(var(--bounce-style));opacity:0}30%{transform:translateY(0)}60%{transform:translateY(calc(var(--bounce-style) / 2))}70%{transform:translateY(calc(var(--bounce-style) / 4))}80%{transform:translateY(calc(var(--bounce-style) / 7))}90%{transform:translateY(calc(var(--bounce-style) / 8))}99%{transform:translateY(calc(var(--bounce-style) / 10))}to{transform:translateY(0);opacity:1}}@keyframes bounceLeft{0%{transform:translateX(var(--bounce-style));opacity:0}30%{transform:translateX(0)}60%{transform:translateX(calc(var(--bounce-style) / 2))}70%{transform:translateX(calc(var(--bounce-style) / 4))}80%{transform:translateX(calc(var(--bounce-style) / 7))}90%{transform:translateX(calc(var(--bounce-style) / 8))}99%{transform:translateX(calc(var(--bounce-style) / 10))}to{transform:translateX(0);opacity:1}}@keyframes bounceRight{0%{transform:translateX(calc(var(--bounce-style) * -1));opacity:0}30%{transform:translateX(0)}60%{transform:translateX(calc(var(--bounce-style) / -2))}70%{transform:translateX(calc(var(--bounce-style) / -4))}80%{transform:translateX(calc(var(--bounce-style) / -7))}90%{transform:translateX(calc(var(--bounce-style) / -8))}99%{transform:translateX(calc(var(--bounce-style) / -10))}to{transform:translateX(0);opacity:1}}@keyframes bounceCenter{0%{transform:scale(.7);opacity:0}30%{transform:scale(1.05)}60%{transform:scale(.95)}70%{transform:scale(1.02)}80%{transform:scale(.98)}90%{transform:scale(1.01)}99%{transform:scale(1.01)}to{transform:scale(1);opacity:1}}.pulse{animation:pulseAnimation var(--animation-duration) var(--animation-delay) linear forwards;animation-iteration-count:2}.pulse.pulse-gentle{--pulse-scale:1.02}.pulse.pulse-moderate{--pulse-scale:1.04}.pulse.pulse-intense{--pulse-scale:1.06}@keyframes pulseAnimation{0%{transform:scale(1);opacity:1}50%{transform:scale(var(--pulse-scale));opacity:.95}to{transform:scale(1);opacity:1}}.spin{animation-duration:var(--animation-duration,2s);animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:0}.spin-gentle{--scale-start:0.6;--animation-duration:3s}.spin-moderate{--scale-start:0.4;--animation-duration:2.5s}.spin-intense{--scale-start:0.2;--animation-duration:2s}.spin-clockwise{animation-name:spin-clockwise}.spin-counterclockwise{animation-name:spin-counterclockwise}@keyframes spin-clockwise{0%{transform:scale(var(--scale-start)) rotate(0deg);opacity:0}50%{opacity:1}to{transform:scale(1) rotate(1turn);opacity:1}}@keyframes spin-counterclockwise{0%{transform:scale(var(--scale-start)) rotate(0deg);opacity:0}50%{opacity:1}to{transform:scale(1) rotate(-1turn);opacity:1}}.shake{animation-duration:var(--animation-duration,1s);animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:shake}.shake-gentle{--shake-translate:2px;--shake-rotate:0.2deg}.shake-moderate{--shake-translate:4px;--shake-rotate:0.5deg}.shake-intense{--shake-translate:6px;--shake-rotate:1deg}@keyframes shake{0%{transform:translate(var(--shake-translate),var(--shake-translate)) rotate(0deg)}10%{transform:translate(calc(var(--shake-translate) * -1),calc(var(--shake-translate) * -2)) rotate(calc(var(--shake-rotate) * -1))}20%{transform:translate(calc(var(--shake-translate) * -3)) rotate(var(--shake-rotate))}30%{transform:translate(calc(var(--shake-translate) * 3),calc(var(--shake-translate) * 2)) rotate(0deg)}40%{transform:translate(var(--shake-translate),calc(var(--shake-translate) * -1)) rotate(var(--shake-rotate))}50%{transform:translate(calc(var(--shake-translate) * -1),calc(var(--shake-translate) * 2)) rotate(calc(var(--shake-rotate) * -1))}60%{transform:translate(calc(var(--shake-translate) * -3),var(--shake-translate)) rotate(0deg)}70%{transform:translate(calc(var(--shake-translate) * 3),var(--shake-translate)) rotate(calc(var(--shake-rotate) * -1))}80%{transform:translate(calc(var(--shake-translate) * -1),calc(var(--shake-translate) * -1)) rotate(var(--shake-rotate))}90%{transform:translate(var(--shake-translate),calc(var(--shake-translate) * 2)) rotate(0deg)}to{transform:translate(0) rotate(0deg)}}.turn{animation-duration:var(--animation-duration,1s);animation-timing-function:ease-out;animation-fill-mode:forwards;transform-origin:var(--origin-x) var(--origin-y);opacity:0;animation-name:turn}.turn-gentle{--start-scale:0.8;--animation-duration:2.5s}.turn-moderate{--start-scale:0.6;--animation-duration:2s}.turn-intense{--start-scale:0.3;--animation-duration:1.5s}.turn-top-left{--origin-x:0;--origin-y:0}.turn-top-right{--origin-x:100%;--origin-y:0}.turn-bottom-left{--origin-x:0;--origin-y:100%}.turn-bottom-right{--origin-x:100%;--origin-y:100%}@keyframes turn{0%{transform:scale(var(--start-scale)) rotate(-45deg);opacity:0}50%{opacity:1}to{transform:scale(1) rotate(0deg);opacity:1}}.tilt{animation-duration:var(--animation-duration,2s);animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:0}.tilt-left{animation-name:tilt-left}.tilt-right{animation-name:tilt-right}@keyframes tilt-left{0%{transform:rotateX(60deg) rotateY(40deg) scale(.9);opacity:0}to{transform:rotateX(0deg) rotateY(0deg) scale(1);opacity:1}}@keyframes tilt-right{0%{transform:rotateX(60deg) rotateY(-40deg) scale(.9);opacity:0}to{transform:rotateX(0deg) rotateY(0deg) scale(1);opacity:1}}.grayscale{animation-duration:var(--animation-duration,1s);animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-name:grayscale;filter:grayscale(1)}@keyframes grayscale{0%{filter:grayscale(1)}70%{filter:grayscale(1)}to{filter:grayscale(0)}}.delayedSlider{animation:delayedSliderAnimation var(--animation-duration,2s) var(--animation-delay,0s) cubic-bezier(1,0,.4,1) forwards}@keyframes delayedSliderAnimation{0%{transform:translateX(100%);opacity:.4}to{transform:translateX(0);opacity:1}}.carousel-inner:has(.fold){perspective:1500px}.fold{animation:foldLeftAnimation var(--animation-duration) var(--animation-delay) ease-in-out forwards;transform-style:preserve-3d;backface-visibility:hidden;--rotation-degree:45deg;--translate-distance:20px}.fold-left.active{animation-name:foldLeftAnimation;transform-origin:left center!important}@keyframes foldLeftAnimation{0%{transform:rotateY(var(--rotation-degree)) translateZ(var(--translate-distance))}to{transform:rotateY(0deg) translateZ(0)}}.fold-right.active{animation-name:foldRightAnimation;transform-origin:right center!important}@keyframes foldRightAnimation{0%{transform:rotateY(calc(-1 * var(--rotation-degree))) translateZ(var(--translate-distance))}to{transform:rotateY(0deg) translateZ(0)}}.fold-top.active{animation-name:foldTopAnimation;transform-origin:center top!important}@keyframes foldTopAnimation{0%{transform:rotateX(calc(-1 * var(--rotation-degree))) translateZ(var(--translate-distance))}to{transform:rotateX(0deg) translateZ(0)}}.fold-bottom.active{animation-name:foldBottomAnimation;transform-origin:center bottom!important}@keyframes foldBottomAnimation{0%{transform:rotateX(var(--rotation-degree)) translateZ(var(--translate-distance))}to{transform:rotateX(0deg) translateZ(0)}}.glitch-line{top:0;left:0;width:100%;height:100%;overflow:hidden;position:absolute;--gap-vertical:5px;--gap-horizontal:10px;--blend-mode-1:none;--blend-mode-2:none;--blend-mode-3:none;--blend-mode-4:overlay;--blend-mode-5:overlay;top:calc(-1 * var(--gap-vertical));left:calc(-1 * var(--gap-horizontal));width:calc(100% + var(--gap-horizontal) * 2);height:calc(100% + var(--gap-vertical) * 2);background-color:transparent;background-size:cover;transform:translateZ(0);background-blend-mode:var(--blend-mode-1)}.glitch-line:nth-child(n+2){opacity:0;animation-duration:var(--animation-duration);animation-delay:var(--animation-delay);animation-timing-function:linear;animation-iteration-count:forwards}.glitch-line:nth-child(2){background-color:transparent;background-blend-mode:var(--blend-mode-2);animation-name:glitch-anim-1}.glitch-line:nth-child(3){background-color:transparent;background-blend-mode:var(--blend-mode-3);animation-name:glitch-anim-2}.glitch-line:nth-child(4){background-color:transparent;background-blend-mode:var(--blend-mode-4);animation-name:glitch-anim-3}.glitch-line:nth-child(5){background-color:transparent;background-blend-mode:var(--blend-mode-5);animation-name:glitch-anim-flash}@keyframes glitch-anim-1{0%{opacity:1;transform:translate3d(var(--gap-horizontal),0,0);-webkit-clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%);clip-path:polygon(0 2%,100% 2%,100% 5%,0 5%)}2%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%);clip-path:polygon(0 15%,100% 15%,100% 15%,0 15%)}4%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 20%,0 20%);clip-path:polygon(0 10%,100% 10%,100% 20%,0 20%)}6%{-webkit-clip-path:polygon(0 1%,100% 1%,100% 2%,0 2%);clip-path:polygon(0 1%,100% 1%,100% 2%,0 2%)}8%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}10%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}12%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}14%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}16%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}18%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}20%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}21.9%{opacity:1;transform:translate3d(var(--gap-horizontal),0,0)}22%,to{opacity:0;transform:translateZ(0);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0)}}@keyframes glitch-anim-2{0%{opacity:1;transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0);-webkit-clip-path:polygon(0 25%,100% 25%,100% 30%,0 30%);clip-path:polygon(0 25%,100% 25%,100% 30%,0 30%)}3%{-webkit-clip-path:polygon(0 3%,100% 3%,100% 3%,0 3%);clip-path:polygon(0 3%,100% 3%,100% 3%,0 3%)}5%{-webkit-clip-path:polygon(0 5%,100% 5%,100% 20%,0 20%);clip-path:polygon(0 5%,100% 5%,100% 20%,0 20%)}7%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%);clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%)}9%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 40%,0 40%);clip-path:polygon(0 40%,100% 40%,100% 40%,0 40%)}11%{-webkit-clip-path:polygon(0 52%,100% 52%,100% 59%,0 59%);clip-path:polygon(0 52%,100% 52%,100% 59%,0 59%)}13%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%);clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%)}15%{-webkit-clip-path:polygon(0 75%,100% 75%,100% 75%,0 75%);clip-path:polygon(0 75%,100% 75%,100% 75%,0 75%)}17%{-webkit-clip-path:polygon(0 65%,100% 65%,100% 40%,0 40%);clip-path:polygon(0 65%,100% 65%,100% 40%,0 40%)}19%{-webkit-clip-path:polygon(0 45%,100% 45%,100% 50%,0 50%);clip-path:polygon(0 45%,100% 45%,100% 50%,0 50%)}20%{-webkit-clip-path:polygon(0 14%,100% 14%,100% 33%,0 33%);clip-path:polygon(0 14%,100% 14%,100% 33%,0 33%)}21.9%{opacity:1;transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0)}22%,to{opacity:0;transform:translateZ(0);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0)}}@keyframes glitch-anim-3{0%{opacity:1;transform:translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 1%,100% 1%,100% 3%,0 3%);clip-path:polygon(0 1%,100% 1%,100% 3%,0 3%)}1.5%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 9%,0 9%);clip-path:polygon(0 10%,100% 10%,100% 9%,0 9%)}2%{-webkit-clip-path:polygon(0 5%,100% 5%,100% 6%,0 6%);clip-path:polygon(0 5%,100% 5%,100% 6%,0 6%)}2.5%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%);clip-path:polygon(0 20%,100% 20%,100% 20%,0 20%)}3%{-webkit-clip-path:polygon(0 10%,100% 10%,100% 10%,0 10%);clip-path:polygon(0 10%,100% 10%,100% 10%,0 10%)}5%{-webkit-clip-path:polygon(0 30%,100% 30%,100% 25%,0 25%);clip-path:polygon(0 30%,100% 30%,100% 25%,0 25%)}5.5%{-webkit-clip-path:polygon(0 15%,100% 15%,100% 16%,0 16%);clip-path:polygon(0 15%,100% 15%,100% 16%,0 16%)}7%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 39%,0 39%);clip-path:polygon(0 40%,100% 40%,100% 39%,0 39%)}8%{-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}9%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 55%,0 55%);clip-path:polygon(0 60%,100% 60%,100% 55%,0 55%)}10.5%{-webkit-clip-path:polygon(0 30%,100% 30%,100% 31%,0 31%);clip-path:polygon(0 30%,100% 30%,100% 31%,0 31%)}11%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 69%,0 69%);clip-path:polygon(0 70%,100% 70%,100% 69%,0 69%)}13%{-webkit-clip-path:polygon(0 40%,100% 40%,100% 41%,0 41%);clip-path:polygon(0 40%,100% 40%,100% 41%,0 41%)}14%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 75%,0 75%);clip-path:polygon(0 80%,100% 80%,100% 75%,0 75%)}14.5%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 51%,0 51%);clip-path:polygon(0 50%,100% 50%,100% 51%,0 51%)}15%{-webkit-clip-path:polygon(0 90%,100% 90%,100% 90%,0 90%);clip-path:polygon(0 90%,100% 90%,100% 90%,0 90%)}16%{-webkit-clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%);clip-path:polygon(0 60%,100% 60%,100% 60%,0 60%)}18%{-webkit-clip-path:polygon(0 100%,100% 100%,100% 99%,0 99%);clip-path:polygon(0 100%,100% 100%,100% 99%,0 99%)}20%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 71%,0 71%);clip-path:polygon(0 70%,100% 70%,100% 71%,0 71%)}21.9%{opacity:1;transform:translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1)}22%,to{opacity:0;transform:translateZ(0);-webkit-clip-path:polygon(0 0,0 0,0 0,0 0);clip-path:polygon(0 0,0 0,0 0,0 0)}}@keyframes glitch-anim-flash{0%,5%{opacity:.2;transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0)}5.5%,to{opacity:0;transform:translateZ(0)}}.glide{animation:glideAnimation var(--animation-duration,2s) var(--animation-delay,0s) var(--animation-timing-function) forwards;transform-origin:center}.glide-gentle{--animation-timing-function:cubic-bezier(0.25,0.1,0.25,1)}.glide-moderate{--animation-timing-function:cubic-bezier(0.42,0,0.58,1)}.glide-intense{--animation-timing-function:cubic-bezier(1,0,0.4,1)}@keyframes glideAnimation{0%{transform:translate(var(--animate-glide-x),var(--animate-glide-y));opacity:.4}to{transform:translate(0);opacity:1}}