/* Generated by less 2.5.1 */
@import url("https://use.typekit.net/pbt2cfw.css");
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in;
  color: inherit;
}
a,
button,
input,
select,
textarea {
  outline: 0;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
a:active,
button:active,
input:active,
select:active,
textarea:active {
  outline: 0;
}
input,
textarea,
button {
  appearance: none;
  -webkit-appearance: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.transall {
  transition: all 0.3s ease-in;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  font-family: neue-haas-unica, Helvetica, Arial, sans-serif;
  background: #07090c;
  color: white;
  animation: background 15s infinite linear;
}
@keyframes background {
  0% {
    background-color: #07090c;
  }
  50% {
    background-color: #0b1a3f;
  }
  100% {
    background-color: #07090c;
  }
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px;
}
@media (max-width: 700px) {
  .container {
    padding: 20px;
  }
}
h1 {
  margin: 0 0 50px 0;
  font-weight: 300;
  line-height: 50px;
  font-size: 40px;
  max-width: 600px;
}
@media (max-width: 700px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.city {
  line-height: 40px;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 700px) {
  .city {
    font-size: 26px;
    display: none;
  }
}
.bottom {
  margin: 20px 0 0 0;
  font-size: 16px;
  overflow: hidden;
  align-self: flex-end;
}
@media (max-width: 700px) {
  .bottom a,
  .bottom span {
    width: 50%;
    float: left;
  }
  .bottom a:last-child,
  .bottom span:last-child {
    margin-left: 50%;
  }
  .bottom a:hover,
  .bottom span:hover {
    border-color: transparent;
  }
  .bottom a {
    color: #5c74b7;
    text-align: right;
  }
}
.bottom a {
  display: inline-block;
  margin-left: 30px;
  border-bottom: 2px solid transparent;
}
@media (max-width: 700px) {
  .bottom a {
    display: block;
    margin: 0;
  }
}
.bottom a:hover {
  border-color: #4056a0;
}
.logo {
  display: block;
  height: 40px;
  margin: 0 auto 0 0;
}
@media (max-width: 700px) {
  .logo {
    height: 30px;
  }
}
.content {
  padding: 50px 0;
  flex: 1 1 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
