@-webkit-keyframes awn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes awn-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes awn-fade-out{0%{opacity:1}to{opacity:0}}@keyframes awn-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes awn-slide-right{0%{opacity:0;left:100%}to{opacity:1;left:0}}@keyframes awn-slide-right{0%{opacity:0;left:100%}to{opacity:1;left:0}}@-webkit-keyframes awn-slide-left{0%{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-slide-left{0%{opacity:0;right:100%}to{opacity:1;right:0}}@-webkit-keyframes awn-bar{0%{right:100%}to{right:0}}@keyframes awn-bar{0%{right:100%}to{right:0}}.awn-modal-loading-dots,.awn-modal-loading-dots:after,.awn-modal-loading-dots:before{border-radius:50%;width:8px;height:8px;-webkit-animation-fill-mode:both;animation-fill-mode:both;background:#fff;-webkit-animation:awn-loading-dots 1s infinite ease-in-out;animation:awn-loading-dots 1s infinite ease-in-out}.awn-modal-loading-dots{position:relative;margin-left:24px;display:inline-block;color:#fff;-webkit-animation-delay:-.16s;animation-delay:-.16s}.awn-modal-loading-dots:after,.awn-modal-loading-dots:before{content:"";position:absolute;top:0}.awn-modal-loading-dots:before{left:-16px;-webkit-animation-delay:-.32s;animation-delay:-.32s}.awn-modal-loading-dots:after{left:16px}@-webkit-keyframes awn-loading-dots{0%,80%,to{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}40%{-webkit-box-shadow:0 0 0 2px;box-shadow:0 0 0 2px}}@keyframes awn-loading-dots{0%,80%,to{-webkit-box-shadow:0 0 0 0;box-shadow:0 0 0 0}40%{-webkit-box-shadow:0 0 0 2px;box-shadow:0 0 0 2px}}#awn-modal-wrapper{position:fixed;left:0;right:0;bottom:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.7);z-index:99999;opacity:0;-webkit-animation-name:awn-fade-in;animation-name:awn-fade-in;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}#awn-modal-wrapper.awn-hiding{-webkit-animation-name:awn-fade-out;animation-name:awn-fade-out}#awn-modal-wrapper .awn-modal-body{position:relative;background:#fff;padding:24px;min-width:320px;font-size:14px}#awn-modal-wrapper .awn-modal-body .fa{font-size:44px;color:#e66c0e}#awn-modal-wrapper .awn-modal-body.awn-modal-confirm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:72px}#awn-modal-wrapper .awn-modal-body.awn-modal-async-block{background:transparent;font-size:32px;font-weight:700;color:#fff;text-align:center}#awn-modal-wrapper .awn-modal-title{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:12px;margin-top:8px}#awn-modal-wrapper .awn-buttons{position:absolute;bottom:0;left:0;width:100%;font-size:0;padding:8px}#awn-modal-wrapper .awn-buttons .awn-btn{cursor:pointer;display:inline-block;border:0;font-weight:700;-webkit-transition:background .2s linear;transition:background .2s linear;font-size:14px;width:calc(50% - 4px);line-height:32px;color:#fff}#awn-modal-wrapper .awn-buttons .awn-btn-success{margin-right:4px;background:#609c33}#awn-modal-wrapper .awn-buttons .awn-btn-success:hover{background:#54892d}#awn-modal-wrapper .awn-buttons .awn-btn-cancel{margin-left:4px;background:#0a96e2}#awn-modal-wrapper .awn-buttons .awn-btn-cancel:hover{background:#0986ca}#awn-toast-container{position:fixed;z-index:99998;bottom:24px;right:24px;-webkit-box-sizing:border-box;box-sizing:border-box}#awn-toast-container.awn-top{top:24px;bottom:auto}#awn-toast-container.awn-top .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-left{left:24px;right:auto}#awn-toast-container.awn-left .awn-toast{right:100%;-webkit-animation-name:awn-slide-left;animation-name:awn-slide-left}#awn-toast-container.awn-left .awn-toast.awn-hiding{right:0}#awn-toast-container:not(.awn-left) .awn-toast{left:100%;-webkit-animation-name:awn-slide-right;animation-name:awn-slide-right}#awn-toast-container:not(.awn-left) .awn-toast.awn-hiding{left:0}.awn-toast{position:relative;cursor:pointer;overflow:hidden;opacity:0;width:320px;padding:18px 88px 16px 16px;margin-top:16px;border:1px solid #e0e0e0;color:#999;background:#ededed;font-size:13px;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:both;animation-fill-mode:both}.awn-toast .awn-toast-label{display:block;text-transform:uppercase;color:#999;font-size:16px}.awn-toast .awn-toast-icon{position:absolute;right:16px;top:2px;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.awn-toast .awn-toast-icon .fa{font-size:44px;color:#999}.awn-toast .awn-toast-progress-bar{position:absolute;top:0;left:0;right:0;height:2px;background:#f2f2f2}.awn-toast .awn-toast-progress-bar:after{content:" ";background:#999;position:absolute;width:100%;right:100%;top:0;height:2px;-webkit-animation-name:awn-bar;animation-name:awn-bar;-webkit-animation-duration:inherit;animation-duration:inherit;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:both;animation-fill-mode:both}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{-webkit-animation-play-state:paused;animation-play-state:paused}.awn-toast.awn-hiding{-webkit-animation-name:awn-fade-out!important;animation-name:awn-fade-out!important}.awn-toast.awn-toast-success{border-color:#93cd68;background:#c4e4ad;color:#609c33}.awn-toast.awn-toast-success .fa,.awn-toast.awn-toast-success b{color:#609c33}.awn-toast.awn-toast-success .awn-toast-progress-bar{background:#cfe9bc}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#609c33}.awn-toast.awn-toast-info{border-color:#5ac0f8;background:#b2e2fc;color:#0a96e2}.awn-toast.awn-toast-info .fa,.awn-toast.awn-toast-info b{color:#0a96e2}.awn-toast.awn-toast-info .awn-toast-progress-bar{background:#c6e9fc}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#0a96e2}.awn-toast.awn-toast-alert{border-color:#da6e6a;background:#e7a29f;color:#9d2c27}.awn-toast.awn-toast-alert .fa,.awn-toast.awn-toast-alert b{color:#9d2c27}.awn-toast.awn-toast-alert .awn-toast-progress-bar{background:#ebb2af}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#9d2c27}.awn-toast.awn-toast-warning{border-color:#f7b27c;background:#fbd7bb;color:#e66c0e}.awn-toast.awn-toast-warning .fa,.awn-toast.awn-toast-warning b{color:#e66c0e}.awn-toast.awn-toast-warning .awn-toast-progress-bar{background:#fce2ce}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#e66c0e}[class^=awn-]{-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:GT Walsheim,sans-serif;src:url("/static/fonts/GTWalsheimPro-Regular.woff2") format("woff2"),url("/static/fonts/GTWalsheimPro-Regular.otf") format("opentype"),url("/static/fonts/GTWalsheimPro-Regular.ttf") format("truetype")}*{margin:0}audio::-webkit-media-controls{overflow:hidden!important}audio::-webkit-media-controls-enclosure{width:calc(100% + 32px);margin-left:auto}body,button{font-family:GT Walsheim Pro!important}button:hover,i:hover{cursor:pointer}.main-content{padding-top:87px;padding-bottom:68px;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.description,.main-content{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex}.description{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:50px 30px}.description h2{font-family:GT Walsheim Pro!important;width:45%;font-size:46px;color:#fff;text-transform:uppercase;margin:0;padding-right:30px}.description h2 span{display:block}.description .description-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.description .description-text p{font-size:17px;color:#fff;margin-bottom:0}.description .text-center{text-align:center}.description .text-center p{font-size:20px}.description.fill-height{-webkit-box-flex:1;-ms-flex:1;flex:1}.description.color-1{background-color:#cbebfb}.description.color-2{background-color:#f6b1c0}.description.color-3{background-color:#9d0a0e}.description.color-4,.description.color-5{background-color:#ec268f}.description.color-6{background-color:#ffd549}.description.color-7{background-color:#4d1231}.description.color-8{background-color:#cbebfb}.description.color-9{background-color:#ec268f}.description.color-10{background-color:#f6b1c0}@media only screen and (max-width:1100px){.description h2{width:40%}}@media only screen and (max-width:770px){.description{-ms-flex-wrap:wrap;flex-wrap:wrap}.description .description-text,.description h2{width:100%}.description h2{margin-bottom:30px}}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;text-align:center;background-color:#fff;position:fixed;width:100%;bottom:0;left:0;z-index:2}@media only screen and (max-width:730px){.footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.column{font-size:20px;color:#000;font-weight:900;font-family:GT Walsheim Pro;margin-left:auto;padding-top:5px;padding-bottom:5px}@media only screen and (max-width:730px){.column{margin-right:auto}}.column a{display:inline-block;margin-left:10px;margin-right:10px}.column .img-pah{height:35px;margin-top:5px;margin-bottom:5px}.column .img-bk{height:32px;margin-bottom:5px}.column .img-fk{height:50px}.column .img-waste{height:30px;margin-bottom:10px}.column-title{position:absolute;font-size:20px;margin-left:51vw;bottom:16px;color:#000;font-weight:900;font-family:GT Walsheim Pro}@media only screen and (max-width:1030px){.column-title{display:none}}.column-contact{font-size:20px;margin-left:20px;bottom:16px;color:#000;font-weight:900;font-family:GT Walsheim Pro}@media only screen and (max-width:730px){.column-contact{margin-left:auto;margin-right:auto}}.button-red-start{background:#ec268f!important;font-family:GT Walsheim Pro;font-size:22px;font-size:35px;width:400px;height:75px;color:#fff;border-radius:150px;border:0}.button-red-start:hover{cursor:pointer}@media only screen and (max-width:770px){.button-red-start{width:200px}}.button-container{padding-top:50px;text-align:center}@media only screen and (max-width:740px){.button-container{padding:30px 0}}.expo{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:770px){.expo{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.expo-column{width:50%}.expo-column.column-left{background-color:#db4748;padding:30px}.expo-column.column-left h2{font-family:GT Walsheim Pro;font-size:46px;text-transform:uppercase;margin:0 0 30px}.expo-column.column-left p{font-size:17px}.expo-column.column-right{background-color:#db4748!important;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:50px 0}.expo-column.column-right img{max-width:300px;margin-bottom:10vh}@media only screen and (max-width:770px){.expo-column{width:100%}}.allsongs{min-height:90vh;margin:0;padding:0;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.allsongs,.allsongs .expo{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-flex:1;-webkit-box-direction:normal}.allsongs .expo{-webkit-box-orient:horizontal;-ms-flex-flow:row;flex-flow:row;-ms-flex:1;flex:1}@media only screen and (max-width:1100px){.allsongs .expo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.allsongs .expo .logo{max-height:30vh;margin-top:100px;margin-left:3vw;border:2px solid #fff}@media only screen and (max-width:1100px){.allsongs .expo .logo{margin-top:25px;margin-left:0;max-height:20vh}}@media only screen and (max-width:420px){.allsongs .expo .logo{max-height:15vh}}.allsongs .expo .column{-webkit-box-flex:75%;-ms-flex:75%;flex:75%;color:#fff;background-color:#db4748}@media only screen and (max-width:1100px){.allsongs .expo .column{width:100%}}.allsongs .expo .column-logo{-webkit-box-flex:25%;-ms-flex:25%;flex:25%;background-color:#db4748}@media only screen and (max-width:1100px){.allsongs .expo .column-logo{text-align:center}}.allsongs .expo .songs-container{padding-top:5vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-row-gap:0}.allsongs .expo .songs-container:hover{cursor:pointer}@media only screen and (max-width:1100px){.allsongs .expo .songs-container{padding-top:5vh;padding-left:18vw}}@media only screen and (max-width:420px){.allsongs .expo .songs-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.allsongs .expo .songs-container .song{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;padding-bottom:5vh}.allsongs .expo .songs-container .song .circle{width:120px;height:120px;background:#fff;border-radius:50%;position:relative}@media only screen and (max-width:420px){.allsongs .expo .songs-container .song .circle{width:80px;height:80px}}.allsongs .expo .songs-container .song .song-mascot{max-height:70px;display:block;margin-left:auto;margin-right:auto;margin-top:25px}@media only screen and (max-width:420px){.allsongs .expo .songs-container .song .song-mascot{max-height:45px;display:block;margin-left:auto;margin-right:auto;margin-top:15px}}.allsongs .expo .songs-container .song .title{font-size:16px;padding-left:25px;padding-right:10px;text-transform:uppercase}.allsongs .expo .songs-container .song .title:hover{cursor:pointer}@media only screen and (max-width:420px){.allsongs .expo .songs-container .song .title{font-size:12px;padding-left:15px;padding-top:27px}}.banner{background:#fff no-repeat 50% fixed;background-size:cover;height:10vh;border:none;text-align:left;vertical-align:center}.banner .banner-image{max-height:5vh;padding-left:15px;margin-top:20px}.banner .banner-image:hover{cursor:pointer}.banner .banner-button{position:absolute;right:30px;top:4vh;background:transparent;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-color:#fff!important}@media only screen and (max-width:420px){.banner .banner-button{right:5px}}.banner .banner-button2{position:absolute;right:155px;top:4vh;background:transparent;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-color:#fff!important}@media only screen and (max-width:420px){.banner .banner-button2{right:85px}}.content{height:auto}.activities,.content{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;background-color:#db4748}.activities{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}@media only screen and (max-width:1100px){.activities{display:block}}@supports (-webkit-overflow-scrolling:touch){.activities{display:block}}.activities .activity-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;text-transform:uppercase}.activities .activity-icons-row,.activities .activity-title-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.activities .activity-icons-row{display:grid;text-align:center;width:100vw;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-template-columns:repeat(auto-fill,200px);grid-row-gap:50px}@media only screen and (max-width:1100px){.activities .activity-icons-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-row-gap:20px;background-color:#ffd549}}@media only screen and (max-width:420px){.activities .activity-icons-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-row-gap:15px;background-color:#ffd549}}.activities .activity-icons-row .activity{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-break-after:auto;page-break-after:auto;break-after:auto}@media only screen and (max-width:420px){.activities .activity-icons-row .activity img{max-height:25px}}.activities .activity-icons-row .activity:hover{cursor:pointer}.activities .activity-icons-row .activity .activity-icon{max-height:100px;border-radius:50%;-webkit-box-shadow:0 3px 1px 1px;box-shadow:0 3px 1px 1px}@media only screen and (max-width:420px){.activities .activity-icons-row .activity .activity-icon{max-height:70px}}.activities .activity-icons-row .activity .subtitle{padding-top:10px;font-size:16px}@media only screen and (max-width:420px){.activities .activity-icons-row .activity .subtitle{font-size:12px}}.activities .logo{max-height:300px;border:2px solid #fff}@media only screen and (max-width:1100px){.activities .logo{display:none}}.activities .title{font-size:60px;text-align:center;color:#fff}@media only screen and (max-width:720px){.activities .title{font-size:32px}}.activities .video{text-align:center;width:50vw;height:25vw}@media only screen and (max-width:800px){.activities .video{width:100%;height:50vw}}.activities .iframe{width:100%;height:100%}.activities .player{border:2px solid #fff}.activities .title-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.activities .circle{width:150px;height:150px;background:#fff;border-radius:50%;position:relative}@media only screen and (max-width:1100px){.activities .circle{display:none}}.activities .song-mascot{max-height:70px;display:block;margin-left:auto;margin-right:auto;margin-top:40px}@media only screen and (max-width:1100px){.activities .song-mascot{display:none}}.activities .back-arrow{max-height:100px}.activities .back-arrow:hover{cursor:pointer}.activity{height:auto;width:100%}.modal-top{display:-webkit-box;display:-ms-flexbox;display:flex;height:8vh}.modal-button,.modal-button2{position:absolute;top:1vh;right:10px}.modal-instructions{-webkit-box-flex:80%;-ms-flex:80%;flex:80%;padding-top:1.5vh;text-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-controls,.modal-language{position:absolute;top:1vh;left:10px}.modal-language{cursor:pointer}.scroll-wrapper{-webkit-overflow-scrolling:touch;overflow-y:scroll;width:100%;height:92vh!important}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:GT Walsheim Pro;margin:0;padding:0;height:87px;width:100%;position:fixed;background-color:#fff;list-style:none}.menu a{color:#222;text-decoration:none;text-align:center}.menu a:hover{color:#ec268f}.banner-image2{max-height:87px;padding-top:2vh;width:200px;margin-left:12vw;right:50px;cursor:pointer}@media only screen and (max-width:1570px){.banner-image2{margin-left:10px}}.banner-image2 img{height:50px}.icon{max-height:87px;padding-right:25px;padding-top:25px;cursor:pointer}.menu-container{margin-left:auto;margin-right:auto}@media only screen and (max-width:1200px){.menu-container{display:none}}.menu-container-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:13vw;padding-top:5px;width:200px}@media only screen and (max-width:1570px){.menu-container-right{margin-right:10px}}@media only screen and (max-width:1200px){.menu-container-right{display:none}}.menu-container-right-burger{display:none}@media only screen and (max-width:1200px){.menu-container-right-burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;top:25px;right:35px}}.menu li{display:block;float:left;position:relative;background:#fff;color:#222;padding-left:10px;padding-right:10px;padding-top:35px;font-size:14px;cursor:pointer}.menu li ul{position:absolute;padding:0;top:91px;right:1px;width:100%;margin-left:-20px;border-radius:25px;overflow:hidden;vertical-align:middle;border:10px #00a7e9}.menu li ul li{text-align:center;background-color:#fff;width:100%;font-size:12px;margin-top:-20px;padding-bottom:20px}.menu li ul li a{font-family:GT Walsheim Pro}.menu li ul li:hover a{color:#ec268f}.down-arrow{left:100px}.down-arrow,.down-arrow2{max-width:25px;position:absolute;top:66px}.down-arrow2{left:40px}.mobile{position:absolute;top:87px;height:370px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.menu-mobile,.mobile{width:100%}.menu-container-mobile{text-transform:uppercase}.menu-container-mobile,.menu-container-mobile-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0.5;-ms-flex:0.5;flex:0.5}.menu-container-mobile-right{text-align:right;width:100%}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .2s;transition:opacity .2s}.fade-enter,.fade-leave-active{opacity:0}