@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;700;800&family=Ubuntu:wght@700&display=swap);@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes fullScale{0%{width:0}100%{width:100%}}@keyframes fullScale{0%{width:0}100%{width:100%}}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:#fff;font-weight:400;font-size:15px;line-height:110%;font-weight:700;background-color:#fff;overflow-x:hidden}img,video{width:100%}li,ol,ul{list-style:none}a{text-decoration:none;color:inherit;margin:0;padding:0}.bold{font-weight:700;text-decoration:none}.container{max-width:1860px;margin:0 auto;padding:0 20px}[data-next]{cursor:pointer}.main{width:100vw;height:100vh;position:relative;padding:0 15px}@media(max-width:991px){.main .container{position:absolute;top:0;left:0;width:100%;height:100%;padding:20px 20px 0}}@media(max-width:991px)and (orientation:landscape){.main .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 20px 0}}.main .bg{height:100%;width:100%}.main .bg div{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;height:100%;opacity:0;-webkit-transition:opacity 1s linear;-o-transition:opacity 1s linear;transition:opacity 1s linear}.main .bg div.active{opacity:1}.header{position:absolute;top:40px;left:40px}@media(max-width:991px){.header{position:static;top:0;left:0}.header .title--h2{text-align:center}}@media(max-width:991px)and (orientation:landscape){.header{margin-right:10px}}.header .logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media(max-width:991px){.header .logo{max-width:150px;margin:0 auto 8px}}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:30px;line-height:1.2;border:4px solid #fff;color:#fff;width:100%;margin:0 auto;padding:10px 15px;border-radius:10px;font-weight:700;-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}@media(max-width:359px){.button{font-size:24px;padding:5px 10px}}@media(min-width:360px)and (max-width:991px){.button{font-size:24px;padding:10px 15px}}@media(max-width:991px)and (orientation:landscape){.button{font-size:20px;padding:10px 15px}}.button--blue{background-color:#55a0e7}.button--blue:hover{background-color:#fff;border:4px solid #55a0e7;color:#55a0e7}.button--blue:hover svg{fill:#55a0e7}.button--red{background-color:#ff4545}.button--red:hover{background-color:#fff;border:4px solid #ff4545;color:#ff4545}.button--red:hover svg{fill:#ff4545}.button--white{background-color:#fff;border:4px solid #fff;color:#000}.button--white:hover{background-color:#8dbeff;border:4px solid #fff;color:#fff}.button--textMini{font-size:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width:359px){.button--textMini{font-size:16px}}@media(min-width:360px)and (max-width:991px){.button--textMini{font-size:20px}}@media(max-width:991px)and (orientation:landscape){.button--textMini{font-size:18px}}.button svg{width:30px;height:30px;fill:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.prev{background-color:#fff;border:2px solid #55a0e7;border-radius:50%;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;-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}.prev:hover{background-color:#55a0e7;border:2px solid #fff}.prev:hover svg{fill:#fff}.prev svg{width:30px;fill:#55a0e7;height:30px}@media(max-width:991px){.prev svg{width:25px;height:25px}}#cta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#cta svg{display:none;-webkit-animation:spin 1.8s linear infinite;animation:spin 1.8s linear infinite}#cta.button--loading span{display:none}#cta.button--loading svg{display:block}.title--h2{font-size:30px;line-height:36px}@media(max-width:991px){.title--h2{font-size:24px;line-height:28px}}.content{position:absolute;top:50%;right:80px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;max-width:550px;min-height:450px;background-color:rgba(0,0,0,.3);border-radius:10px;padding:32px}@media(max-width:991px){.content{position:static;top:0;left:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);margin-top:20px;padding:10px 15px;min-height:auto}}@media(min-width:360px)and (max-width:991px){.content{padding:20px}}@media(max-width:991px)and (orientation:landscape){.content{margin-top:0}}.step{display:none;max-width:450px;margin:0 auto}.step.active{display:block}.step__title{font-family:Ubuntu,sans-serif;font-size:30px;line-height:1.2;text-align:center;margin:0 auto 40px;max-width:450px}@media(max-width:359px){.step__title{font-size:18px;line-height:22px;margin:0 auto 10px}}@media(min-width:360px)and (max-width:991px){.step__title{font-size:22px;line-height:24px;margin:0 auto 20px}}@media(max-width:991px)and (orientation:landscape){.step__title{font-size:20px;line-height:21px;margin:0 auto 10px}}.step__content-title{font-family:Ubuntu,sans-serif;font-size:30px;line-height:1.2;text-align:center;margin-bottom:20px}@media(max-width:991px){.step__content-title{font-size:18px;line-height:22px}}@media(max-width:991px)and (orientation:landscape){.step__content-title{font-size:16px;line-height:20px}}.step__content-title--maxMargin{margin-bottom:80px}@media(max-width:359px){.step__content-title--maxMargin{margin-bottom:20px}}@media(min-width:360px)and (max-width:991px){.step__content-title--maxMargin{margin-bottom:30px}}@media(max-width:991px)and (orientation:landscape){.step__content-title--maxMargin{margin-bottom:15px}}.step__content-title--miniText{font-family:Inter,sans-serif;text-align:center;font-size:20px;font-weight:500}@media(max-width:991px)and (orientation:landscape){.step__content-title--miniText{font-size:14px}}.step__list{margin-bottom:60px}@media(max-width:359px){.step__list{margin-bottom:10px}}@media(min-width:360px)and (max-width:991px){.step__list{margin-bottom:30px}}@media(max-width:991px)and (orientation:landscape){.step__list{margin-bottom:10px}}.step__list--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.step__list--row li{-ms-flex-preferred-size:48%;flex-basis:48%}.step__list--row button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.step__list li{margin-bottom:20px}@media(max-width:991px){.step__list li{margin-bottom:10px}}.step__subtitle{text-align:center}@media(max-width:991px){.step__subtitle{font-size:14px;line-height:20px}}@media(min-width:360px)and (max-width:991px){.step__subtitle{font-size:16px}}.step .prev{position:absolute;top:32px;left:32px}@media(max-width:359px){.step .prev{top:5px;left:5px}}@media(min-width:360px)and (max-width:991px){.step .prev{top:15px;left:10px}}@media(max-width:991px)and (orientation:landscape){.step .prev{top:15px;left:10px}}.scale{border:2px solid #fff;width:100%;height:40px;position:relative;border-radius:5px}.scale__active{position:absolute;top:0;left:0;width:0%;height:100%;background-color:#55a0e7}.scale__active.full{-webkit-animation:fullScale 1.5s linear forwards;animation:fullScale 1.5s linear forwards}.privacy{font-weight:500;font-size:20px;line-height:1.2;font-family:Inter,sans-serif;margin-bottom:20px;text-align:center}@media(max-width:991px){.privacy{font-size:14px}}.input{width:100%;padding:15px;background-color:#fff;font-size:24px;font-weight:700;color:#000;border:2px solid #fff;border-radius:5px}@media(max-width:359px){.input{font-size:20px;padding:5px 10px}}@media(min-width:360px)and (max-width:991px){.input{padding:15px}}.input.error{border:2px solid red}.input.valid{border:2px solid green}.input__wrapper{margin-bottom:30px}@media(max-width:359px){.input__wrapper{margin-bottom:10px}}@media(min-width:360px)and (max-width:991px){.input__wrapper{margin-bottom:20px}}@media(max-width:991px)and (orientation:landscape){.input__wrapper{margin-bottom:20px}}.footer{width:100%;background-color:#55a0e7;padding:5px 0;color:#fff;padding:0 15px}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;border-bottom:1px solid #fff;padding:0 10px 5px}.footer__link{font-size:8px;line-height:120%}.copy{padding:5px 10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.copy__img{width:24px;margin-right:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.copy__text{font-size:8px;line-height:120%;text-align:center}@media (min-width:993px){.copy{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width:1441px){.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px}.footer__list{border-bottom:none;padding:0}.footer__link{font-size:12px;line-height:120%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px}.copy{padding:0}.copy__text{font-size:12px;line-height:120%}}#form__error,p.error{font-size:18px;margin-top:5px;margin-bottom:5px}@media (max-width:991px){#form__error,p.error{font-size:14px}}#form__error{display:none;text-align:center;padding:3px;border-radius:3px;background-color:red}.or{font-size:20px;text-align:center}@media (max-width:991px){.or{font-size:16px}}.soc_login{background-color:#fff;color:#3c4043;font-size:20px;font-weight:700;line-height:1;padding:0 15px;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;border-radius:10px;cursor:pointer;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;height:57px}.soc_login__facebook{color:#fff;background-color:#1877f2}.soc_login img{width:20px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}@media (max-width:991px){.soc_login{font-size:16px;line-height:1;height:52px}}@media(hover:hover){.soc_login__google:hover{background-color:#d6d6d6}}@media(hover:none){.soc_login__google:active{background-color:#d6d6d6}}@media(hover:hover){.soc_login__facebook:hover{background-color:#135ec0}}@media(hover:none){.soc_login__facebook:active{background-color:#135ec0}}.or{text-align:center;font-size:24px;font-weight:500}@media (max-width:991px){.or{font-size:16px}}.soc_login__google span{display:-webkit-box;display:-ms-flexbox;display:flex}.soc_login__wrapper{background-color:#fff;border-radius:10px}