@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);*{-webkit-box-sizing:border-box;box-sizing:border-box}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;overflow-x:hidden}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}ul{list-style:none}li,ul{margin:0;padding:0}*{outline:none}body{width:100vw;font-family:Open Sans,Helvetica,Arial,sans-serif;font-size:12px;line-height:1;text-rendering:optimizeLegibility;-webkit-font-feature-settings:"liga" 1;font-feature-settings:"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;outline:none}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit}.-success{color:#14ab6e}.-danger{color:#ff384f}.button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;height:4rem;width:100%;border-radius:5px;border:none;font-size:1.2em}.button.-busy:before{content:"\f254";position:absolute;color:#fafafa;font-size:1.5em;font-family:Font Awesome\ 5 Free;font-weight:400;right:1em;top:1.25rem;-webkit-animation:spinHourGlass 1s infinite;animation:spinHourGlass 1s infinite}.button.-success{background-color:#14ab6e;color:#fafafa}.button.-success:hover:not(:disabled){background-color:#0f7d51}.button.-success:disabled{background-color:rgba(20,171,110,.3)}.button.-danger{background-color:#ff384f;color:#fafafa}.button.-danger:hover:not(:disabled){background-color:#ff0522}.button.-danger:disabled{background-color:rgba(255,56,79,.3)}.button.-warning{background-color:#ffaa4b;color:#fafafa}.button.-warning:hover:not(:disabled){background-color:#ff9218}.button.-warning:disabled{background-color:rgba(255,170,75,.3)}.button.-primary{background-color:#318ba3;color:#fafafa}.button.-primary:hover:not(:disabled){background-color:#256a7c}.button.-primary:disabled{background-color:rgba(49,139,163,.3)}.button.-ghost{background-color:hsla(0,0%,100%,0);color:#fafafa;border:2px solid #fafafa}.button.-ghost:hover:not(:disabled){background-color:#fafafa;color:#333}.button.-ghost:disabled{opacity:.2}.button.-ghostinverse{background-color:hsla(0,0%,100%,0);color:#999;border:2px solid #efefef}.button.-ghostinverse:hover:not(:disabled){background-color:#efefef;color:#333}.button.-ghostinverse:disabled{opacity:.2}@-webkit-keyframes spinHourGlass{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes spinHourGlass{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.input-label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:4rem;width:100%;border-radius:5px;background-color:#fafafa;border:2px solid #efefef;overflow:hidden;padding-left:1em;-webkit-transition:border .3s;transition:border .3s;font-size:1.2em}.input-label:focus-within{border-color:#41aac6}.input-label.-normal>.iconcontainer{background-color:#fafafa}.input-label.-warning{border-color:#ff384f}.input-label>.placeholder{position:absolute;-ms-flex-item-align:center;align-self:center;font-size:1.3em;color:#999;-webkit-transition:all .2s;transition:all .2s}.input-label>.input:focus+.placeholder,.input-label>.input:valid+.placeholder{font-size:1em;-webkit-transform:translateY(-1em);transform:translateY(-1em)}.input-label.-warning>.placeholder{color:#ff384f}.input-label>.iconcontainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:5em;height:100%;border-radius:5px}.input-label>.iconcontainer.-warning{visibility:hidden;position:absolute}.input-label.-warning>.iconcontainer.-warning{visibility:visible;background-color:#ff384f;right:-2px}.input-label>.iconcontainer>.icon{font-size:1.5em;color:#999}.input-label.-warning>.iconcontainer.-warning>.icon{color:#fafafa}.input-label>.input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:3em;border:none;color:#333;background-color:#fafafa}.input-label>.input::-webkit-input-placeholder{opacity:0}.input-label>.input:-ms-input-placeholder{opacity:0}.input-label>.input::-ms-input-placeholder{opacity:0}.input-label>.input::placeholder{opacity:0}.input-label>.error{height:2em}fieldset{margin:0;padding:0;border:none}.home-page{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}.home-page>.content{max-width:1200px}.home-page .hometitle{text-align:center;font-size:3em;color:#333;margin-top:2em}.home-page>.content>.plans-price{margin:3em 0}.login-page{position:relative;width:100vw;height:100vh}.login-page,.login-page>.illustration{display:-webkit-box;display:-ms-flexbox;display:flex}.login-page>.illustration{-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-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;background-color:#efefef}.login-page>.illustration>.welcome{font-size:3em;color:#999;margin-top:1em}.login-page>.illustration>[class^=router-link]{font-size:1.5em;margin-top:3em;color:#999}.login-page>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1000px){.login-page>.illustration{display:none}}.login-page>.container>.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:400px;-webkit-box-flex:0;-ms-flex:0 1 400px;flex:0 1 400px;padding:0 1em}.login-page>.container>.form>.title{display:block;font-size:3em;color:#333}.login-page>.container>.form>.commands{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.login-page>.container>.form>.commands>.button{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.login-page>.container>.form>.button.-providerlogo,.login-page>.container>.form>.commands>.button{display:-webkit-box;display:-ms-flexbox;display:flex}.login-page>.container>.form>.button.-providerlogo>.logo{height:80%;width:2em;margin-right:3em}.hire-plan{position:relative;width:100vw;height:100vh}.hire-plan,.hire-plan>.informations{display:-webkit-box;display:-ms-flexbox;display:flex}.hire-plan>.informations{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#efefef;color:#333;padding:3em}.hire-plan>.informations>.title{font-size:3em;text-align:center;margin-bottom:1em}.hire-plan>.informations>.description{font-size:1.5em;margin-bottom:2em}.hire-plan>.informations>.shortdescription{font-size:1.5em;font-weight:700;margin-bottom:2em}.hire-plan>.informations>.calltoaction{font-size:1.2em}.hire-plan>.container{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hire-plan>.container,.hire-plan>.container>.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hire-plan>.container>.form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}.hire-plan>.container>.form>.title{display:block;font-size:3em;color:#333;text-align:center;margin-bottom:1em}.hire-plan>.container>.form>.input-label{margin-bottom:1em}.hire-plan>.container>.form>.inputgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1em}.hire-plan>.container>.form>.inputgroup>.input-label{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%}.hire-plan>.container>.form>.commands{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:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:2em}.hire-plan>.container>.form>.commands>.button{margin-bottom:1em}.toast{position:fixed;bottom:2em;right:2em;max-width:500px;border-radius:5px;color:#fafafa;padding:1.5em;font-size:1.5em;-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.1);box-shadow:0 0 10px 5px rgba(0,0,0,.1)}.toast>h3{padding:.4em 0;margin:0}.toast>.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast>.content>h5{padding:.4em 0;margin:0}.toast>.content>.toast-btn{background-color:inherit;border:none;color:#efefef;padding:.4em;margin-left:1em}.toast-success{background-color:#14ab6e}.toast-warning{background-color:#ffaa4b}.toast-danger{background-color:#ff384f}.toast-primary{background-color:#318ba3}.main-header{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;width:100vw;height:80px;z-index:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,98%,0);color:#fafafa;-webkit-transition:background-color .3s;transition:background-color .3s;z-index:9999}.main-header.-opaque{background-color:#fafafa;color:#333}.main-header>.link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-header>.link>.logo{margin-left:4em}.main-header>.main-menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:background-color .3s;transition:background-color .3s;height:100%;margin-right:2em;padding:0 2em}.main-header>.main-menu>.icon{display:none;fill:#fafafa;width:30px;height:30px;-ms-flex-item-align:center;align-self:center;margin-right:4em}.main-header.-opaque>.main-menu>.icon{fill:#333}.main-header>.main-menu>.list.-popup{display:none}@media (max-width:920px){.main-header>.main-menu>.icon{display:block}.main-header>.main-menu>.list{display:none;position:absolute;padding:2em;top:80px;background-color:#fafafa;width:100vw;left:0}.main-header>.main-menu>.list.-largescreen{display:none}.main-header>.main-menu:hover>.list{display:block}.main-header>.main-menu>.list>.item{font-size:1.2em;line-height:3em;color:#333}}@media (min-width:920px){.main-header>.main-menu>.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-header>.main-menu>.list .item{cursor:pointer;font-size:1.5em;margin:0 1em}.main-header>.main-menu>.list>.item.-border{border:2px solid #fafafa;padding:.5em 1em;border-radius:4px;-webkit-transition:all .3s;transition:all .3s}.main-header>.main-menu>.list>.item.-border:hover{background-color:#fafafa;color:#333}}.full-banner>.background{width:100%;height:100%;position:absolute;background:-webkit-linear-gradient(top,#89c3e7,#97bdd4 53%,#b0c6d4);background-size:100% 100%;z-index:0}.full-banner>.background>.clouds{width:200x;height:300px;position:absolute}.full-banner>.background>.cloud1{top:80px;z-index:100;fill:#eee;-webkit-animation:move 20s linear infinite;animation:move 20s linear infinite}.full-banner>.background>.cloud2{top:240px;z-index:200;fill:#eee;-webkit-animation:move 35s linear 10s infinite backwards;animation:move 35s linear 10s infinite backwards}.full-banner>.background>.cloud3{top:350px;z-index:200;fill:#eee;-webkit-animation:move 28s linear 5s infinite backwards;animation:move 28s linear 5s infinite backwards}.full-banner>.animations{position:absolute;width:750px;height:500px;right:200px;bottom:100px}.full-banner>.animations>.mobiledevices{position:absolute;bottom:150px;right:400px;width:350px;height:250px}.full-banner>.animations>.mobiledevices>.device{position:absolute;top:40px;width:100%}.full-banner>.animations>.mobiledevices>.code{position:absolute;top:20px;left:30px;-webkit-animation:bounce 1.5s ease-in-out infinite alternate;animation:bounce 1.5s ease-in-out infinite alternate}.full-banner>.animations>.mobiledevices>.ui{position:absolute;left:30px;-webkit-animation:bounce 1.5s ease-in-out .3s infinite alternate;animation:bounce 1.5s ease-in-out .3s infinite alternate}.full-banner>.animations>.tabletdevices{position:absolute;bottom:200px;right:0;width:530px;height:350px}.full-banner>.animations>.tabletdevices>.device{position:absolute;top:40px}.full-banner>.animations>.tabletdevices>.code{position:absolute;top:20px;left:30px;-webkit-animation:bounce 1.5s ease-in-out infinite alternate;animation:bounce 1.5s ease-in-out infinite alternate}.full-banner>.animations>.tabletdevices>.ui{position:absolute;left:30px;-webkit-animation:bounce 1.5s ease-in-out .3s infinite alternate;animation:bounce 1.5s ease-in-out .3s infinite alternate}@media (max-width:1370px){.full-banner>.animations>.mobiledevices,.full-banner>.animations>.tabletdevices{display:none}}@media (max-width:1760px){.full-banner>.animations{right:50px}}@media (max-width:1600px){.full-banner>.animations{right:-50px;-webkit-transform:scale(.7);transform:scale(.7)}}@-webkit-keyframes bounce{0%{margin-top:0}to{margin-top:20px}}@keyframes bounce{0%{margin-top:0}to{margin-top:20px}}@-webkit-keyframes move{0%{-webkit-transform:translateX(-400px)}to{-webkit-transform:translateX(1350px)}}.full-banner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh}.full-banner>.carousel{margin-left:10em;width:600px;z-index:1;font-size:1.4em}@media (max-height:650px){.full-banner>.carousel{font-size:.9em;margin:0 1em}}.full-banner>.carousel>.details>.title{font-size:2.5em;color:#fafafa;margin-bottom:1em}.full-banner>.carousel>.details>.description{font-size:1.5em;line-height:1.5em;color:#fafafa;margin-bottom:2em}.full-banner>.carousel>.details>.button{margin-bottom:1em}.details-item{display:inline-block;margin-right:10px}.details-enter-active,.details-leave-active{-webkit-transition:all 1s;transition:all 1s}.details-enter,.details-leave-to{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}.product-detail{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:3em 2em;color:#333}.product-detail,.product-detail>.product{display:-webkit-box;display:-ms-flexbox;display:flex}.product-detail>.product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 2em}.product-detail>.product>.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:2.5em;margin-bottom:1em}.product-detail>.product>.title>.icon{color:#333;margin-right:.5em;font-size:.7em;height:1em;width:1em}.product-detail>.product>.description{font-size:1.2em;line-height:2em;text-align:justify}@media (max-width:700px){.product-detail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-detail>.product{margin-bottom:2em}}.pack-class{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#333;padding:3em 2em;background-color:#efefef}.pack-class>.info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.pack-class>.info>.title{font-size:2.5em;margin-bottom:1em}.pack-class>.info>.subtitle{font-size:1.8em;margin-bottom:1em}.pack-class>.info>.description{font-size:1.2em;line-height:2em;text-align:justify}.pack-class>.imagem{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;margin-left:5em}@media (max-width:960px){.pack-class{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pack-class>.info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pack-class>.imagem{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-bottom:3em}}.plans-price{position:reltive;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.plans-price>.plan{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px;-webkit-box-shadow:0 0 20px 10px #efefef;box-shadow:0 0 20px 10px #efefef;-webkit-transition:all .5s ease;transition:all .5s ease}.plans-price>.plan,.plans-price>.plan:hover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #efefef;margin:0 2em;background-color:#333}.plans-price>.plan:hover{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-box-shadow:0 0 20px 10px #d6d6d6;box-shadow:0 0 20px 10px #d6d6d6}@media (min-width:1000px){.plans-price>.plan:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}}@media (max-width:720px){.plans-price{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.plans-price>.plan{margin:1em 3em 5em 3em}}@media (max-width:1000px){.plans-price>.plan{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}}.plans-price>.plan>.title{font-size:2em;color:#fafafa;text-align:center;margin-top:2em}.plans-price>.plan>.price{display:-webkit-box;display:-ms-flexbox;display:flex;margin:3em 0}.plans-price>.plan>.price>.currency{-ms-flex-item-align:start;align-self:flex-start;font-size:1.2em;font-weight:700;color:#999}.plans-price>.plan>.price>.value{-ms-flex-item-align:flex-center;align-self:flex-center;font-size:4em;font-weight:700;color:#fafafa}.plans-price>.plan>.price>.period{-ms-flex-item-align:end;align-self:flex-end;font-size:1.2em;font-weight:700;color:#999}.plans-price>.plan>.button{cursor:pointer;background-color:transparent;border:2px solid #fafafa;border-radius:4px}.plans-price>.plan>.button,.plans-price>.plan>.hiredplan{width:80%;color:#fafafa;padding:.5em 0;font-size:1.2em;margin-bottom:2em}.plans-price>.plan>.hiredplan{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;border:none;background-color:#ffaa4b;height:4rem}.plans-price>.plan>.hiredplan>.icon{font-size:1em;margin-right:1em}.plans-price>.plan>.feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;width:100%;background-color:#fafafa;height:20em;padding:1em 3em}.plans-price>.plan>.feature>.description{font-size:1.1em;color:#333;line-height:1.5em}.plans-price>.plan>.feature>.description>.icon{font-size:1.1em;line-height:1.5em;margin-right:1em}.contact-form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#efefef;padding-bottom:3em}.contact-form,.contact-form>.content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.contact-form>.content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1200px;font-size:.8rem}.contact-form>.content>.form{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;-ms-flex:0 0 400px;flex:0 0 400px}.contact-form>.content>.form>.title{font-size:2em;color:#333;line-height:3em;text-align:center}.contact-form>.content>.form>.description{font-size:1.2em;color:#333;margin:1em 0;line-height:1.5em}.contact-form>.content>.form .input-label{margin-bottom:1em}@media (max-width:1200px){.contact-form>.content{padding:0 1em;font-size:.7rem}}@media (max-width:920px){.contact-form>.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-form>.content>.form{margin-bottom:10em}}.contact-form>.content>.form>.phone{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;margin-top:4em}.contact-form>.content>.form>.phone>.description{font-size:1.2em;color:#333;margin-bottom:1.5em;text-align:center}.contact-form>.content>.form>.phone>.number{font-size:3em;color:#333}.main-footer{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:80px;padding:2em;background-color:#333;width:100%}.main-footer>.rights{color:#fafafa}