@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,300,200,900,700italic,600,600italic);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Loader{position:fixed;width:100%;height:100%;background-color:#19366e;z-index:9}.Loader .spinner{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Loader .spinner .progress{width:168px;height:auto;border-radius:5px;position:relative;z-index:1;overflow:hidden;border-radius:10px}@media only screen and (min-width:1024px){.Loader .spinner .progress{width:268px;border-radius:18px}}.Loader .spinner .progress div{width:100%;height:100%;height:29px;background-color:#01adf1;position:absolute;top:2px;border-radius:6px;left:0;z-index:-1;animation:loading 1s}@media only screen and (min-width:1024px){.Loader .spinner .progress div{top:5px;height:44px;border-radius:12px}}.Loader .spinner .progress img{width:100%}@keyframes loading{0%{width:0}to{width:100%}}.home-view{background-color:#19366e;background-size:100% auto;background-repeat:no-repeat}@media only screen and (min-width:1024px){.home-view{background-position:50%}}.home-view .home{width:100%;height:auto;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-repeat:no-repeat}@media only screen and (min-width:1024px){.home-view .home{background-position:0 100%;background-size:25% auto}}@media only screen and (min-width:1024px){.home-view .home .top{display:flex;justify-content:flex-end;flex:1}}@media only screen and (min-width:1440px){.home-view .home .top{padding-right:120px}}.home-view .home .top .content{max-width:525px;width:100%;margin:0 auto;padding-top:40px;padding-left:20px;padding-right:20px;box-sizing:border-box;animation:reveal 3s}@media only screen and (min-width:1024px){.home-view .home .top .content{margin:0}}.home-view .home .top .content .logo-dia-dos-pais{width:100%;display:flex;justify-content:center;margin-bottom:20px}.home-view .home .top .content .logo-dia-dos-pais .image{max-width:278px;width:50vw;transform:scale(1);animation:toon 3s infinite}@media only screen and (min-width:1024px){.home-view .home .top .content .logo-dia-dos-pais .image{max-width:300px}}.home-view .home .top .content .logo-md{width:100%;display:flex;justify-content:center;margin-bottom:30px}@media only screen and (min-width:1024px){.home-view .home .top .content .logo-md{width:fit-content;position:absolute;top:80px;left:10%}}.home-view .home .top .content .logo-md .image{max-width:190px;width:32vw}@media only screen and (min-width:1024px){.home-view .home .top .content .logo-md .image{max-width:420px}}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area{max-width:445px;width:100%;margin:90px auto 0;background-color:#01adf1;border-radius:10px}}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside{padding:30px 40px 20px}}.home-view .home .top .content .card-area .inside .text{width:100%;padding:0 30px;box-sizing:border-box;margin-bottom:40px}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside .text{padding:0;margin-bottom:30px}}.home-view .home .top .content .card-area .inside .text .txt{text-align:center;font-size:4vw;line-height:5.33333vw;font-weight:400;color:#62adec}@media only screen and (min-width:992px){.home-view .home .top .content .card-area .inside .text .txt{font-size:16px;font-size:rem(16);line-height:20px;line-height:rem(20)}}@media only screen and (min-width:540px){.home-view .home .top .content .card-area .inside .text .txt{font-size:3vw;line-height:3.33333vw;font-weight:400;color:#62adec}}@media only screen and (min-width:540px) and (min-width:992px){.home-view .home .top .content .card-area .inside .text .txt{font-size:12px;font-size:rem(12);line-height:14px;line-height:rem(14)}}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside .text .txt{font-size:10vw;line-height:13.33333vw;font-weight:400;color:#19366e}}@media only screen and (min-width:1024px) and (min-width:992px){.home-view .home .top .content .card-area .inside .text .txt{font-size:40px;font-size:rem(40);line-height:44px;line-height:rem(44)}}.home-view .home .top .content .card-area .inside .btn-spotify{width:100%;display:flex;justify-content:center}.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login{display:flex;align-items:center;padding:0;background-color:#01adf1;border:0;padding:10px 20px;color:#fff;cursor:pointer;transition:all .3s ease}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login{padding:10px 20px;background-color:#19366e;border-radius:10px}}.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{order:0;font-size:3.5vw;line-height:4.66667vw;font-weight:600;color:#fff;margin-right:10px}@media only screen and (min-width:992px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{font-size:14px;font-size:rem(14);line-height:18px;line-height:rem(18)}}@media only screen and (min-width:540px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{font-size:2.5vw;line-height:3vw;font-weight:600;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{font-size:10px;font-size:rem(10);line-height:13px;line-height:rem(13)}}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{font-size:4.5vw;line-height:6vw;font-weight:600;color:#fff;letter-spacing:-1px}}@media only screen and (min-width:1024px) and (min-width:992px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login span{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login svg{order:1;fill:#fff;width:24px}@media only screen and (min-width:1024px){.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login svg{width:38px}}.home-view .home .top .content .card-area .inside .btn-spotify .btn-spotify-login:hover{opacity:.8}@media only screen and (min-width:1024px){.home-view .home .bottom{display:none}}.home-view .home .bottom .content{padding:10px 10px 0}.home-view .home .bottom .content .banner-bottom{margin-bottom:-2px;width:100%}@keyframes reveal{0%{opacity:0}to{opacity:1}}@keyframes toon{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.oauth-view{background-color:#19366e;background-size:100% auto;background-repeat:no-repeat}@media only screen and (min-width:1024px){.oauth-view{background-position:50%}}.oauth-view .oauth{width:100%;height:auto;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-repeat:no-repeat}@media only screen and (min-width:1024px){.oauth-view .oauth .top{flex:1;display:flex;align-items:center}}.oauth-view .oauth .top .content{max-width:525px;width:100%;margin:0 auto;padding-top:40px;padding-left:20px;padding-right:20px;box-sizing:border-box;animation:reveal 3s}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content{padding-top:0}}.oauth-view .oauth .top .content .logo-dia-dos-pais{width:100%;display:flex;justify-content:center;margin-bottom:20px}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .logo-dia-dos-pais{width:fit-content;position:absolute;top:10%;right:10%}}.oauth-view .oauth .top .content .logo-dia-dos-pais .image{max-width:278px;width:50vw;transform:scale(1);animation:toon 3s infinite}.oauth-view .oauth .top .content .logo-md{width:100%;display:flex;justify-content:center;margin-bottom:30px}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .logo-md{width:fit-content;position:absolute;top:20%;left:10%}}.oauth-view .oauth .top .content .logo-md .image{max-width:190px;width:32vw}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .logo-md .image{max-width:328px}}.oauth-view .oauth .top .content .progress-bar{width:100%;display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .progress-bar{margin-top:120px}}.oauth-view .oauth .top .content .progress-bar .title{font-size:5vw;line-height:6.66667vw;font-weight:400;color:#fff;margin-bottom:10px}@media only screen and (min-width:992px){.oauth-view .oauth .top .content .progress-bar .title{font-size:20px;font-size:rem(20);line-height:24px;line-height:rem(24)}}@media only screen and (min-width:540px){.oauth-view .oauth .top .content .progress-bar .title{font-size:2.5vw;line-height:3.33333vw;font-weight:400;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.oauth-view .oauth .top .content .progress-bar .title{font-size:10px;font-size:rem(10);line-height:14px;line-height:rem(14)}}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .progress-bar .title{font-size:8.5vw;line-height:11.33333vw;font-weight:400;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.oauth-view .oauth .top .content .progress-bar .title{font-size:34px;font-size:rem(34);line-height:38px;line-height:rem(38)}}.oauth-view .oauth .top .content .progress-bar .progress{width:168px;height:auto;border-radius:5px;position:relative;z-index:1}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .progress-bar .progress{width:268px}}.oauth-view .oauth .top .content .progress-bar .progress div{height:100%;height:29px;background-color:#01adf1;transition:all 1s ease;position:absolute;top:2px;border-radius:6px;left:0;z-index:-1}@media only screen and (min-width:1024px){.oauth-view .oauth .top .content .progress-bar .progress div{top:4px;height:45px;border-radius:12px}}.oauth-view .oauth .top .content .progress-bar .progress img{width:100%}.oauth-view .oauth .top .content .progress-bar .logo-spotify{margin:10px 0}@media only screen and (min-width:1024px){.oauth-view .oauth .bottom .content{display:flex;justify-content:center;overflow:hidden}}.oauth-view .oauth .bottom .content .banner-bottom{width:100%}@media only screen and (min-width:1024px){.oauth-view .oauth .bottom .content .banner-bottom{width:60%;margin-bottom:-9%}}@keyframes reveal{0%{opacity:0}to{opacity:1}}@keyframes toon{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.text{font-size:4.5vw;line-height:6vw;font-weight:300;color:#fff}@media only screen and (min-width:992px){.text{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}.text a{font-size:4.5vw;line-height:6vw;font-weight:300;color:#01adf1;margin:0 5px;text-decoration:none;transition:all .3s ease}@media only screen and (min-width:992px){.text a{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}.text a:hover{letter-spacing:1px}.text .list{margin-top:5px;margin-bottom:20px}@media only screen and (min-width:540px){.text{font-size:2.5vw;line-height:3.33333vw;font-weight:300;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.text{font-size:10px;font-size:rem(10);line-height:14px;line-height:rem(14)}}@media only screen and (min-width:1024px){.text{font-size:4.5vw;line-height:6vw;font-weight:300;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.text{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}.success-view{background-color:#19366e}@media only screen and (min-width:1024px){.success-view{background-position:top;background-size:100% auto;background-repeat:no-repeat}}.success-view .success{max-width:425px;width:100%;margin:0 auto;height:auto;min-height:100vh;background-position:top;background-size:100% auto;background-repeat:no-repeat;padding:40px 20px;box-sizing:border-box}@media only screen and (min-width:1024px){.success-view .success{max-width:1440px;display:flex;background-image:unset!important}}.success-view .success .logo-md{width:100%;display:flex;justify-content:center;margin-bottom:40px}@media only screen and (min-width:1024px){.success-view .success .logo-md{width:unset;order:1;flex:1;margin:0 40px}}.success-view .success .logo-md .image{max-width:190px;width:32vw}@media only screen and (min-width:1024px){.success-view .success .logo-md .image{max-width:290px;width:100%;height:fit-content}}@media only screen and (min-width:1024px){.success-view .success .left{order:0;flex:1;padding-top:120px}}.success-view .success .left .image-playlist{width:100%;padding:20px;padding-bottom:10px;box-sizing:border-box;border-radius:10px;background-color:#01adf1;margin-bottom:20px}.success-view .success .left .image-playlist .image{width:100%;margin-bottom:10px}.success-view .success .left .image-playlist .title{font-size:5.5vw;line-height:7.33333vw;font-weight:200;color:#fff;text-align:center}@media only screen and (min-width:992px){.success-view .success .left .image-playlist .title{font-size:22px;font-size:rem(22);line-height:26px;line-height:rem(26)}}@media only screen and (min-width:540px){.success-view .success .left .image-playlist .title{font-size:3vw;line-height:4vw;font-weight:200;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.success-view .success .left .image-playlist .title{font-size:12px;font-size:rem(12);line-height:16px;line-height:rem(16)}}@media only screen and (min-width:1024px){.success-view .success .left .image-playlist .title{font-size:5.5vw;line-height:7.33333vw;font-weight:200;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.success-view .success .left .image-playlist .title{font-size:22px;font-size:rem(22);line-height:26px;line-height:rem(26)}}.success-view .success .left .image-playlist .title .strong{font-weight:600}.success-view .success .left .texts{margin-bottom:40px}@media only screen and (min-width:1024px){.success-view .success .right{order:2;flex:1;padding-top:120px;display:flex;flex-direction:column}}.success-view .success .right .btn,.success-view .success .right .btn .link{width:100%;display:flex;justify-content:center}.success-view .success .right .btn .link{text-align:center;text-transform:uppercase;text-decoration:none;padding:8px 20px;box-sizing:border-box;background-color:#01adf1;border-radius:5px;align-items:center;cursor:pointer}.success-view .success .right .btn-spotify{margin-bottom:10px}@media only screen and (min-width:1024px){.success-view .success .right .btn-spotify{order:1;margin-bottom:20px}}.success-view .success .right .btn-spotify .link{font-size:4.5vw;line-height:6vw;font-weight:600;color:#fff}@media only screen and (min-width:992px){.success-view .success .right .btn-spotify .link{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}@media only screen and (min-width:540px){.success-view .success .right .btn-spotify .link{font-size:2.75vw;line-height:3.66667vw;font-weight:600;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.success-view .success .right .btn-spotify .link{font-size:11px;font-size:rem(11);line-height:15px;line-height:rem(15)}}@media only screen and (min-width:1024px){.success-view .success .right .btn-spotify .link{font-size:4.5vw;line-height:6vw;font-weight:600;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.success-view .success .right .btn-spotify .link{font-size:18px;font-size:rem(18);line-height:22px;line-height:rem(22)}}.success-view .success .right .btn-spotify .link .logoSpotify{margin-left:5px}.success-view .success .right .btn-download{margin-bottom:20px}@media only screen and (min-width:1024px){.success-view .success .right .btn-download{order:2;margin-bottom:0}}.success-view .success .right .btn-download .link{font-size:3.75vw;line-height:5vw;font-weight:600;color:#fff}@media only screen and (min-width:992px){.success-view .success .right .btn-download .link{font-size:15px;font-size:rem(15);line-height:19px;line-height:rem(19)}}@media only screen and (min-width:540px){.success-view .success .right .btn-download .link{font-size:2vw;line-height:2.66667vw;font-weight:600;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.success-view .success .right .btn-download .link{font-size:8px;font-size:rem(8);line-height:12px;line-height:rem(12)}}@media only screen and (min-width:1024px){.success-view .success .right .btn-download .link{font-size:3.75vw;line-height:5vw;font-weight:600;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.success-view .success .right .btn-download .link{font-size:15px;font-size:rem(15);line-height:19px;line-height:rem(19)}}.success-view .success .right .btn-download .link svg{font-size:30px;width:50px;margin-right:10px}.success-view .success .right .list-tracks{margin-bottom:40px}@media only screen and (min-width:1024px){.success-view .success .right .list-tracks{margin-bottom:60px;order:0}}.success-view .success .right .list-tracks .item-track{display:flex;margin-bottom:10px}.success-view .success .right .list-tracks .item-track:last-child{margin-bottom:0}.success-view .success .right .list-tracks .item-track .title-track{max-width:180px;width:fit-content;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:3.5vw;line-height:4.66667vw;font-weight:200;color:#fff;margin-right:5px}@media only screen and (min-width:992px){.success-view .success .right .list-tracks .item-track .title-track{font-size:14px;font-size:rem(14);line-height:18px;line-height:rem(18)}}@media only screen and (min-width:540px){.success-view .success .right .list-tracks .item-track .title-track{font-size:2.5vw;line-height:3.33333vw;font-weight:200;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.success-view .success .right .list-tracks .item-track .title-track{font-size:10px;font-size:rem(10);line-height:14px;line-height:rem(14)}}@media only screen and (min-width:1024px){.success-view .success .right .list-tracks .item-track .title-track{font-size:3.5vw;line-height:4.66667vw;font-weight:200;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.success-view .success .right .list-tracks .item-track .title-track{font-size:14px;font-size:rem(14);line-height:18px;line-height:rem(18)}}.success-view .success .right .list-tracks .item-track .line{flex:1;display:block;border-bottom:2px dotted #fff;margin-bottom:5px}.success-view .success .right .list-tracks .item-track .status-track{margin-left:5px;font-size:3.5vw;line-height:4.66667vw;font-weight:600;color:#fff}@media only screen and (min-width:992px){.success-view .success .right .list-tracks .item-track .status-track{font-size:14px;font-size:rem(14);line-height:18px;line-height:rem(18)}}@media only screen and (min-width:540px){.success-view .success .right .list-tracks .item-track .status-track{font-size:2.5vw;line-height:3.33333vw;font-weight:600;color:#fff}}@media only screen and (min-width:540px) and (min-width:992px){.success-view .success .right .list-tracks .item-track .status-track{font-size:10px;font-size:rem(10);line-height:14px;line-height:rem(14)}}@media only screen and (min-width:1024px){.success-view .success .right .list-tracks .item-track .status-track{font-size:3.5vw;line-height:4.66667vw;font-weight:600;color:#fff}}@media only screen and (min-width:1024px) and (min-width:992px){.success-view .success .right .list-tracks .item-track .status-track{font-size:14px;font-size:rem(14);line-height:18px;line-height:rem(18)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{outline:none;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Source Sans Pro,sans-serif}