@charset "UTF-8";



._menu_sizzle_video1 {
    position: relative;
    transform: scale(1.2);
    opacity: 0;
}
._menu_sizzle_video1.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .8s;
}
._menu_sizzle_video2 {
    position: relative;
    transform: scale(1.2);
    opacity: 0;
}
._menu_sizzle_video2.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .8s .4s;
}
._menu_sizzle_video3 {
    position: relative;
    transform: scale(1.2);
    opacity: 0;
}
._menu_sizzle_video3.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .8s;
}

.a-fadein {
    position: relative;
    opacity: 0;
}
.a-fadein.scl-anim-init {
    opacity: 1;
    transition: all ease 1s;
}

.a-bounce {
    position: relative;
    transform: scale(.5);
    opacity: 0;
}
.a-bounce.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all linear(0, 1.2, 0.87, 1.05, 0.98, 1.01, 1, 1) .9s;
}
.a-bounce2 {
    position: relative;
    transform: scale(.5);
    opacity: 0;
}
.a-bounce2.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all linear(0, 1.2, 0.87, 1.05, 0.98, 1.01, 1, 1) .9s .3s;
}


.a-fade-slidein {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}
.a-fade-slidein.scl-anim-init {
    transform: translateY(0px);
    opacity: 1;
    transition: all cubic-bezier(.45,0,.2,1) 1s;
}
.a-fade-slidein-cm {
    position: relative;
    transform: translateY(40px);
    opacity: 0;
}
.a-fade-slidein-cm.scl-anim-init {
    transform: translateY(0px);
    opacity: 1;
    transition: all cubic-bezier(.45,0,.2,1) 1s;
}

.a-fade-slidein2 {
    position: relative;
    transform: translateY(-40px);
    opacity: 0;
}
.a-fade-slidein2.scl-anim-init {
    transform: translateY(0px);
    opacity: 1;
    transition: all cubic-bezier(.45,0,.2,1) 1s .1s;
}


.a-fade-zoomin1 {
    position: relative;
    transform: scale(1.2);
    opacity: 0;
}
.a-fade-zoomin1.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .8s;
}

.a-fade-zoomin2 {
    position: relative;
    transform: scale(1.5) rotate(-20deg);
    opacity: 0;
}
.a-fade-zoomin2.scl-anim-init {
    transform: scale(1) rotate(0);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) 1s .5s;
}

.a-fade-zoomin3 {
    position: relative;
    transform: scale(1.5) rotate(20deg);
    opacity: 0;
}
.a-fade-zoomin3.scl-anim-init {
    transform: scale(1) rotate(0);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) 1s .5s;
}

.a-fade-zoomin4 {
    position: relative;
    transform: scale(1.4);
    opacity: 0;
}
.a-fade-zoomin4.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .5s .5s;
}


.a-fade-zoomin5 {
    position: relative;
    transform: scale(1.2);
    opacity: 0;
}
.a-fade-zoomin5.scl-anim-init {
    transform: scale(1);
    opacity: 1;
    transition: all cubic-bezier(0.65, 0, 0.2, 1) .5s;
}
