@charset "UTF-8";.fade-animation{opacity:0}.fadein{animation:fadeIn 2.5s ease-in-out forwards}@media screen and (max-width: 767px){.fadein{animation:fadeIn 1.5s ease-in-out forwards}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeup-animation{opacity:0}.fadeup{transform:translateY(20px);animation:fadeInSlideUp .7s ease-in-out forwards}@media screen and (max-width: 767px){.fadeup{animation:fadeInSlideUp .4s ease-in-out forwards}}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pop{animation:pop 2s ease-out infinite;opacity:1}@keyframes pop{0%,40%,60%,80%{transform:scale(1)}50%,70%{transform:scale(.97)}}.long-fade{opacity:0}.long-fadein-animation{animation:longFadeIn 1.5s ease-in-out forwards}@media screen and (max-width: 767px){.long-fadein-animation{animation:longFadeIn .75s ease-in-out forwards}}@keyframes longFadeIn{0%{opacity:0}50%{opacity:0}to{opacity:1}}.bg-from-left{animation:bg-from-left .5s forwards;background:var(--white)}@keyframes bg-from-left{0%{left:-100%}to{left:0}}.bg-from-right{animation:bg-from-right .5s forwards;background:var(--white)}@keyframes bg-from-right{0%{right:-100%}to{right:0}}.animation-section-from-left,.animation-section-from-right,.animation-content{width:100%;opacity:0}@media screen and (max-width: 767px){.animation-section-from-left,.animation-section-from-right,.animation-content{background-color:var(--white)}}@media screen and (max-width: 767px){.animation-section-from-left,.animation-section-from-right{opacity:1}}.animation-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}@media screen and (max-width: 767px){.animation-content{height:auto!important;position:static;top:0;left:0;transform:translate(0)}}.animation-background{position:absolute;top:0;z-index:1;width:85vw}@media screen and (max-width: 1730px){.animation-background{width:95vw}}@media screen and (max-width: 1330px){.animation-background{width:100vw}}@media screen and (max-width: 767px){.animation-background{display:none}}.animation-content-fade{animation:animation-content 1s forwards}@media screen and (max-width: 767px){.animation-content-fade{animation:animation-content .5s forwards}}@keyframes animation-content{0%{opacity:0}35%{opacity:0}to{opacity:1}}
