@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{background-color:#fff0;transition:color .3s ease-in-out}a:active,a:hover{outline:0}strong{font-weight:700}body{margin:0;position:relative}h1,h2{margin-bottom:.5em}.inner-content,.inner-wrap{display:-moz-flex;display:-o-flex;display:flex;-moz-flex-direction:column;flex-direction:column;text-align:center}.inner-wrap{position:relative;min-height:100vh;padding:0 1em}#background-image{opacity:0;transition:opacity .5s}#background-image.loaded{opacity:1}#background-image,#background-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center center;background-repeat:no-repeat;background-size:cover;z-index:-1}.inner-content{max-width:768px;width:768px;margin:0 auto;padding:0;flex-grow:1;flex-shrink:0;-webkit-flex-grow:1;-webkit-flex-shrink:0;-moz-flex-grow:1;-moz-flex-shrink:0;justify-content:center;-moz-justify-content:center;-webkit-justify-content:center;overflow:hidden;opacity:.9}.content,.social-wrapper.body{margin-bottom:3em}.logo-wrapper{padding-top:30px}.social-list{display:inline-block;margin-bottom:0;padding:0 0 10px}.social-list li{position:relative;list-style:none;display:inline-block;padding:0 2px}.social-list a{display:block;height:2em;width:2em;line-height:2em;background:#fff0;transition:background 300ms linear}.social-list a:hover i{-webkit-animation:spin 300ms linear;animation:spin 300ms linear;color:#fff}.body .social-list i,.social-list i{transition:all 300ms linear}.body .social-list i{font-size:2em}.body .social-list li{padding:1em 1.5em}@media only screen and (max-width:1024px){.text-logo{font-size:1.6em}body{font-size:16px!important}}@media only screen and (max-width:768px){.inner-content{width:100%}.text-logo{font-size:1.3em}body{font-size:15px!important}}@media only screen and (max-width:620px){.logo-wrapper{padding-bottom:30px}}@media only screen and (max-width:520px){.text-logo{font-size:1.2em}body{font-size:14px!important}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}