From 47bc10438be5dfe1e48842e172922b4bdc5a6750 Mon Sep 17 00:00:00 2001 From: Victor Neves Date: Wed, 19 Aug 2020 17:57:37 +0100 Subject: [PATCH] Updated build css --- docs/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/main.css b/docs/styles/main.css index f5a2a83..2588f02 100644 --- a/docs/styles/main.css +++ b/docs/styles/main.css @@ -1 +1 @@ -@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,900&display=swap");body{background:#fff;font-family:Source Sans Pro,sans-serif;font-size:18px;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:991px){body{font-size:14px}}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1440px;overflow:hidden;position:relative}@media (max-width:991px){.container{overflow:hidden;max-width:600px}}a{text-decoration:none}@media (min-width:992px){.text-center{text-align:center}}.apps{margin-bottom:45px;margin-top:45px}@media (min-width:992px){.apps{margin-bottom:20px;margin-top:140px;width:80%}}.apps__title{color:#ccc;font-weight:400;font-size:.75rem;text-transform:uppercase}.apps__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.apps__item{-webkit-filter:opacity(.2);filter:opacity(.2)}.back-to-top{background-color:#540bfa;bottom:20px;padding:10px 14px;position:fixed;right:40px}.back-to-top:after{color:#fff;content:"\2963"}@media (max-width:991px){.cards{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px){.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;margin-top:60px}}.cards__container{display:inline-block}@media (max-width:991px){.cards__container{margin-bottom:30px}}@media (min-width:992px){.cards__container{text-align:center;max-width:33.3366%}}@media (min-width:992px){.cards__container:not(:last-child){margin-right:45px}}.cards__icon-img{left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%}.cards__icon-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2)}.cards__icon-blue,.cards__icon-darkblue{border-radius:10px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:50px;opacity:.9;-webkit-transform:rotate(0);transform:rotate(0);width:50px}.cards__icon-darkblue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7)}.cards__icon-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:10px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:50px;opacity:.9;-webkit-transform:rotate(0);transform:rotate(0);width:50px}.cards__icon-blue,.cards__icon-darkblue,.cards__icon-orange{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.5);box-shadow:0 3px 6px rgba(0,0,0,.5)}@media (min-width:992px){.cards__icon-blue,.cards__icon-darkblue,.cards__icon-orange{margin:0 auto}}.cards__title{font-weight:700;font-size:1.25rem}.cards__text,.cards__title{margin-bottom:0;margin-top:.85rem}.cards__text{font-size:1rem;line-height:1.6rem}@media (min-width:992px){.cards__text{padding:0 20px}}.cards__link{font-size:.9rem;font-weight:700;position:relative;top:-10px}.cards__link:after{content:" \02023";font-size:3rem;position:relative;top:10px}@media (min-width:992px){.cards__link:after{font-size:2.5rem}}.carousel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 auto;min-height:40vh;position:relative;width:100%}@media (min-width:992px){.carousel{height:50vh;margin-bottom:60px}}.carousel__inner{font-size:0;min-height:40vh;white-space:nowrap}@media (min-width:992px){.carousel__inner{height:100%}}.carousel__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;width:100%;-webkit-animation:a 20s linear infinite;animation:a 20s linear infinite}.carousel__list::-webkit-scrollbar{width:0;height:0}.carousel__list::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.carousel__list::-webkit-scrollbar-track{background:transparent}.carousel__item{margin-right:30px;font-size:20px;height:320px;width:200px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap}@media (min-width:992px){.carousel__item{height:352px;width:220px}}.carousel__img{height:320px;object-fit:cover;width:200px}@media (min-width:992px){.carousel__img{height:352px;width:220px}}@-webkit-keyframes a{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1250px);transform:translateX(-1250px)}}@keyframes a{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1250px);transform:translateX(-1250px)}}.footer__inner{margin:0 auto;max-width:1100px}.footer__copyrights{color:#ccc;font-size:.685rem;margin-bottom:30px;text-align:center}@media (min-width:992px){.footer__copyrights{font-size:.875rem;margin-bottom:60px}}.menu{background-color:#fff;border-bottom:1px solid #ccc;height:50px;padding-left:10px;padding-right:10px;position:fixed;width:100%;z-index:99999}@media (max-width:991px){.menu{margin-bottom:40px}}.menu__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 auto;max-width:1100px}.menu__logo{font-size:1rem;font-weight:700;width:33.3366%}.menu__logo--blue{color:#550cfb}.menu__topics{display:none}@media (min-width:992px){.menu__topics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;width:33.3366%}}.menu__login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;font-weight:700;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:33.3366%}@media (max-width:991px){.menu__login{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.menu__item{display:inline-block}.menu__link{color:#000}.menu__button{background-color:#550cfb;border:0;color:#fff;-webkit-box-shadow:0 2px 4px rgba(50,10,170,.3);box-shadow:0 2px 4px rgba(50,10,170,.3);border-radius:4px;cursor:pointer;margin-left:20px;padding:5px 10px}.menu__button:focus,.menu__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}@media (max-width:991px){.newsletter{margin:45px 0}}.newsletter--center .newsletter__label{left:5rem}.newsletter--center .newsletter__input{width:70%}.newsletter--center .newsletter__button{right:10%}.newsletter__inner{position:relative}@media (min-width:992px){.newsletter__inner{width:80%}}.newsletter__inner--center{margin:0 auto}.newsletter__input{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border:1px solid #f1f1f1;height:50px;padding:20px 110px 10px 10px;width:100%}.newsletter__input::-webkit-input-placeholder{color:#ccc;font-weight:200}.newsletter__input::-moz-placeholder{color:#ccc;font-weight:200}.newsletter__input:-ms-input-placeholder,.newsletter__input::-ms-input-placeholder{color:#ccc;font-weight:200}.newsletter__input::placeholder{color:#ccc;font-weight:200}.newsletter__label{color:#550cfb;cursor:text;left:.75rem;font-size:.75rem;font-weight:700;position:absolute;top:8px}.newsletter__button{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);background-color:#550cfb;border:0;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.9rem;font-weight:700;height:50px;padding:0 20px;position:absolute;right:0}.newsletter__button:focus,.newsletter__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}.section{position:relative}@media (min-width:992px){.section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 50px;max-width:1440px;overflow:hidden}}.section--hero{padding-top:80px;min-height:800px}@media (min-width:992px){.section--hero{padding-top:50px}}@media (max-width:991px){.section--features{margin-top:90px}}@media (min-width:992px){.section--features{text-align:center}}@media (max-width:991px){.section--apps{height:1040px;margin-top:60px}}@media (min-width:992px){.section--apps{height:660px}}@media (min-width:992px){.section--apps .section__content{width:45%}}.section--twitter{background-color:#000;max-height:780px;max-width:100%}@media (max-width:991px){.section--twitter{margin-top:30px;margin-bottom:60px;padding-top:60px}}.section--twitter .section__text,.section--twitter .section__title,.section--twitter .section__topic{color:#fff}.section__inner{margin:0 auto;max-width:100%;padding:0 15px}@media (min-width:992px){.section__inner{max-width:1100px}}@media (max-width:991px){.section__inner--row{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:992px){.section__inner--row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:992px){.section__inner--features,.section__inner--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section__inner--features{-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}}.section__inner--get-started{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section__inner--twitter{left:50%;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:1100px}.section__topic{font-size:1rem;font-weight:200}@media (max-width:991px){.section__topic--get-started{text-align:left;width:100%}}@media (min-width:992px){.section__topic--left{text-align:left}}.section__content{display:inline-block;vertical-align:top}@media (min-width:992px){.section__content{width:60%}}@media (min-width:992px){.section__content--left{width:50%}}.section__title{font-size:2.2rem;font-weight:900;line-height:2.2rem;margin-top:0}@media (min-width:992px){.section__title{font-size:3rem;line-height:3rem;margin-bottom:20px}}@media (min-width:992px){.section__title--center{font-size:4rem;line-height:4rem;text-align:center}}@media (min-width:992px){.section__title--features,.section__title--get-started{font-size:3.8rem;line-height:3.8rem}.section__title--get-started{text-align:center}}@media (min-width:992px){.section__title--hero{font-size:4.4rem;line-height:4.4rem}}.section__text{font-size:1rem;line-height:1.4rem;margin-bottom:30px;margin-top:0}@media (min-width:992px){.section__text{font-size:1.4rem;line-height:1.8rem;word-spacing:.15rem}}@media (max-width:991px){.section__img{width:100%}}@media (min-width:992px){.section__img{height:680px;padding-right:5%}}.section__button{background-color:#550cfb;border:0;color:#fff;border-radius:4px;cursor:pointer;padding:15px 20px;font-size:100%;font-weight:700}.section__button:focus,.section__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}.slide{position:absolute}@media (max-width:991px){.slide{width:100%}}@media (min-width:992px){.slide{left:160%;top:-600%}}.slide__item{cursor:pointer;-webkit-transform:translateX(300%);transform:translateX(300%);-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s;width:100%}@media (max-width:991px){.slide__item{position:absolute;top:0}}@media (max-width:991px){.slide__img{display:block;margin:45px auto 0;max-width:100%}}@media (min-width:992px){.slide__img{bottom:-100px;max-height:520px;position:relative;left:0}}@media (max-width:991px){.slide__img--right{display:none}}@media (min-width:992px){.slide__img--right{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px rgba(0,0,0,.1);max-height:500px;position:absolute;left:60px;top:-45px;z-index:-1}}.social-networks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}@media (max-width:991px){.social-networks{margin-top:30px}}@media (min-width:992px){.social-networks{margin-top:100px}}.social-networks__item{padding:10px}.social-networks__link{-webkit-filter:opacity(.2);filter:opacity(.2)}.square-orange{position:absolute;z-index:-1}@media (max-width:991px){.square-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(65deg);transform:rotate(65deg);width:300px;right:-150px;top:600px}}@media (min-width:992px){.square-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:550px;opacity:.9;-webkit-transform:rotate(65deg);transform:rotate(65deg);width:550px;right:-260px;top:-100px}}.square-dark-blue{position:absolute;z-index:-1}@media (max-width:991px){.square-dark-blue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:300px;right:-175px;top:600px}}@media (min-width:992px){.square-dark-blue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:550px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:550px;right:-260px;top:-100px}}.square-blue{position:absolute;z-index:-1}@media (max-width:991px){.square-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2);border-radius:20px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:150px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:150px;left:-100px;top:1040px}}@media (min-width:992px){.square-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:300px;left:-230px;top:660px}}@media (min-width:992px){.tabs{position:relative}}.tabs__list{list-style:none;margin:0;padding:0}.tabs__item{position:relative}@media (min-width:992px){.tabs__item{width:70%}}@media (max-width:991px){.tabs__item:first-child .slide{top:180px}.tabs__item:nth-child(2) .slide{top:120px}.tabs__item:nth-child(3) .slide{top:60px}}@media (min-width:992px){.tabs__item:first-child .slide{top:-340px}.tabs__item:nth-child(2) .slide{top:-400px}.tabs__item:nth-child(3) .slide{top:-460px}}.tabs__link{color:#ccc;display:block;font-weight:700;height:60px;padding:20px 20px 20px 60px}.tabs__link:hover{cursor:pointer}.tabs__input{display:none}.tabs__input[type=radio]:checked+label{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);color:#000}.tabs__input[type=radio]:checked+label~.slide .slide__item{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.twitter{overflow:hidden}.twitter__feed{font-size:.9rem}.twitter__feed::-webkit-scrollbar{display:none}.twitter__feed::-webkit-scrollbar-track{background:transparent}@media (max-width:991px){.twitter__feed{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100vw;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media (min-width:992px){.twitter__feed{-webkit-column-count:2;column-count:2;-webkit-column-gap:20px;column-gap:20px}}.twitter__card{background-color:#141414;border-radius:5px;margin-bottom:30px;padding:10px 20px;width:260px}@media (max-width:991px){.twitter__card{margin-right:20px;scroll-snap-align:start;width:260px}}.twitter__user{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991px){.twitter__user{width:220px}}.twitter__img{border-radius:50%;height:40px;width:40px}.twitter__name{color:#fff;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;padding-left:10px}.twitter__icon{-webkit-filter:contrast(.5);filter:contrast(.5)}.twitter__text{color:#fff;font-size:.9rem;line-height:1.2rem;margin-bottom:20px}@media (max-width:991px){.twitter__text{width:220px}}.twitter__date{color:#ccc}@media (max-width:991px){.twitter__date{width:220px}} \ No newline at end of file +@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,900&display=swap");body{background:#fff;font-family:Source Sans Pro,sans-serif;font-size:18px;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width:991px){body{font-size:14px}}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1440px;overflow:hidden;position:relative}@media (max-width:991px){.container{overflow:hidden;max-width:600px}}a{text-decoration:none}@media (min-width:992px){.text-center{text-align:center}}.apps{margin-bottom:45px;margin-top:45px}@media (min-width:992px){.apps{margin-bottom:20px;margin-top:140px;width:80%}}.apps__title{color:#ccc;font-weight:400;font-size:.75rem;text-transform:uppercase}.apps__logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.apps__item{-webkit-filter:opacity(.2);filter:opacity(.2)}.back-to-top{background-color:#540bfa;bottom:20px;padding:10px 14px;position:fixed;right:40px}.back-to-top:after{color:#fff;content:"\2963"}@media (max-width:991px){.cards{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px){.cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;margin-top:60px}}.cards__container{display:inline-block}@media (max-width:991px){.cards__container{margin-bottom:30px}}@media (min-width:992px){.cards__container{text-align:center;max-width:33.3366%}}@media (min-width:992px){.cards__container:not(:last-child){margin-right:45px}}.cards__icon-img{left:50%;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%}.cards__icon-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2)}.cards__icon-blue,.cards__icon-darkblue{border-radius:10px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:50px;opacity:.9;-webkit-transform:rotate(0);transform:rotate(0);width:50px}.cards__icon-darkblue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7)}.cards__icon-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:10px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:50px;opacity:.9;-webkit-transform:rotate(0);transform:rotate(0);width:50px}.cards__icon-blue,.cards__icon-darkblue,.cards__icon-orange{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.5);box-shadow:0 3px 6px rgba(0,0,0,.5)}@media (min-width:992px){.cards__icon-blue,.cards__icon-darkblue,.cards__icon-orange{margin:0 auto}}.cards__title{font-weight:700;font-size:1.25rem}.cards__text,.cards__title{margin-bottom:0;margin-top:.85rem}.cards__text{font-size:1rem;line-height:1.6rem}@media (min-width:992px){.cards__text{padding:0 20px}}.cards__link{font-size:.9rem;font-weight:700;position:relative;top:-10px}.cards__link:after{content:" \02023";font-size:3rem;position:relative;top:10px}@media (min-width:992px){.cards__link:after{font-size:2.5rem}}.carousel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 auto;min-height:40vh;position:relative;width:100%}@media (min-width:992px){.carousel{height:50vh;margin-bottom:60px}}.carousel__inner{font-size:0;min-height:40vh;white-space:nowrap}@media (min-width:992px){.carousel__inner{height:100%}}.carousel__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;width:100%;-webkit-animation:a 20s linear infinite;animation:a 20s linear infinite}.carousel__list::-webkit-scrollbar{width:0;height:0}.carousel__list::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.carousel__list::-webkit-scrollbar-track{background:transparent}.carousel__item{margin-right:30px;font-size:20px;height:320px;width:200px;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap}@media (min-width:992px){.carousel__item{height:352px;width:220px}}.carousel__img{height:320px;object-fit:cover;width:200px}@media (min-width:992px){.carousel__img{height:352px;width:220px}}@-webkit-keyframes a{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1250px);transform:translateX(-1250px)}}@keyframes a{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1250px);transform:translateX(-1250px)}}.footer__inner{margin:0 auto;max-width:1100px}.footer__copyrights{color:#ccc;font-size:.685rem;margin-bottom:30px;text-align:center}@media (min-width:992px){.footer__copyrights{font-size:.875rem;margin-bottom:60px}}.menu{background-color:#fff;border-bottom:1px solid #ccc;height:50px;padding-left:10px;padding-right:10px;position:fixed;width:100%;z-index:99999}@media (max-width:991px){.menu{margin-bottom:40px}}.menu__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 auto;max-width:1100px}.menu__logo{font-size:1rem;font-weight:700;width:33.3366%}.menu__logo--blue{color:#550cfb}.menu__topics{display:none}@media (min-width:992px){.menu__topics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;width:33.3366%}}.menu__login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;font-weight:700;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:33.3366%}@media (max-width:991px){.menu__login{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}}.menu__item{display:inline-block}.menu__link{color:#000}.menu__button{background-color:#550cfb;border:0;color:#fff;-webkit-box-shadow:0 2px 4px rgba(50,10,170,.3);box-shadow:0 2px 4px rgba(50,10,170,.3);border-radius:4px;cursor:pointer;margin-left:20px;padding:5px 10px}.menu__button:focus,.menu__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}@media (max-width:991px){.newsletter{margin:45px 0}}.newsletter--center .newsletter__label{left:5rem}.newsletter--center .newsletter__input{width:70%}.newsletter--center .newsletter__button{right:10%}.newsletter__inner{position:relative}@media (min-width:992px){.newsletter__inner{width:80%}}.newsletter__inner--center{margin:0 auto}.newsletter__input{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);border:1px solid #f1f1f1;height:50px;padding:20px 110px 10px 10px;width:100%}.newsletter__input::-webkit-input-placeholder{color:#ccc;font-weight:200}.newsletter__input::-moz-placeholder{color:#ccc;font-weight:200}.newsletter__input:-ms-input-placeholder,.newsletter__input::-ms-input-placeholder{color:#ccc;font-weight:200}.newsletter__input::placeholder{color:#ccc;font-weight:200}.newsletter__label{color:#550cfb;cursor:text;left:.75rem;font-size:.75rem;font-weight:700;position:absolute;top:8px}.newsletter__button{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);background-color:#550cfb;border:0;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.9rem;font-weight:700;height:50px;padding:0 20px;position:absolute;right:0}.newsletter__button:focus,.newsletter__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}.section{position:relative}@media (min-width:992px){.section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 50px;max-width:1440px;overflow:hidden}}.section--hero{padding-top:80px;min-height:800px}@media (min-width:992px){.section--hero{padding-top:50px}}@media (max-width:991px){.section--features{margin-top:90px}}@media (min-width:992px){.section--features{text-align:center}}@media (max-width:991px){.section--apps{height:1040px;margin-top:60px}}@media (min-width:992px){.section--apps{height:660px}}@media (min-width:992px){.section--apps .section__content{width:45%}}.section--twitter{background-color:#000;max-height:780px;max-width:100%}@media (max-width:991px){.section--twitter{margin-top:30px;margin-bottom:60px;padding-top:60px}}.section--twitter .section__text,.section--twitter .section__title,.section--twitter .section__topic{color:#fff}.section__inner{margin:0 auto;max-width:100%;padding:0 15px}@media (min-width:992px){.section__inner{max-width:1100px}}@media (max-width:991px){.section__inner--row{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:992px){.section__inner--row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:992px){.section__inner--features,.section__inner--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section__inner--features{-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}}.section__inner--get-started{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section__inner--twitter{left:50%;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:1100px}.section__topic{font-size:1rem;font-weight:200}@media (max-width:991px){.section__topic--get-started{text-align:left;width:100%}}@media (min-width:992px){.section__topic--left{text-align:left}}.section__content{display:inline-block;vertical-align:top}@media (min-width:992px){.section__content{width:60%}}@media (min-width:992px){.section__content--left{width:50%}}.section__title{font-size:2.2rem;font-weight:900;line-height:2.2rem;margin-top:0}@media (min-width:992px){.section__title{font-size:3rem;line-height:3rem;margin-bottom:20px}}@media (min-width:992px){.section__title--center{font-size:4rem;line-height:4rem;text-align:center}}@media (min-width:992px){.section__title--features,.section__title--get-started{font-size:3.8rem;line-height:3.8rem}.section__title--get-started{text-align:center}}@media (min-width:992px){.section__title--hero{font-size:4.4rem;line-height:4.4rem}}.section__text{font-size:1rem;line-height:1.4rem;margin-bottom:30px;margin-top:0}@media (min-width:992px){.section__text{font-size:1.4rem;line-height:1.8rem;word-spacing:.15rem}}@media (max-width:991px){.section__img{width:100%}}@media (min-width:992px){.section__img{height:680px;padding-right:5%}}.section__button{background-color:#550cfb;border:0;color:#fff;border-radius:4px;cursor:pointer;padding:15px 20px;font-size:100%;font-weight:700}.section__button:focus,.section__button:hover{background-color:#a885fd;color:#fff;text-decoration:none}.slide{position:absolute}@media (max-width:991px){.slide{width:100%}}@media (min-width:992px){.slide{left:160%;top:-600%}}.slide__item{cursor:pointer;-webkit-transform:translateX(300%);transform:translateX(300%);-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s;width:100%}@media (max-width:991px){.slide__item{position:absolute;top:0}}@media (max-width:991px){.slide__img{display:block;margin:45px auto 0;max-width:100%}}@media (min-width:992px){.slide__img{bottom:-100px;max-height:520px;position:relative;left:0}}@media (max-width:991px){.slide__img--right{display:none}}@media (min-width:992px){.slide__img--right{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px rgba(0,0,0,.1);max-height:500px;position:absolute;left:60px;top:-45px;z-index:-1}}.social-networks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}@media (max-width:991px){.social-networks{margin-top:30px}}@media (min-width:992px){.social-networks{margin-top:100px}}.social-networks__item{padding:10px}.social-networks__link{-webkit-filter:opacity(.2);filter:opacity(.2)}.square-orange{position:absolute;z-index:-1}@media (max-width:991px){.square-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(65deg);transform:rotate(65deg);width:300px;right:-150px;top:600px}}@media (min-width:992px){.square-orange{background-image:-webkit-linear-gradient(315deg,#f2c314,#fc3832);background-image:linear-gradient(135deg,#f2c314,#fc3832);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:550px;opacity:.9;-webkit-transform:rotate(65deg);transform:rotate(65deg);width:550px;right:-260px;top:-100px}}.square-dark-blue{position:absolute;z-index:-1}@media (max-width:991px){.square-dark-blue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:300px;right:-175px;top:600px}}@media (min-width:992px){.square-dark-blue{background-image:-webkit-linear-gradient(315deg,#9c09db,#1c0fd7);background-image:linear-gradient(135deg,#9c09db,#1c0fd7);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:550px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:550px;right:-260px;top:-100px}}.square-blue{position:absolute;z-index:-1}@media (max-width:991px){.square-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2);border-radius:20px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:150px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:150px;left:-100px;top:1040px}}@media (min-width:992px){.square-blue{background-image:-webkit-linear-gradient(315deg,#32fbfc,#3214f2);background-image:linear-gradient(135deg,#32fbfc,#3214f2);border-radius:40px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.5);box-shadow:0 6px 12px rgba(0,0,0,.5);height:300px;opacity:.9;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:300px;left:-230px;top:660px}}@media (min-width:992px){.tabs{position:relative}}.tabs__list{list-style:none;margin:0;padding:0}.tabs__item{position:relative}@media (min-width:992px){.tabs__item{width:70%}}@media (max-width:991px){.tabs__item:first-child .slide{top:180px}.tabs__item:nth-child(2) .slide{top:120px}.tabs__item:nth-child(3) .slide{top:60px}}@media (min-width:992px){.tabs__item:first-child .slide{top:-340px}.tabs__item:nth-child(2) .slide{top:-400px}.tabs__item:nth-child(3) .slide{top:-460px}}.tabs__link{color:#ccc;display:block;font-weight:700;height:60px;padding:20px 20px 20px 60px}.tabs__link:hover{cursor:pointer}.tabs__input{display:none}.tabs__input[type=radio]:checked+label{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);color:#000}.tabs__input[type=radio]:checked+label~.slide .slide__item{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform 2s;transition:-webkit-transform 2s;transition:transform 2s;transition:transform 2s,-webkit-transform 2s}.twitter{overflow:hidden}.twitter__feed{font-size:.9rem}.twitter__feed::-webkit-scrollbar{display:none}.twitter__feed::-webkit-scrollbar-track{background:transparent}@media (max-width:991px){.twitter__feed{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100vw;white-space:nowrap;-webkit-overflow-scrolling:touch}}@media (min-width:992px){.twitter__feed{-webkit-column-count:2;column-count:2;-webkit-column-gap:20px;column-gap:20px}}.twitter__card{background-color:#141414;border-radius:5px;margin-bottom:30px;padding:10px 20px;width:260px}@media (max-width:991px){.twitter__card{margin-right:20px;scroll-snap-align:start;width:260px}}.twitter__user{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991px){.twitter__user{width:220px}}.twitter__img{border-radius:50%;height:40px;width:40px}.twitter__name{color:#fff;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;padding-left:10px}.twitter__icon{-webkit-filter:contrast(.5);filter:contrast(.5)}.twitter__text{color:#fff;font-size:.9rem;line-height:1.2rem;margin-bottom:20px}@media (max-width:991px){.twitter__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:220px}}.twitter__date{color:#ccc}@media (max-width:991px){.twitter__date{width:220px}} \ No newline at end of file