@charset "UTF-8";@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}html{height:100%}body{color:#dfdfdf;font-family:'Open Sans',sans-serif;text-align:center;background-color:#2b2b2b;background-image:radial-gradient(circle,#313335 0,#2b2b2b 70%,#1b1b1b 100%)}a{color:#dfdfdf;text-decoration:none}.container{height:58vh;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.logo-container{-webkit-animation-duration:3s;animation-duration:3s}.logo-container .logo{width:70%}.logo-container .logo-description{text-transform:uppercase;letter-spacing:3px}@media only screen and (max-width:800px){.logo-container .logo-description{font-size:13px}}.contact-container{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-delay:1s;animation-delay:1s}.contact-container .contact-with-us{text-transform:uppercase;letter-spacing:3px;font-size:13px}